Hello this is my post related to the previous one.
When the Splash screen is loading it's showing error ( this is only happening when in BX4 main pageis waiting for splash screen to finish loading )
'Wait For (ShowSplashScreen) Complete (Unused As Boolean)
without this is working and i can sending text from page no.6 to mainpage . But ... when app is loading mainpage is running with splash screen .
Please see an example.
Best Regards ,
Przemek
I took it from that example. Problem is when i have another page ( page6 in my example ) and when I'm trying to send a text ( on page6 ) to the label ( on main page )
B4X:
lblHello.Text = Page6.txtUser.Text
app is not starting ( see a previous error ) . App is showing error because of this
B4X:
Wait For (ShowSplashScreen) Complete (Unused As Boolean)
I followed. Still the same. Error is showing when it's trying to refer to that label on another page. Good thing now is that splash screen showing for few seconds before app crash