Widget click event not working, any ideas why not?

Peter Simpson

Expert
Licensed User
Longtime User
Hiya all,
I'll make this quick.

If I create a widget with just one main panel and one label connected to that main panel then the following code works perfect.

Sub LblConTest_Click
Log("Test")
End Sub

In my case, I have multiple panels(layout styles) connected to the main panel, thus a main blank panel with no labels. I then added layers of panels(layout styles) connected the main panel, labels are connected to their own 'Parent' panel(layout styles). The above code does not work anymore.

Any ideas why not.

Thank you...
 

Peter Simpson

Expert
Licensed User
Longtime User
That's all the code is Erel, I had the problem in my main app. So I created a new blank app, imported the bal file then tried it again, it does run an even though, but not the correct event.

P.S. do you ever sleep Erel?

Sent from my A100 using Tapatalk 2
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
I've got them both. As I said. With just one panel it works perfect, a panel within a panel and it does not :-( I can send you code go look at if you want, bug I'm just about to go out on a 10 mile cycle ride.

Oh yea, and thank you for all your help, it's been invaluable.

Sent from my A500 using Tapatalk 2
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
I can't really upload the complete code, I'll separate it out then upload the code when I have the chance.

Thank you Erel...

Sent from my HTC Desire using Tapatalk 2
 
Upvote 0
Top