[Gambas-user] Form, as Control, in a Balloon function produces another same Form !
Ru Vuott
vuott at ...325...
Thu Jan 31 15:58:28 CET 2013
Hello,
I come back on this problem, that I wrote a few days ago; and I'ld like to repropose it, because it seems to me a bug.
well, I have this simple code:
*********************************
Public Sub TextEdit1_Enter()
Balloon.Info("Textum", Form)
End
*********************************
When I launch the project, if mouse cursor enter into the TextEdit, a new Form is created !
This new Form has the same name of the main Form.
If the "Control" in Ballon function is "Fmain" or "Me", that
strange phenomenon doesn't appen.
Is it a bug ?
Regards
vuott
More information about the User
mailing list