iOS Question iHUD on another stack page

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
This is one simple sample to reproduce! Please check the attachment.

Note for replicate this error, I use your recommended code to show the page

B4X:
Dim no As NativeObject = Parent
no.RunMethod("presentViewController:animated:completion:", Array(dialog, True, Null))
 

Attachments

  • TestHud.zip
    3.4 KB · Views: 263
Last edited:
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
It seems to me that a problem not in HUD as it is, but in program architecture.

If I understood correctly, you try to show a message from invisible module.
IMO, it's necessary to place "message show" subroutine in each visible page, and invisible module will call corresponding subroutine depends on currently visible page.
 

Attachments

  • test.zip
    4 KB · Views: 262
Upvote 0

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top