Zedna Posted July 24, 2006 Share Posted July 24, 2006 This will be long post - and many questions here New beta is here: http://www.autoitscript.com/fileman/users/lookfar/koda_2006.07.23.zipIn latest Koda beta isn't included lang_frbe.xml from Groumphy from this postAnd I agree with your concept as you described it here. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Zedna Posted July 25, 2006 Share Posted July 25, 2006 I want to bring alive my old idea (it's already somewhere in my old post): 14) Link to WWW page of Form Designer --> in menu Help/Visit home page or in About window Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted July 26, 2006 Share Posted July 26, 2006 First of all - thanks for your work, Zedna, this really appreciated!Many problems with parser are caused by incorrect support concatenated strings. This is on first place in todo.Second problem - now parser looks whole script. For example, in project del_old_upd.au3 you have two separate GUIs, both are contain $progress control - so it's was converted twice.I think best way to fix it - if parser will try to find multiple GUIs first, and then allow user to select what GUI should be converted.In latest Koda beta isn't included lang_frbe.xml from Groumphy from this postOps, sorry Groumphy, I should be search thread :"> It included now.14) Link to WWW page of Form Designer --> in menu Help/Visit home page or in About windowDone in about window. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
Zedna Posted July 26, 2006 Share Posted July 26, 2006 First of all - thanks for your work, Zedna, this really appreciated!Many problems with parser are caused by incorrect support concatenated strings. This is on first place in todo.Second problem - now parser looks whole script. For example, in project del_old_upd.au3 you have two separate GUIs, both are contain $progress control - so it's was converted twice.I think best way to fix it - if parser will try to find multiple GUIs first, and then allow user to select what GUI should be converted.Hi Lazycat. I like to help with this really great Koda I know about string concatenating limitation but I don't think many problems are due to it, but you willl see it better - for example project Cerna.au3.About my project del_old_upd.au3: There is only one GUI and progress bar is temporary created/destroyed in some functions called from buttons - only for display process of this function.I'm looking forward to new versions of Koda Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
JackB Posted July 27, 2006 Share Posted July 27, 2006 Hi LazyCat, I just ran into a bug in the latest Koda's XML generator. Here is what I was doing, I made a trivial dialog -- basic form with an OK and Cancel button, a frame with a list view inside the frame. Since I did not care about a control ID for the frame I told Koda that the frame's name was nothing. The following XML was generated which upon reopening with Koda caused Koda to reject the entire XML code for the dialog form. <object type="TAGroup" name=""> <properties> <property name="Left" vt="Int8">8</property> <property name="Top" vt="Int8">8</property> <property name="Width" vt="Int16">705</property> <property name="Height" vt="Int16">233</property> <property name="CtrlStyle" vt="Int32">1342308359</property> <property name="CtrlExStyle" vt="Int8">0</property> <property name="Caption" vt="String">Possible Selections</property> <property name="TabOrder" vt="Int8">2</property> </properties> If I give the object a name by editing the XML code itself Koda is happy again. <object type="TAGroup" name="Name_Frame"> Thanks Link to comment Share on other sites More sharing options...
Lazycat Posted July 27, 2006 Share Posted July 27, 2006 I just ran into a bug in the latest Koda's XML generator. Here is what I was doing, I made a trivial dialog -- basic form with an OK and Cancel button, a frame with a list view inside the frame. Since I did not care about a control ID for the frame I told Koda that the frame's name was nothing. The following XML was generated which upon reopening with Koda caused Koda to reject the entire XML code for the dialog form.JackB, basically, you should not make name empty - at least now this is by design. This is incorrect, though latest XML reader should be tolerate to this situation, don't know why this is not work for you. Do you sure you use latest beta (this one http://www.autoitscript.com/fileman/users/lookfar/koda_2006.07.23.zip)? Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
JackB Posted July 27, 2006 Share Posted July 27, 2006 Do you sure you use latest beta (this one ...2006.07.23.zip)?Yup, you are correct I was down one revision.Thanks Link to comment Share on other sites More sharing options...
Lazycat Posted July 29, 2006 Share Posted July 29, 2006 New beta is out: http://www.autoitscript.com/fileman/users/lookfar/koda_2006.07.29.zipNew Object TreeView panel added (this was long-standing idea); and empty names are allowed for controls - such controls will not have name in generated code. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
eltorro Posted August 1, 2006 Share Posted August 1, 2006 (edited) There's a small problem with the progress bar. If the the color is changed, the form is updated to reflect the selection, however the color property is not updated in the generated code. Edit: grammer. Edited August 2, 2006 by eltorro Regards, [indent]ElTorro[/indent][font="Book"] Decide, Commit, Achieve[/font]_ConfigIO.au3Language Translation --uses Google(tm) MsgBox Move XML wrapper UDF XML2TreeView Zip functionality Split your GUI Save Print ScreenZipPluginEdit In Place listviewSome of my scripts on Google code Link to comment Share on other sites More sharing options...
Lazycat Posted August 2, 2006 Share Posted August 2, 2006 The if the color is changed, the form is updated to reflect the selection, however the color property is not updated in the generated code.Thanks, this is fixed now. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
Lazycat Posted August 5, 2006 Share Posted August 5, 2006 Here is new beta. http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.05.zipI hope it close to release, at least global controls renaming not planned soon So translators can update translations. The only significant addition here - better support for updating data in the scripts. Now supported multiple GUI in script. When you open form, Koda try to find associated script (in form's folder). You can also open au3 files from Koda, that contain one or more GUI - corresponding forms will be opened. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
Zedna Posted August 6, 2006 Share Posted August 6, 2006 (edited) Here is new beta. http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.05.zipSome problems with TabOrder editor:1) all controls placed in groupbox should be in TabOrder editor instead of only that group box 2) list index out of bounds (0) when you deselect form in form list and then call TabOrder editor3) TabOrder editor is empty after this sequence: - create New form - place edit and button on it - call TabOrder editorwhen you first click on form and then call TabOrder editor, then it's OK.EDIT:4) button "Manage" in "Advanced generate" dialog opens Options on wrong tab Edited August 6, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 7, 2006 Share Posted August 7, 2006 1) all controls placed in groupbox should be in TabOrder editor instead of only that group box 3) TabOrder editor is empty after this sequence: - create New form - place edit and button on it - call TabOrder editorwhen you first click on form and then call TabOrder editor, then it's OK.This is correct behaviour. TabOrder editor operate with controls on one "level", i.e. controls that have one parent. So you have to call editor separately for form, group and tabsheet. This will be explained in help.But I think, editor should show controls on their level even when selecting control, not only it's parent. This will be changed.2) list index out of bounds (0) when you deselect form in form list and then call TabOrder editorRare situation, and possible only when calling TabEditor from main menu, but this is bug. Will try to fix it.4) button "Manage" in "Advanced generate" dialog opens Options on wrong tabUps... fixed. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
Zedna Posted August 7, 2006 Share Posted August 7, 2006 This is correct behaviour. TabOrder editor operate with controls on one "level", i.e. controls that have one parent. So you have to call editor separately for form, group and tabsheet. This will be explained in help.But I think, editor should show controls on their level even when selecting control, not only it's parent. This will be changed.OK I didn't know that TabOrder could be setup also for selected groupbox.But your explanation is only for my number 1)Number 3) TabOrder editor is empty after some sequence remain Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 7, 2006 Share Posted August 7, 2006 OK I didn't know that TabOrder could be setup also for selected groupbox.But your explanation is only for my number 1)Number 3) TabOrder editor is empty after some sequence remainI think that sequence is not matter here, this was due TabEditor logic. This changed now, so please try new version to be sure that we talk about one thing http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.07.zip Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
JackB Posted August 7, 2006 Share Posted August 7, 2006 Hey LazyCat, What am I missing when it comes to having Koda (August 05 version) insert the form code into my script (using SciTE editor)? I used to place my SciTE cursor where I wanted Koda to place the code, then close Koda (having told it to generate the code F9) and bang the code was there in my script. Doesn't seem to be doing that anymore. Thanks. Link to comment Share on other sites More sharing options...
MrChris Posted August 7, 2006 Share Posted August 7, 2006 "SWEET" Link to comment Share on other sites More sharing options...
JackB Posted August 7, 2006 Share Posted August 7, 2006 I should add that once the form code is in my script the "script update" works verrrry nicely. Good work. Link to comment Share on other sites More sharing options...
Lazycat Posted August 7, 2006 Share Posted August 7, 2006 Doesn't seem to be doing that anymore.JackB, this code is untouched in ages This probably problem with your configuration. I'm just downloaded Scite, replaced old Koda with new one - this works just fine. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
JackB Posted August 7, 2006 Share Posted August 7, 2006 Thanks Lazycat, Yeah, that's what I thought too, I'll keep looking for what I missed. Link to comment Share on other sites More sharing options...
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