AutoHotkey Community

It is currently May 27th, 2012, 7:35 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: September 8th, 2006, 3:16 am 
Offline

Joined: July 20th, 2006, 6:41 pm
Posts: 144
Location: Los Angeles
I took this from one of Skrommel's old scripts and modified it a bit, but the cursor isn't changing, can anyone tell me why?

Here's the link to his: http://www.autohotkey.com/forum/topic9192.html

the main difference is he's using GUI and I'm not... does that mean I can't change the the cursor if it's not in a GUI?

-Kerry

_________________
String Manipulator - GrabIco


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 8th, 2006, 10:16 am 
Offline

Joined: June 8th, 2006, 9:38 pm
Posts: 307
Quote:
the main difference is he's using GUI and I'm not... does that mean I can't change the the cursor if it's not in a GUI?


Yes.
The documentation says something along the lines of 'the cursor is a shared recource, so don't change it unless you own the window the mouse is over'. Which makes sense of course, since other windows will be trying to set the cursor if it's in their client area, so there'd be a conflict...
You can, however, 'freeze' the cursor if it starts out over one of your windows, and the user is holding down the left mouse button; like when you're resizing a window. IIRC the relevent functions are called SetCapture/ReleaseCapture or something. That probably won't help you though.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 8th, 2006, 11:48 am 
Offline

Joined: July 20th, 2006, 6:41 pm
Posts: 144
Location: Los Angeles
Ok thank you! found a work around :)

-Kerry

_________________
String Manipulator - GrabIco


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: sjc1000, SKAN, thor, tomL and 74 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group