OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Emiliano on April 16, 2018, 09:40:33 AM

Title: Conversion of control names
Post by: Emiliano on April 16, 2018, 09:40:33 AM
A few years ago, OpenDCL changed the structure of the names of the controls

E.g. dcl_TabStrip_HideTab became dcl-TabStrip-HideTab
I have a very complex project to fix, is there any guidelines or tools to help me with this job?

Thanks in advance.
Title: Re: Conversion of control names
Post by: owenwengerd on April 16, 2018, 05:28:56 PM
I wrote a conversion utility (http://opendcl.com/forum/index.php?topic=2084.msg10309#msg10309).
Title: Re: Conversion of control names
Post by: Emiliano on April 17, 2018, 08:31:44 AM
Quote from: owenwengerd on April 16, 2018, 05:28:56 PM
I wrote a conversion utility (http://opendcl.com/forum/index.php?topic=2084.msg10309#msg10309).

I tried using your utility but unfortunately it does not work in my case.
Maybe because I saved the OpenDCL project to a file with a * .lsp extension, I also have a lot of separate *.lsp files that refer to it. :'(

All of this is very complicated ....  :'( :'( :'(