P Philip Prins Active Member Licensed User Longtime User Dec 4, 2013 #1 I tried to use ImageView to show a JPEG with the scene builder, selected the JPEG in the scene builder but it is not shown after compile, Do i use another method to use ImageView?
I tried to use ImageView to show a JPEG with the scene builder, selected the JPEG in the scene builder but it is not shown after compile, Do i use another method to use ImageView?
Erel B4X founder Staff member Licensed User Longtime User Dec 5, 2013 #2 Make sure that the image file is located in the same folder of the FXML file (the Files folder). Upvote 0
P Philip Prins Active Member Licensed User Longtime User Dec 5, 2013 #3 Erel said: Make sure that the image file is located in the same folder of the FXML file (the Files folder). Click to expand... Goodmorning Erel, I tried but no show Upvote 0
Erel said: Make sure that the image file is located in the same folder of the FXML file (the Files folder). Click to expand... Goodmorning Erel, I tried but no show
Erel B4X founder Staff member Licensed User Longtime User Dec 5, 2013 #4 Try the attached example. Attachments 1.zip 3.4 KB · Views: 505 Upvote 0
P Philip Prins Active Member Licensed User Longtime User Dec 5, 2013 #5 Erel said: Try the attached example. Click to expand... The example works , i will try it again Tnx , B4J is great. Problem was in the name of the JPEG, changed it to lower case without spaces and it works. Last edited: Dec 5, 2013 Upvote 0
Erel said: Try the attached example. Click to expand... The example works , i will try it again Tnx , B4J is great. Problem was in the name of the JPEG, changed it to lower case without spaces and it works.