Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Ru Vuott
well. bye vuott Lun 19/8/13, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] About coordinates in .FindChild(...) function A: "mailing list for gambas users" Data: Lunedì 19 agosto 2013, 22:19 Le 19/08/2013 20:46, Benoît M

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Benoît Minisini
Le 19/08/2013 20:46, Benoît Minisini a écrit : > Le 19/08/2013 20:18, Ru Vuott a écrit : >> Here the attached file. >> >> regards >> vuott >> > > Thanks. *Now* I understand what you are talking about! > OK, the bug should be fixed in revision #5810. Regards, -- Benoît Minisini

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Benoît Minisini
Le 19/08/2013 20:18, Ru Vuott a écrit : > Here the attached file. > > regards > vuott > Thanks. *Now* I understand what you are talking about! -- Benoît Minisini -- Introducing Performance Central, a new site from Sourc

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Ru Vuott
Here the attached file. regards vuott Lun 19/8/13, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] About coordinates in .FindChild(...) function A: "mailing list for gambas users" Data: Lunedì 19 agosto 2013, 18:17 Le 19/

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Benoît Minisini
Le 19/08/2013 18:15, Ru Vuott a écrit : >> Ok so if I understand well the find child don't take position into >> account... Just the size > > So that actually the object can be detected/returned by the function > ".ChilFind()", it seems to me that: > > 1) it has to be placed in its position range

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Ru Vuott
Child(99, 29)) = False Then Print Object.Type(Me.FindChild(99, 29)) > > Why ... = False ? This is not needed Ok so if I understand well the find child don't take position into account... Just the size > Regards > vuott > > > ---

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Fabien Bodard
't take position into account... Just the size > Regards > vuott > > > ---- > Dom 18/8/13, Benoît Minisini ha scritto: > > Oggetto: Re: [Gambas-user] About coordinates in .FindChild(...) function > A: "mailing list for g

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-19 Thread Ru Vuott
Me.FindChild(99, 29)) = False Then Print Object.Type(Me.FindChild(99, 29)) Regards vuott ---- Dom 18/8/13, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] About coordinates in .FindChild(...) function A: "mailing list for gambas users&quo

Re: [Gambas-user] About coordinates in .FindChild(...) function

2013-08-18 Thread Benoît Minisini
Le 17/08/2013 21:09, Ru Vuott a écrit : > Hello, > > I was trying " .FindChild ( X As Integer, Y As Integer ) As Control " > function, I noticed that this function detects and returns any "Child" Object > of a its "Parent" Container, only if this Object is positioned at the > coordinates .X = 0

[Gambas-user] About coordinates in .FindChild(...) function

2013-08-17 Thread Ru Vuott
Hello, I was trying " .FindChild ( X As Integer, Y As Integer ) As Control " function, I noticed that this function detects and returns any "Child" Object of a its "Parent" Container, only if this Object is positioned at the coordinates .X = 0 and .Y = 0 . So, even if only one of the two coor