activity layout called

Cor

Active Member
Licensed User
Longtime User
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
 
Top