Hi,
i try to work in my new project with B4xPages and i have the problem to show a page MODAL.
Can't find any properties to do this.
How can i do this, or is this behavior not intended?
Thanks for your help.
Hi LucaMs,
maybe i expressed my problem incorrectly. I use more then one page and want some pages to be shown as MODAL, so that the user can't click into the other pages (forms).
In a "normal" B4J Project i use "showandwait". In B4xPages ?????
Hi LucaMs,
maybe i expressed my problem incorrectly. I use more then one page and want some pages to be shown as MODAL, so that the user can't click into the other pages (forms).
In a "normal" B4J Project i use "showandwait". In B4xPages ?????
your test-project has only one page. MainPage.
I use several pages, several page-classes. I use the B4xpages.AddPage function and then show the new page.
The behavior should be that the first page (MainPage) is locked until the second page is closed.