Magellan Posted September 11, 2007 Posted September 11, 2007 Hello everyone. I've just downloaded the last version of Koda (1.7.0.0). When I open a KXF file designed with Koda 1.6.0.2 and when I press F10 to run form and pick the code generated in scite, most of my vars are now prefixed with $A. For example, $Radio5 becomes : $ARadio5 So, the rest of my code is no longer working. I'm sure that there's a parameter to set somewhere, but where ??????? Don't tell me that i'm sticked with Koda 1.6.0.2 Thank you for your answers... Regards.
Lazycat Posted September 11, 2007 Posted September 11, 2007 Hello everyone.I've just downloaded the last version of Koda (1.7.0.0).When I open a KXF file designed with Koda 1.6.0.2 and when I press F10 to run form and pick the code generated in scite, most of my vars are now prefixed with $A. For example, $Radio5 becomes : $ARadio5 So, the rest of my code is no longer working. I'm sure that there's a parameter to set somewhere, but where ???????Don't tell me that i'm sticked with Koda 1.6.0.2 Thank you for your answers...Regards.Oh yes... In this version default naming changed: now unneded prefix stripped at control creation time, not generating time. This is way better of course, but I see your problem... If your gui not too complex, you can remove in designer "A" from control names manually. Anyway, this is not reasonable to add old option back, so I'll try to write converter for this situation. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s])
Magellan Posted September 11, 2007 Author Posted September 11, 2007 Thanks LazyCat ! I'm going to stay on the 1.6.0.2 for the moment.... hoping that a converter will soon be launched lol ! Anyway, congratulations for your Work. Mag.
Lazycat Posted September 12, 2007 Posted September 12, 2007 This is done, try file attached: def_names_fix.au3 This is tested, but anyway don't forget to backup your forms first This will be included in future Koda package. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s])
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now