Hi all,
I have on my panel few buttons. I have defined in .h file WidgetIDs for buttons, next I defined ActionIDs for actions(but Iam not sure if this is correct, if actions are used only for menu items...). In .fr file I have defined buttons itselves. Now I need advice, how to handle button clicks? Sould I create Controller and Observer, or is there any other way how to make this functionality?? Is there any document describing what Iam trying to do??
Thx a lot again