Message 1 of 6
User interaction withou acedCommand() or acedCmd()
Not applicable
05-04-2003
10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need to call AutoCAD native commands from a Modeless dialog. I know that I
can't use acedCommand() or acedCmd().
Further the desired commands will also need user interaction like, for
instance, INSERT command where I will need to PAUSE for user to select
insertion point.
The dialog must be Modeless because it has a huge tree control and I can't
build it on every user command call.
I have tried several options but the problem seems to be related with the
PAUSE for user input (user interaction)...
Regards,
Fernando
I need to call AutoCAD native commands from a Modeless dialog. I know that I
can't use acedCommand() or acedCmd().
Further the desired commands will also need user interaction like, for
instance, INSERT command where I will need to PAUSE for user to select
insertion point.
The dialog must be Modeless because it has a huge tree control and I can't
build it on every user command call.
I have tried several options but the problem seems to be related with the
PAUSE for user input (user interaction)...
Regards,
Fernando