iOS Question Change Title/Prompt to runtime

fishwolf

Well-Known Member
Licensed User
Longtime User
if i load a layout, can i change Title and Prompt from code
B4X:
PageMain.RootPanel.LoadLayout("main")

i'm try with

B4X:
PageMain.Title = "aaaaa"
PageMain.Prompt= "bbbb"
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…