OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: juniorolisp on January 22, 2018, 04:34:58 AM

Title: Dynamic value
Post by: juniorolisp on January 22, 2018, 04:34:58 AM
Hallo
I need some help to find a solution how to get properties from objects in the same way like below but in OPEN DCL window.
See below how it works now and how should work.
Information (from attributes) should be shown in the DCL windows after are selected.
How to get infomation (in value box) after object is selected?
Title: Re: Dynamic value
Post by: Fred Tomke on January 22, 2018, 06:42:31 AM
Hi, juniorolisp, I had a short view if there's something like a PickSetChanged-Reactor in lisp. But I wasn't successful. So what you need to do is calling a command after selection to show information. It's Lisp-related, but not OpenDCL. Without testing I believe you need something like the Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.ImpliedSelectionChanged from C#.

Regards, Fred