Hi All
So far I have been doing all layouts by code, so this is my first time using the designer and Custom views.
I am just wondering why i am unable to capture the click event, even though the label is enabled in the designer.
For the above to work, I have to add the line below in DesignerCreateView
I am wondering if there is a better way perhaps using "Initialize"
Thanks
iCAB
So far I have been doing all layouts by code, so this is my first time using the designer and Custom views.
I am just wondering why i am unable to capture the click event, even though the label is enabled in the designer.
B4X:
Private Sub AutoTextSizeLabel1_CLick
Log("not trigerred by default ")
End Sub
For the above to work, I have to add the line below in DesignerCreateView
B4X:
lbl.Initialize("AutoTextSizeLabel1")
I am wondering if there is a better way perhaps using "Initialize"
Thanks
iCAB