Jig. Additional panel with keyWords.

Hi!
I'm trying to make a Jig.
When running the standard command, we can see an additional panel with key words.


In my Jig this panel does not appear. :(
[code]PromptPointResult userFeedback = prompts.AcquirePoint("\nSpecify endpoint of arc or [Line/Undo]: ", "Line Undo");[/code]



How to display an additional panel with key words?


Comments

  • For the prompts on the command line, set CMDECHO = On.
    For the pop-up panel of options, set PROMPTMENU = 1 or higher (see Settings window).

This discussion has been closed.