2014-06-18 16:32 UTC
Hello to all,
I need to use the function "GetName"
I try to simplify my problem:
(setq NomeBottoneForm (dcl-Control-GetName plug-in/AttivaPlugIn/ButtonAttivaMapColori))
(dcl-Control-SetEnabled NomeBottoneForm nil)
This code, unfortunately, does not work.
In other words, in the second line "dcl-Control-SetEnabled" I need to insert a variable name for the control.
Maybe not work because GetName returns only the name of the button and not all the path "plug-in/AttivaPlugIn/ButtonAttivaMapColori."
Can you help?
I need to use the function "GetName"
I try to simplify my problem:
(setq NomeBottoneForm (dcl-Control-GetName plug-in/AttivaPlugIn/ButtonAttivaMapColori))
(dcl-Control-SetEnabled NomeBottoneForm nil)
This code, unfortunately, does not work.
In other words, in the second line "dcl-Control-SetEnabled" I need to insert a variable name for the control.
Maybe not work because GetName returns only the name of the button and not all the path "plug-in/AttivaPlugIn/ButtonAttivaMapColori."
Can you help?