B4X FEED Translating an old app to B4XPages: Code Flow in B4XPage_Created and B4XPage_Appear

  • نویسنده موضوع نویسنده موضوع PracticalBot
  • تاریخ شروع تاریخ شروع

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: Translating an old app to B4XPages: Code Flow in B4XPage_Created and B4XPage_Appear است. این موضوع تا کنون 35 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Translating an old app to B4XPages: Code Flow in B4XPage_Created and B4XPage_Appear
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
35
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
I am trying to confirm how the code flow works between these two events ...
I have a significant amount of code in my MainPage B4XPage_Created sub, including creating (but not showing) 4 additional pages which themselves have a fair amount of code in their creation events.
From what I can see, the MainPage B4XPage_Appear code starts running before the B4XPage_Created code has completed. Other pages don't have this problem because I control each of them with B4XPages.ShowPage()

Am I correct in my analysis?
If so, How do I make sure that code in the MainPage B4XPage_Created is completed before the code in B4XPage_Appear?

 

عقب
بالا