Geezer Active Member Licensed User Longtime User Feb 20, 2024 #1 I have a small program that will run fine from the IDE. But when i build a stand alone and try to run it it does not launch.
I have a small program that will run fine from the IDE. But when i build a stand alone and try to run it it does not launch.
jahswant Well-Known Member Licensed User Longtime User Feb 20, 2024 #2 use run-debug.bat to see what's happening ! Upvote 0
P PaulMeuris Active Member Licensed User Feb 21, 2024 #3 If your application contains a webview you should add in the Main module the highlighted line: B4X: #Region Project Attributes #MainFormWidth: 1300 #MainFormHeight: 650 #PackagerProperty: IncludedModules = javafx.web #End Region Upvote 0
If your application contains a webview you should add in the Main module the highlighted line: B4X: #Region Project Attributes #MainFormWidth: 1300 #MainFormHeight: 650 #PackagerProperty: IncludedModules = javafx.web #End Region
Geezer Active Member Licensed User Longtime User Feb 21, 2024 #4 jahswant said: use run-debug.bat to see what's happening ! Click to expand... Show imageview not initialized. But is loaded from the layout file. Will take another look after some sleep. Thanks for the help Upvote 0
jahswant said: use run-debug.bat to see what's happening ! Click to expand... Show imageview not initialized. But is loaded from the layout file. Will take another look after some sleep. Thanks for the help