b4xbitmap

  1. LucaMs

    Android Question B4XBitmap assignment

    Why does this assignment cause an error: java.lang.RuntimeException: Object should first be initialized (B4XBitmap). even though Crop returns an object of type B4XBitmap? And how to get around this problem? Dim xBmp As B4XBitmap = B4XImageView1.Bitmap.Crop(Left, Top, Width, Height)
  2. rleiman

    Android Question [Solved] - KeyValueStore missing library reference error when trying to compiling app

    Greeting Everyone, Can you tell me why the KeyValueStore library is giving this error in the logs when I try to compile my app and how to correct it? Unknown type: b4xbitmap<br />Are you missing a library reference? [IDE message - 4:17:40] An error occurred. Error parsing program. Error...
  3. MitchBu

    iOS Question How do I actually crop a picture ?

    I need to crop a picture, which means cut within it to a smaller size. I tried B4XPicture.crop, but all it does is actually resize the picture to a smaller size, not crop it, in the same sense as Photoshop crops for instance. Is there a way ? TIA
Top