B4J Question Noobie question about developing B4J apps

My development machine is a computer with the Windows 10 operating system.
I just want to develop a UI app and run it on the same computer I am developing it on. Do I still need to use the bridge to develop it?
If I do need the bridge, the tutorial on the B4J website assumes the developer is using a Mac. In that case, what do I need to do to set up the bridge up on my machine?

Sorry if this is a stupid question.
 
You can develop B4J with Win10. No need to use b4j_bridge unless you need to debug your app with remote PC/Server.

Install : https://b4x.com/b4j.html
Start with the links on that page

My problem is that the program is not displaying during runtime as I expect.
I installed B4J, created a layout, made sure the layout is listed in the Files tab, set the MainForm.RootPane.LoadLayout property with the name of my layout file. However, when I run it under the IDE, the form appears blank (none of my controls that I put in the layout are there at runtime). Also, the IDE says "Waiting to connect to debugger" and under that it has "Program started".
Why won't my form display the controls I put in the layout earlier when I run the program?
 
Upvote 0
Top