Hello
The debug mode doesn't work but there is two weeks I had not problem
To test, i create a little project
in release mode the layout 'layout1" displays
and in debug mode none layout displays and the b4j does not display the buttons for the action
Sub Process_Globals
Private fx As JFX
Private MainForm As Form
End Sub
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.RootPane.LoadLayout("layout1") 'Load the layout file.
MainForm.Show
Log("Hello World")
End Sub