Android Question Show Page Code Closes App?

First Project and having issues with showing a 2nd page.

Iam thinking its because the page is not being added to the Files manager?

B4X:
Private Sub Button1_Click
    B4XPages.ShowPage("NumberPage")
End Sub
 

Attachments

  • Screenshot 2025-01-06 100746.png
    Screenshot 2025-01-06 100746.png
    52.7 KB · Views: 21
ok, i done that, did you get it as i don't get any confirmation its been sent

B4X:
#Region Shared Files
#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\Files"
'Ctrl + click to sync files: ide://run?file=%WINDIR%\System32\Robocopy.exe&args=..\..\Shared+Files&args=..\Files&FilesSync=True
#End Region

'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
 
Upvote 0
Top