Re: Win32lib problem
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 01, 2003
- 821 views
----- Original Message ----- From: "Philip D." <philip1987 at hotmail.com> To: <EUforum at topica.com> Subject: Win32lib problem > > > I'm making a programming editor with win32lib. I found a problem and > simplified the program so that this program recreates the error. When you > click on the child window, Eu shows the result of getMouseRelPos(). The > problem is, when you click the top-left pixel of the child window, > getMouseRelPos( child ) should return {1,1}; instead, it returns {1,-29}. > It seems that for the Y position, it returns the correct answer minus the > width of the toolbar. > I do not get this result. On my system, I get the *correct* value of {0,0}. What version of win32lib are you using? What version of Windows are you using? -- Derek