Hi,
I got a nice library of Klaus for the xTableMicro.
I want to add the possiblity to set the common property Visible. How can I set a common property of a custom view?
Now I use:
It works, but like this: xxx.Visible(True)
Normally this is: xxx.Visible=True
Can someone tell me how to add this? I succeed in adding only a Public Visible as Boolean, but how to activate this on the whole view?
Kind regards,
André
I got a nice library of Klaus for the xTableMicro.
I want to add the possiblity to set the common property Visible. How can I set a common property of a custom view?
Now I use:
B4X:
'Gets or sets the xTableMicro visible
Public Sub Visible(TrueFalse As Boolean)
mBase.Visible=TrueFalse
End Sub
It works, but like this: xxx.Visible(True)
Normally this is: xxx.Visible=True
Can someone tell me how to add this? I succeed in adding only a Public Visible as Boolean, but how to activate this on the whole view?
Kind regards,
André