Hi,
I want to use ProgressDialogShow during Panel.LoadLayout, but it seems not possible. Do I overlook something or is this a correct behaviour?
The Layout file is big and takes time to load.
pnlWeek is part of TabStrip.
Best regards,
André
I want to use ProgressDialogShow during Panel.LoadLayout, but it seems not possible. Do I overlook something or is this a correct behaviour?
The Layout file is big and takes time to load.
B4X:
ProgressDialogShow
pnlWeek.LoadLayout("Week")
ProgressDialogHide
pnlWeek is part of TabStrip.
Best regards,
André