OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: CADwiesel on July 30, 2021, 03:49:21 AM

Title: Right Klick in Blocklist and Dwglist
Post by: CADwiesel on July 30, 2021, 03:49:21 AM
Hi
is there an option to get the rightKlick event in blocklist and dwglist?
It would be helpful, if this event is availlable in the most controls.

Regards
Martin
Title: Re: Right Klick in Blocklist and Dwglist
Post by: Fred Tomke on August 09, 2021, 06:39:55 AM
Hi, have you given a try to MouseMove? Maybe the intFlags argument tells you if a buttons was clicked. It's just an idea. I havent tested it.
Otherwise I recommend you to add a FeatureRequest (https://sourceforge.net/p/opendcl/feature-requests/).

Fred