TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: mkweaver on December 17, 2011, 09:24:22 AM

Title: Bug: control name wrong in "Function to Call"
Post by: mkweaver on December 17, 2011, 09:24:22 AM
The "AutoLISP Function to Call On Event" has the wrong control name for my ComboBox in the SelChanged event.  The other events seem to be named correctly.

Specifics:
Windows 7 Pro, 64 bit, service pack 1
AutoCAD Revit Structure Suite 2012
OpenDCL Studio 6.0.2.3

Control Name: cbFilter
Name used in event call: ComboBox1

I have been unable to capture the Selchanged event using either control name.
Title: Re: Bug: control name wrong in "Function to Call"
Post by: DanW on December 19, 2011, 08:28:41 AM
I have been unable to capture the Selchanged event using either control name.

Try changing your EventInvokeProperty to Asynchronous?

As great as the Swamp is - The OpenDCL forum http://www.opendcl.com/forum/index.php (http://www.opendcl.com/forum/index.php) is the better place to go with your ODCL queries.

Regards
Title: Re: Bug: control name wrong in "Function to Call"
Post by: DanW on December 19, 2011, 08:32:12 AM
Sorry that should read the control's "Event Invoke" property!