B4J Question Adding Images in Open Internal Designer

RonC.

Member
Licensed User
Longtime User
I've added the Images to Files... to the Files Manager
I've taken the same image and created a.jpg and a.png of the same image.

I've attempted to add the files to the root directory of the Project, the Files Directory and to the Object directory. (Each time I moved the files, I removed them from the Files manager and then re-added them from the new directory.)

From Main Properties -> Bitmap Drawable, I attempted to add the image file - no success.
I've also added a Pane with Main being the Parent and attempted to add Background Properties -> Bitmap Drawable - no success.

Searched for other people who had this very issue, and the resolution was to add the image to the IDE Files list under the Files tab, which I've done. I've also closed and reopened the Internal Designer to see if this would make a difference

Running Windows 10, B4J 4.20 and jdk1.8.0_74. I'm not sure what I'm doing wrong, but help would be great... It's been a quite a while since I've done this stuff.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Don't manually copy the files.

Click on Add Files from the visual designer and add the required files:

SS-2016-03-21_17.50.59.png
 
Upvote 0
Top