2017-10-23 13:39 UTC
I am trying to localise the event commands so when i start to type the opendcl event commands do not show. I have however been unable to achieve this can anyone help?
author=dan113 link=topic=2539.msg12593#msg12593 date=1508924421 wrote:The example files demonstrate that as well. See the HideFuncTest/FormModeless/TextButton1#OnClicked function.
I have tried without success to remove the c: I will keep trying....
author=roy_043 link=topic=2539.msg12594#msg12594 date=1508939329 wrote:The example files demonstrate that as well. See the HideFuncTest/FormModeless/TextButton1#OnClicked function.
[quote author=dan113 link=topic=2539.msg12593#msg12593 date=1508924421]
I have tried without success to remove the c: I will keep trying....
(defun c:myproject/myfom/mylistview#OnDblClicked (intRow intCol)
(dcl-SendString "MyCommandWhenListviewItemWasDblClicked\r\n")
); c:myproject/myfom/mylistview#OnDblClicked author=roy_043 link=topic=2539.msg12602#msg12602 date=1509663476 wrote:
And why do the default names of event handlers have the 'C:' prefix?
(defun c:myproject/myfom/mylistview#OnDblClicked (intRow intCol)
(dcl-SendString "MyCommandWhenListviewItemWasDblClicked\r\n")
)