Re: Win32lib System Metrics
- Posted by Derek Parnell <derekp at solace.com.au> Aug 18, 2000
- 415 views
I believe that is a bug in getSize. If the object was a window it returned {top, left, right, bottom}, but for all other objects it returned {top, left, width, height}. If your window was positioned at (0,0) then this is equivalent. I've "fixed" this bug in my copy of win32lib and I'd like to hear if this is going to break any existing code. My opinion is that the function should return {top, left, width, height} for all objects and not make a window an exception. ----- cheers, Derek Parnell derekp at solace.com.au Solace Limited ( http://www.solace.com.au ) Melbourne, Australia +61 3 9291 7557