Controller Member Licensed User Longtime User May 8, 2014 #1 Anyone knows how to use "getDeclaringClass" using reflection, or something alike?
Erel B4X founder Staff member Licensed User Longtime User May 8, 2014 #2 What are you trying to achieve? Upvote 0
Controller Member Licensed User Longtime User May 8, 2014 #3 I want to trigger an event, like other libraries, without having to pass any activity/class parameter. Upvote 0
I want to trigger an event, like other libraries, without having to pass any activity/class parameter.
Erel B4X founder Staff member Licensed User Longtime User May 9, 2014 #4 You should let the caller module pass a reference to itself. There is no other way. Upvote 0