Wish B4XPage project template

LucaMs

Expert
Licensed User
Longtime User
This isn't really a "Wish", it's just a small suggestion.

Mainly (but not only) for beginners, I would add (at least) two things to the B4XPage project template:
B4X:
' #BridgeLogger: True ' <--- Commented.
B4X:
Public Sub Initialize
    ' B4XPages.GetManager.LogEvents = True ' <--- Commented.
End Sub
After all, the template already contains useful comment lines, such as:
B4X:
'load the layout to Root
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
and others.
 
Last edited:
Top