CyberSlug Posted November 15, 2004 Share Posted November 15, 2004 GuiCtrlSetCursor appears to do nothing. AutoIt doesn't crash, but I also notice it's missing from the latest SciTE syntax coloring.... (I really don't need the function since AutoBuilder uses just GuiSetCursor with GuiGetCurosorInfo, but I was just wondering what happened to the other function... GuiCreate("Example") GUICtrlCreateButton("foo", 10, 10, 100, 100) GuiCtrlSetCursor(-1, 9);size-all cursor GuiSetState() While GuiGetMsg() <> -3;GUI_EVENT_CLOSE WEnd Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Administrators Jon Posted November 15, 2004 Administrators Share Posted November 15, 2004 GuiCtrlSetCursor appears to do nothing. AutoIt doesn't crash, but I also notice it's missing from the latest SciTE syntax coloring....(I really don't need the function since AutoBuilder uses just GuiSetCursor with GuiGetCurosorInfo, but I was just wondering what happened to the other function...GuiCreate("Example") GUICtrlCreateButton("foo", 10, 10, 100, 100) GuiCtrlSetCursor(-1, 9);size-all cursor GuiSetState() While GuiGetMsg() <> -3;GUI_EVENT_CLOSE WEndErr yeah. I spent ages on it getting it so it could do everything you wanted. I'll check if something else has broken it. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Administrators Jon Posted November 15, 2004 Administrators Share Posted November 15, 2004 I'd "optimized" some client/window conversions and it had broken it. Fixed next upload. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now