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 manually add them + recompile the app each time a new image is added?
The same question is valid for files: I added at design time a text file that I load at the beggining of my app. If I edit/modify this file with notepad later, for instance after the app is done. Do I have to remove the old file/add updated one/recompile my app or edit file is enough for the app run with the new file content?
Regards,
Fernando
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 manually add them + recompile the app each time a new image is added?
The same question is valid for files: I added at design time a text file that I load at the beggining of my app. If I edit/modify this file with notepad later, for instance after the app is done. Do I have to remove the old file/add updated one/recompile my app or edit file is enough for the app run with the new file content?
Regards,
Fernando
Last edited: