Hello World
As I am building a B4J database module for my project Athena I want to know all the Form related Subs for B4J.
You will be able to use it as the B4J module will be freely available and a beta version will be released in about a month from today.
Example
Documents manager
As I am building a B4J database module for my project Athena I want to know all the Form related Subs for B4J.
You will be able to use it as the B4J module will be freely available and a beta version will be released in about a month from today.
Example
B4X:
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.RootPane.LoadLayout("Layout1") 'Load the layout file.
MainForm.Show
End Sub
Documents manager
Last edited: