filenotfound

  1. Mashiane

    B4J Question [BANano] [SOLVED] Library Compilation FileNotFoundException

    Hi there Just a quick question, perhaps I'm missing something... When creating a library and you added the library resources, eg, css and js files in the Files tab, on compilation, do you have to copy these resources to your b4j libraries too? There is an error of file not found.. Error...
  2. 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...
Top