RE: XControls
- Posted by Tone =8Akoda <tskoda at hotmail.com> Feb 10, 2004
- 569 views
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? > > > -- > Derek > > >