b4xpage_appear

  1. walterf25

    Android Question Loading Image loads cached image

    Hi all, not sure if this is a real issue or I'm not handling this properly, but I have the following code inside the B4XPage_Appear function Sub B4XPage_Appear LogColor("B4XPage_Appear OnboardingSteps...", xui.Color_Red) imgMain.setBitmap(LoadBitmap(rp.GetSafeDirDefaultExternal("")...
  2. R

    Android Question Simplest way to know if B4XPage_Appear was triggered by B4XPages.ClosePage

    I can do this but wonder what the simplest (least amount of code) way is to do this for a large project. RBS
  3. A

    iOS Question [solved] B4XPages - B4XPage_Appear crash

    Hi All, I am trying to set the text for B4XFloatTextField in B4XPage_Appear but it crashes with the stack in the code block below. I understand that when a page appear the events that will raise is B4XPage_Created then B4XPage_Appear, so I am tryin to use B4XPage_Appear since my data is coming...
Top