sanduro Member Licensed User Longtime User Apr 25, 2013 #1 I enclose my application. They are 2 panels created under Activity. One "moj" regular way in Main code area Second "moj2" is created via class pPanel Both panels are created as expected, but first one catches the moj_Click event and second one moj2_Click doesnt catch the event. Any idea what am I doing wrong Code eclosed Thanks for your help. I am :sign0104: here San Attachments panel.zip 7.3 KB · Views: 130
I enclose my application. They are 2 panels created under Activity. One "moj" regular way in Main code area Second "moj2" is created via class pPanel Both panels are created as expected, but first one catches the moj_Click event and second one moj2_Click doesnt catch the event. Any idea what am I doing wrong Code eclosed Thanks for your help. I am :sign0104: here San
agraham Expert Licensed User Longtime User Apr 25, 2013 #2 The event Sub moj2_Click should be in the Class, not the main Activity. Upvote 0
sanduro Member Licensed User Longtime User Apr 25, 2013 #3 Thank you very much , work miracles. I hope my small donation will be enough. San Upvote 0