B4X FEED Single instance of a class in a module. Craziness?

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

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: Single instance of a class in a module. Craziness? است. این موضوع تا کنون 34 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Single instance of a class in a module. Craziness?
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
34
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
I had a module with all the logic for connecting to a database. In this forum, you have recommended me to take all the logic to a class and use WAIT FOR, which I needed in a module is not possible. The question is can I create a single instance of the class in a module and ALWAYS use that class? I guess I'll have to create an instance of the (dim) class in every activity where I use it, which is going to bring, I'm afraid, future problems. The main problem is that in the class I launch MSGBOX that I want to stop with wait for, but it gives me an error because the msgbox function fails to detect the activity associated with the msgbox.

 

عقب
بالا