[Gambas-user] Form, as Control, in a Balloon function produces another same Form !
Jussi Lahtinen
jussi.lahtinen at ...626...
Thu Jan 31 16:26:52 CET 2013
I think Gambas should raise error instead.
Jussi
On Thu, Jan 31, 2013 at 5:21 PM, Jussi Lahtinen <jussi.lahtinen at ...626...>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
>
>
>
>
>
> On Thu, Jan 31, 2013 at 4:58 PM, Ru Vuott <vuott at ...325...> wrote:
>
>> 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
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_jan
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
More information about the User
mailing list