First I want to apologize for the translation is with the google translator.
I'm starting to use classes to do my customs views but I don't know how to get the name of the activity where the different panels are going to be added.
Basically what I want to do is a panel with options (raddiobutton, label, etc.)
the only solution I found was requesting the value from MAIN,
, I searched the forum but I can't find what I'm looking for.
There is a standard pattern that you should use for custom views. Make sure that XUI library is selected and start with Project - Add New Module - Class - Custom View (XUI).
You should then use Callback and EventName to raise events.