From: "Derek Parnell" <ddparnell at bigpond.com> To: <EUforum at topica.com> Subject: Re: XControls charset="Windows-1252" ----- Original Message ----- >From: "Tone =8Akoda" <tskoda at hotmail.com> >To: <EUforum at topica.com> >Subject: RE: XControls > > > >I noticed that too and couldnt use it (it crashed) so i had to change >this in manage_now(): > > -- Rect = { 0, Rect[3] - Rect[1], Rect[6] + Rect[2] } > Rect = { 0, Rect[3] - Rect[1], Rect[4] - Rect[2] } > >Derek Parnell wrote: >> >> >> to Don Philips: >> >> I've downloaded xControls to see how it runs with the >> soon-to-be-released win32lib. Everything seems to be going fine except= >> that you are using getClientRect() and expecting a 6-element sequence to= >> be returned. But the getClientRect() in win32lib has only ever returned >> a 4-element sequence. What am I missing here? Okay, I've changed getClientRect and now xControls works fine. getClientRect() used to return {left, top, width, height} and now it return= s {left, top, width, height, bottom, right} -- Derek