D davemorris Active Member Licensed User Longtime User Aug 11, 2017 #1 Hi (I am new to B4A - coming from vb.net background) The question is - I want to raise events in a class module which can be detected (consumed) by the main activity. How do I do it? Thanks for the help Dave Morris
Hi (I am new to B4A - coming from vb.net background) The question is - I want to raise events in a class module which can be detected (consumed) by the main activity. How do I do it? Thanks for the help Dave Morris
G GuyBooth Active Member Licensed User Longtime User Aug 13, 2017 #21 What do I lose if I don't include the #Event: definition statement? Does it affect the way the program runs, or just the IDE? Upvote 0
What do I lose if I don't include the #Event: definition statement? Does it affect the way the program runs, or just the IDE?
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2017 #22 Nothing. It is only relevant if you compile your classes to a library. Upvote 0