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

2013-01-31 Thread Ru Vuott
Hello Jussi, > I think Gambas should raise error > instead. > > Jussi I also think so. > > Maybe this is what you want: > > Balloon.Info("Textum", TextEdit1) > > > > Jussi Yes, I know. I was just doing some tests on "Balloon"; and so I have noticed that strange thing. bye vuo --

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

2013-01-31 Thread Jussi Lahtinen
I think Gambas should raise error instead. Jussi On Thu, Jan 31, 2013 at 5:21 PM, Jussi Lahtinen wrote: > I guess Gambas creates the control you are referring (Form is class, and > so, not proper object to refer). > Maybe this is what you want: > Balloon.Info("Textum", TextEdit1) > > Jussi > >

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

2013-01-31 Thread Jussi Lahtinen
I guess Gambas creates the control you are referring (Form is class, and so, not proper object to refer). Maybe this is what you want: Balloon.Info("Textum", TextEdit1) Jussi On Thu, Jan 31, 2013 at 4:58 PM, Ru Vuott wrote: > Hello, > > I come back on this problem, that I wrote a few days ag

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

2013-01-31 Thread Ru Vuott
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 ***

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

2013-01-29 Thread Ru Vuott
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 (w