loadbitmap

  1. rleiman

    Android Question [SOLVED] - SetBitmap changes ImageView bitmap image from a circle to a square

    Greetings, Using SetBitmap changes one of my ImageView bitmap image from a circle shape to a square shape. That caught me by surprise. Please check my usage of SetBitmap and please let me know how I messed up the displaying of my image. This is what the play-circle icon looked like before and...
  2. D

    iOS Question LoadBitmap suddenly throws compiler errors

    Hi, Guys I must of do something to my project - the following code has just started throwing a compiler error pictureBitMap = LoadBitmap(File.DirAssets, "ImageNotAvailableSmall.png") The compiler complains about this line of code Application_Start Error occurred on line: 139...
  3. FERNANDO SILVEIRA

    Android Question How to check #FILENOTFOUND when loading image file?

    Hello guys, I have the following code: bg = LoadBitmapResize(File.DirAssets, wWordOK & ".jpg", ImageView1.Width, ImageView1.Height, True) What happen if the file is missing? I'd like to test file existance and if the image is not there, load a default image instead. Same doubt (file not...
  4. FERNANDO SILVEIRA

    Android Question Doubts on Imageview/LoadBitmap

    Hello Guys, I'm using Imageview/LoadBitmap/LoadBitmapResize to present .JPG files based on program logic. My question is: Do I have to load every single .JPG file to the project at design time? What If I just add new .JPG to file directory? Will my app find these new files or do I have to...
Top