Hi there
I have noted that some components have this method in them, however its not used in the demo, perhaps could be used to set tooltips for buttons and other things. I'd like to use it.
Can someone please explain to me how it works, there is a position variable being passed to it.
I can identify with the other variables, the y is supposed to be the position, I'm not clear which constants should I use perhaps..
Thanks in advance for your co-operation.
I have noted that some components have this method in them, however its not used in the demo, perhaps could be used to set tooltips for buttons and other things. I'd like to use it.
Can someone please explain to me how it works, there is a position variable being passed to it.
B4X:
component.SetToolTip("MyToolTip",y,500)
I can identify with the other variables, the y is supposed to be the position, I'm not clear which constants should I use perhaps..
Thanks in advance for your co-operation.