Hi,
I am using the Internal designer to create my UI.
I have created a simple layout of a few labels, buttons and textfields and named this layout Main1.
I have the following code in my AppStart Sub:
When I run my project no UI is showing and its just a blank page.
I also noticed in the internal designer it allows me to connect to a device. This pops up with a blank form and noticed when I add buttons it doesn't show in that form (only shows the buttons etc. in the internal designer. Like below..
(would of thought it should show the layout on that blank form as I move things around, if I resize the blank form I see the designer behind change size)
I am running B4J version 4.01
I am running the following Java version:
I did java -version in a command prompt and it returned the following..
Any ideas on why it's not showing the UI ?
I am using the Internal designer to create my UI.
I have created a simple layout of a few labels, buttons and textfields and named this layout Main1.
I have the following code in my AppStart Sub:
B4X:
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.SetFormStyle("UNIFIED")
'MainForm.RootPane.LoadLayout("Layout1") 'Load the layout file.
MainForm.RootPane.LoadLayout("Main1")
MainForm.Show
End Sub
When I run my project no UI is showing and its just a blank page.
I also noticed in the internal designer it allows me to connect to a device. This pops up with a blank form and noticed when I add buttons it doesn't show in that form (only shows the buttons etc. in the internal designer. Like below..
(would of thought it should show the layout on that blank form as I move things around, if I resize the blank form I see the designer behind change size)
I am running B4J version 4.01
I am running the following Java version:
I did java -version in a command prompt and it returned the following..
Any ideas on why it's not showing the UI ?