Message 1 of 6
Cursors (again) HELP!

Not applicable
03-03-2002
07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is really driving me insane. I can disable the AutoCAD cursor by
simply using a call like this (from the article "Input Point Filter and
Monitor Example" in the Developer's Guide):
curDoc()->inputPointManager()->disableSystemCursorGraphics();
That's nice, but now i don't know how to actually enable a new, custom
cursor. There's lots of places in the developer guide where it talks about
the fact that it is POSSIBLE to add a custom cursor, but i can't find any
documentation on HOW to actually do this. Some of my commands would make a
LOT more sense if i could change the cursor. Can anyone tell me how to
display a custom cursor, or even point me in the right direction? None of
the examples that come with the ObjectARX SDK have anything about enabling a
new cursor. Even the example that has this line above just disables it and
doesn't do anything! Help!
simply using a call like this (from the article "Input Point Filter and
Monitor Example" in the Developer's Guide):
curDoc()->inputPointManager()->disableSystemCursorGraphics();
That's nice, but now i don't know how to actually enable a new, custom
cursor. There's lots of places in the developer guide where it talks about
the fact that it is POSSIBLE to add a custom cursor, but i can't find any
documentation on HOW to actually do this. Some of my commands would make a
LOT more sense if i could change the cursor. Can anyone tell me how to
display a custom cursor, or even point me in the right direction? None of
the examples that come with the ObjectARX SDK have anything about enabling a
new cursor. Even the example that has this line above just disables it and
doesn't do anything! Help!