PhilNewbie
Member
I have a page that is loaded as a result of a menu item on the b4xmainpage. The actions performed on the second page mean that I want to refresh some elements on the main page. E. G. Change the page title.
I had put the call to a refresh sub following the showpage instruction in the menu click event thinking that it would wait for the second page to close before continuing. Wrong - I can now see that it actually carries on til end sub.
So my question is what is the normal /best way to handle this situation?
Thanks
Phil
I had put the call to a refresh sub following the showpage instruction in the menu click event thinking that it would wait for the second page to close before continuing. Wrong - I can now see that it actually carries on til end sub.
So my question is what is the normal /best way to handle this situation?
Thanks
Phil