B4J Question how to make activitys on b4j?

Douglas Farias

Expert
Licensed User
Longtime User
hi all, its not called activitys on b4j but how can i make this


i have a launcher, later i press config i need to open another screen on popup to my config files.
whats is this name on b4j and how to make? i dont want use tabs
 

Douglas Farias

Expert
Licensed User
Longtime User
i make this
config.MainForm2.Show

on the config screen i make
Public MainForm2 As Form

whats the error?
 
Upvote 0

Douglas Farias

Expert
Licensed User
Longtime User
B4X:
   Dim frm2 As Form
   frm2.RootPane.LoadLayout("config")
   frm2.Initialize("frm2", -1, -1)
   frm2.Show
i have try this, but when i add layout the jar crash

note: the "config" is my 2° layout
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…