[Gambas-user] Form, as Control, in a Balloon function produces another same Form !

Ru Vuott vuott at ...325...
Tue Jan 29 21:25:25 CET 2013


Hello,

well, I have this simple code:

*********************************
Public Sub TextEdit1_Enter()

  Balloon.Info("Textum", Form)

End
*********************************

When I launch the project, if mouse cursor stays in the same screen area where TextEdit'll appear on Form, a new Form'll (without objects on it) be created !  :-O
Equally, a new Form 'll be appear, if cursor mouse enters twice in TextEdit.

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


...Why this phenomenon appens ?

Regards
vuott




More information about the User mailing list