B4X FEED Translating an old app to B4XPages: Notify function problem

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

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

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: Translating an old app to B4XPages: Notify function problem است. این موضوع تا کنون 39 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Translating an old app to B4XPages: Notify function problem
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
39
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
In my old app I used the following statement:
B4X:

nNotify.SetInfo("The Music Machine", Message, B4XPTMM_Run)
where TMM_Run was an activity.
With B4XPages it is now a B4XPages class. If I translate the code to:
B4X:

nNotify.SetInfo("The Music Machine", Message, B4XPages.MainPage.TMM_Run)
the logs give me the following error:
B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
I'm not aware that Sub Globals is valid in a B4XPages class. The format for the nNotify is
B4X:

n.SetInfo(Title as Charsequence, Text as CharSequence, Activity as Object)
Obviously the B4XPage class is not an activity. What should the notify method be?

 

عقب
بالا