OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Mike Dennis on September 20, 2018, 04:08:08 AM

Title: Events Not Firing
Post by: Mike Dennis on September 20, 2018, 04:08:08 AM
Hi All,

Pretty new to OpenDCL, so I imagine this is something pretty simple that I am not seeing... but for the life of me,

I cannot get any #OnClicked events to fire or the single #OnSelChanged event.

Note: the .sld files will have to be in the BricsCAD search path (findfile).

Thanks for any response,
Mike Dennis

Windows 10
OpenDCL 9.0.1.5
BricsCAD 18.2
Title: Re: Events Not Firing
Post by: roy_043 on September 20, 2018, 05:23:59 AM
Events have to be enabled. I don't see any events checked on the Events tab of the Properties panel.
Title: Re: Events Not Firing
Post by: Mike Dennis on September 20, 2018, 05:58:01 AM
Thanks so much!

I knew I would end up feeling real stupid when someone pointed out my issue.

I was double clicking on the control to bring up the Control Browser window and pasting that code... not realizing I had to enable it in the events.

Thanks again,
Mike