Re: win32lib getTextExtent on XP
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jul 04, 2003
- 514 views
On Fri, 04 Jul 2003 09:34:08 -0400, 1evan at sbcglobal.net wrote: >In Example #2 for getTextExtent in the Win32lib docs, x is declared as a= =20 >sequence, should be an integer? I think you are right, and also that > btns &=3D create(PushButton, MyWindow, btntext[i], x, y, btnwidth,=20 >btnheight, 0) should be btns &=3D create(PushButton, btntext[i], MyWindow, x, y, btnwidth,=20 btnheight, 0) It works then. Pete

