iOS Question B4XPages Page_Appear Subtle difference between B4i/B4A and B4J

MrKim

Well-Known Member
Licensed User
Longtime User
In B4J Page_Appear happens only once. I can open a dialog and pick a file OK. In B4A/B4i when you open contentchooser or cam.SelectFromSavedPhotos Page_Appear fires again after you close them. The problem is I am clearing and setting an image (if there is one) in Page_Appear so after the user exits chooser I set the new picture but then Page_Appear fires and clears it.

I can set a flag if that is the way it is supposed to work. Just wondering what the correct behavior should be. I do most of the dev and testing in B4J so it is disconcerting when these little things pop up.

But I LOVE B4XPages!
 
Top