2014-10-08 12:44 UTC
I'm attempting to Trigger an event when I click into a cell within a Grid but without much success.
I thought the 'OnBeginLabelEdit' Event would be Perfect, so I copied into my Lisp File but I don't really understand
where to go from there. My confusion lies around the function Argument List (Row Column), do these become variable
names that I can subsequently use?. Also unsure of what to place into the body of the function? - I tried
(defun c:#OnBeginLabelEdit (Row Column /)
(alert "hello")
)
Just to see when it triggered, but nothing seems to happen whatever I do. I'm sure I'm missing something obvious but I just can't spot it. Any help/Suggestions would be great. Thanks
(The Grid is within a Modal Dialog)
I thought the 'OnBeginLabelEdit' Event would be Perfect, so I copied into my Lisp File but I don't really understand
where to go from there. My confusion lies around the function Argument List (Row Column), do these become variable
names that I can subsequently use?. Also unsure of what to place into the body of the function? - I tried
(defun c:#OnBeginLabelEdit (Row Column /)
(alert "hello")
)
Just to see when it triggered, but nothing seems to happen whatever I do. I'm sure I'm missing something obvious but I just can't spot it. Any help/Suggestions would be great. Thanks
(The Grid is within a Modal Dialog)