Page 1 of 1

WindowMouseX/Y() instead of WindowMouseX/Y(#Window) or opt.

Posted: Sat Feb 04, 2006 6:26 pm
by DarkDragon
Hello,

just wanted to ask if we can get the old WindowMouseX/Y back. The new ones would be ok as optional parameters.

Posted: Sat Feb 04, 2006 6:36 pm
by Fred
No, it's not thread safe and will need an UseWindow() which is no more the PB philosophy. What is the problem exactly ?

Posted: Sat Feb 04, 2006 6:45 pm
by DarkDragon
Fred wrote:No, it's not thread safe and will need an UseWindow() which is no more the PB philosophy. What is the problem exactly ?
Ok, it's not a problem at all, but my function hasn't got a #Window parameter, just a WindowHandle parameter.

Posted: Sat Feb 04, 2006 6:45 pm
by Bonne_den_kule
Fred is right.