2015-11-06 09:53 UTC
Hello guys, I've a question!
Is it possible to trigger an event without using the mouse? Directly from source code?
(defun c:Pippo/Main/R_fuoco#OnSelChanged (ItemIndexOrCount Value /)
(verifica_R (/ (dcl-ComboBox-GetItemData Pippo/Main/R_fuoco ItemIndexOrCount) 1.0))
)
Thanks :)
Dennis
Is it possible to trigger an event without using the mouse? Directly from source code?
(defun c:Pippo/Main/R_fuoco#OnSelChanged (ItemIndexOrCount Value /)
(verifica_R (/ (dcl-ComboBox-GetItemData Pippo/Main/R_fuoco ItemIndexOrCount) 1.0))
)
Thanks :)
Dennis