2008-06-05 14:51 UTC
won't happen.
ListView OnDoubleClick event wont fire a command no matter how it's defined:
(command "jbPlaceTextNote")
(dcl_sendstring "jbPlaceTextNote ")
(c:jbPlaceTextNote)
(vla-sendcommand (vla-get-activedocument(vlax-get-acad-object)) "jbPlaceTextNote ")
Event Invoke is 1 for both Form and Control. I have a TreeView on another form that fires commands just fine. I'll try to come up with a simple example to post . . ..
ListView OnDoubleClick event wont fire a command no matter how it's defined:
(command "jbPlaceTextNote")
(dcl_sendstring "jbPlaceTextNote ")
(c:jbPlaceTextNote)
(vla-sendcommand (vla-get-activedocument(vlax-get-acad-object)) "jbPlaceTextNote ")
Event Invoke is 1 for both Form and Control. I have a TreeView on another form that fires commands just fine. I'll try to come up with a simple example to post . . ..




