I'm trying the trial release.
Android SDK ok, emulator connected, and a I've designed a simple gui.
I've also generate members, and next, I compile my simple project but the gui doesn't appear in my project, only an anonymous gui...
What I'm missing?
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
End If
activity.loadlayout("name of your GUI")
end sub
Please see [LINK] regarding titles on threads you start.
It's the name you gave to the layout file.Where I cacth the name of my gui?
It's the name you gave to the layout file.
Click on the Files tab in the bottom right corner in the IDE, then you will see *.bal files in the list above. These files are the layout files.
Example: layout filename MainLayout.bal
Activity.LoadLayout("MainLayout")
Best regards.