This commit is contained in:
cvaldes1201
2024-05-29 11:01:22 -06:00
parent 67195ae824
commit ba244e1c6f
6 changed files with 23 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ End Sub
'This event will be called once, before the page becomes visible.
Private Sub B4XPage_Created (Root1 As B4XView)
B4XPages.SetTitle(Me, $"${subs.capitalizar(B4XPages.GetPageId(Me))} - ${Application.VersionName}"$)
B4XPages.SetTitle(Me, $"${Subs.capitalizar(B4XPages.GetPageId(Me))} - ${Application.VersionName}"$)
Root = Root1
'load the layout to Root
Root.LoadLayout("noventa")