Author Topic: Bug: control name wrong in "Function to Call"  (Read 4259 times)

0 Members and 1 Guest are viewing this topic.

mkweaver

  • Bull Frog
  • Posts: 352
Bug: control name wrong in "Function to Call"
« 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.

DanW

  • Mosquito
  • Posts: 18
Re: Bug: control name wrong in "Function to Call"
« Reply #1 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 is the better place to go with your ODCL queries.

Regards

DanW

  • Mosquito
  • Posts: 18
Re: Bug: control name wrong in "Function to Call"
« Reply #2 on: December 19, 2011, 08:32:12 AM »
Sorry that should read the control's "Event Invoke" property!