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...
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...