Hello,
I update new arx to 6.0.0.3 on an old odcl project.
All look like fine, but when using dialog box, some function seem not be found !!! (Like command not found)
Quote
Une erreur : no function definition: COMMAND_ONCLICKED
But it's C:COMMAND_ONCLICKED ?
That mean i have to update odcl file to use them ???
Thanks
You either have to disable the events in the .odcl, or define the event handler in your lisp code.
Quote from: owenwengerd on September 16, 2009, 02:50:24 AM
You either have to disable the events in the .odcl, or define the event handler in your lisp code.
Sorry, i didn't explain myself correctly :
What i mean is when i update the arx for older odcl project, event cannot find lisp command, because of not "C:" before lisp function .
Work fine with 5.1.1.2 arx but not with 6.0.0.3 arx !
Thanks