Jump to content

Recommended Posts

Posted

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!
  • Administrators
Posted

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

Err yeah. I spent ages on it getting it so it could do everything you wanted. I'll check if something else has broken it.


 

  • Administrators
Posted

I'd "optimized" some client/window conversions and it had broken it. Fixed next upload.


 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...