Android Question B4X page -Trying to send data not from main page

Status
Not open for further replies.

Pepebis

Member
Licensed User
Longtime User
Hello . I would like to do exact same thing but fetching this not form mainpage . Is it possible ?


B4X:
Private Sub B4XPage_Appear
    lblHello.Text = $"Hello ${B4XPages.MainPage.txtUser.Text}!"$
    
End Sub
 

DonManfred

Expert
Licensed User
Longtime User
Any idea how to send 6MB zip file here ?
Upload it to Dropbox/Drox/whereever and post a Downloadlink here.

The forum is limited to 500kb Attachments.

Make sure to use FILE->EXPORT AS ZIP in the IDE.
Also make sure to create a SMALL project which shows the issue. Export this project from the IDE and post the zip.
You should NEVER reach 500kb when exporting this Project.

I guess you did zipped the hole folder!?
 
Upvote 0

Pepebis

Member
Licensed User
Longtime User
I believe I've shared previous link with some restrictions to download. Here is a proper one that anyone can see it .


Best Regards ,
Przemek
 
Upvote 0

Pepebis

Member
Licensed User
Longtime User
OK. I installed a simulator. When I comment that line with reference to different page and change it later with update program ( ctrl + s ) app is working fine. So the problem is only at the loading stage.
 
Upvote 0

Pepebis

Member
Licensed User
Longtime User
OK i now what is the problem. When B4x main page is waiting for splash screen to finish problem is occurring.
When I comment this line app is running .But how to solve this ?
'Wait For (ShowSplashScreen) Complete (Unused As Boolean)
 
Upvote 0
Status
Not open for further replies.
Top