Re: Win32lib problem
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 01, 2003
- 817 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. > Also, does the wrong value change if you change the toolbar specifications? -- Derek