Message 1 of 10
GRREAD & Command Line options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do you use GRREAD to trap the clicking of command line options.
e.g. if you create a polyline using the command PLINE and select a start point you get command line options [Arc Halfwidth ....] etc and left clicking those options or typing the letter in blue results in the selection of that option.
I would like to replicate that for one of my own commands using Lisp... I have the code running that dispalys the options, traps keyboard presses etc. but can't get grread to kick out the option selected by left clicking it..... only the fact that the AutoCAD interface have been clicked. [ grread returns '(11 -1) ]
Any ideas?