2017-12-11 15:28 UTC
I have a modeless form that I want to use as a replacement for a toolbar flyout. The form is called from a Bricscad toolbar button. OnClick each graphic button on the form closes the form then calls a lisp function to insert a specific part.
What I'd like is after using the form to insert a part is for right click to re-call the part insertion function directly so I can do multiple insertions of the part. What happens is that right click calls the form again.
Is there a way configure the code so that "Repeat Last Command" repeats the selected insertion function rather than calling the form again?
Thanks.
What I'd like is after using the form to insert a part is for right click to re-call the part insertion function directly so I can do multiple insertions of the part. What happens is that right click calls the form again.
Is there a way configure the code so that "Repeat Last Command" repeats the selected insertion function rather than calling the form again?
Thanks.