T toro1950 Active Member Licensed User Oct 25, 2023 #1 In the MainPage I can set the title with the following code B4XPages.SetTitle(B4XPages.MainPage,"My Title" in the other pages it gives me an error. is there a way to set the title on other pages? I thank in advance anyone who wants to help me
In the MainPage I can set the title with the following code B4XPages.SetTitle(B4XPages.MainPage,"My Title" in the other pages it gives me an error. is there a way to set the title on other pages? I thank in advance anyone who wants to help me
klaus Expert Licensed User Longtime User Oct 25, 2023 #2 B4X: B4XPages.SetTitle(Me, "Title name") Upvote 1 Solution
T toro1950 Active Member Licensed User Oct 25, 2023 #3 Thank you very much. Grazieeeeeeeeeeee!!!!!!!!!! Upvote 0