C Cor Active Member Licensed User Longtime User Nov 9, 2010 #1 Activity.AddView(pnlSplash, 0, 0, 100%x, 100%y) pnlSplash.LoadLayout("frmSplash") 'load the layout to the panel activity.Title="layout called: " & activity.Activity_LoadLayout_Was_Called shows false only after a real activity.loadlayout this is true is this normal behaviour? grCor
Activity.AddView(pnlSplash, 0, 0, 100%x, 100%y) pnlSplash.LoadLayout("frmSplash") 'load the layout to the panel activity.Title="layout called: " & activity.Activity_LoadLayout_Was_Called shows false only after a real activity.loadlayout this is true is this normal behaviour? grCor
Erel B4X founder Staff member Licensed User Longtime User Nov 9, 2010 #2 Activity_LoadLayout_Was_Called is an internal property. It should be hidden from the IDE and it currently appears by mistake.
Activity_LoadLayout_Was_Called is an internal property. It should be hidden from the IDE and it currently appears by mistake.