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
--
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
>
>
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
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
***
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