Hello,
I noticed that setting the transition animation duration is only valid for pages that are not the first one its showing.
If you put your menu inside B4XMainPage you can work away some black screen delays but then you see the menu in the top left corner zoomed out before it show it normal.
Even if you set it to 5 seconds that issue is still 250ms visible or so. all other pages need 5 seconds to zoom in.
If the problem is that things already start at init we probably need an initialize2 which defines the delay value at ones.
Or set it fixed to 0 for the app start page.
I noticed that setting the transition animation duration is only valid for pages that are not the first one its showing.
If you put your menu inside B4XMainPage you can work away some black screen delays but then you see the menu in the top left corner zoomed out before it show it normal.
Even if you set it to 5 seconds that issue is still 250ms visible or so. all other pages need 5 seconds to zoom in.
If the problem is that things already start at init we probably need an initialize2 which defines the delay value at ones.
Or set it fixed to 0 for the app start page.