Zedna Posted August 7, 2006 Share Posted August 7, 2006 (edited) I 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.zipYes. Good job as always I have some ideas for little improvements:1) rename Help.chm to fd.chm2) add new menu item to Koda: Help/Contens --> invoke fd.chm3) remember state of three menu items in menu View: Tree View, Object Inspector, Form List4) when object Tree View is off then extend height of Object inspector windowEDIT:5) in Help file add section about menu item Tools/Update script - I don't know what is it for, I only remember it's somewhere on the forum discused already6) in Options tab Templates - instead of popup menu with New/Edit/Delete make buttons placed bottom in group box7) when you click on title of Form list window then main form window loses focus and Object Inspector is empty. note: the same but on Object Tree View window is OK. --> it's because form name in Form list is deselected after click on title of Form List window Edited August 7, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 8, 2006 Share Posted August 8, 2006 1) rename Help.chm to fd.chm2) add new menu item to Koda: Help/Contens --> invoke fd.chmIndeed, this will be changed, likely even context help will be added. This is still raw version...3) remember state of three menu items in menu View: Tree View, Object Inspector, Form List4) when object Tree View is off then extend height of Object inspector window3-rd is ok. 4-th don't know - I thought about size/position saving.5) in Help file add section about menu item Tools/Update script - I don't know what is it for, I only remember it's somewhere on the forum discused alreadyThis will be added, of course. Shortly, this function allow update form data in script. You can open form - Koda will find script in which this form referenced. Or you can open au3 file - all forms that script contain will be opened in Koda.6) in Options tab Templates - instead of popup menu with New/Edit/Delete make buttons placed bottom in group boxNot quite sure about this, but maybe.7) when you click on title of Form list window then main form window loses focus and Object Inspector is empty. note: the same but on Object Tree View window is OK. --> it's because form name in Form list is deselected after click on title of Form List windowHm, yes. I will try to do something with that. 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...
BaKaMu Posted August 8, 2006 Share Posted August 8, 2006 Hallo Lazycat, first many thanks for Koda, that is a very helpful tool. But i still have noticed a small problem: no variables are produced for labels since version koda_2006.07.29 although a corresponding name is given. I think that this is a result of the rearrangement of the property "HaveVariable". Please can you confirm this ? Thanks Link to comment Share on other sites More sharing options...
Zedna Posted August 8, 2006 Share Posted August 8, 2006 (edited) 3) remember state of three menu items in menu View: Tree View, Object Inspector, Form List3-rd is ok. 4-th don't know - I thought about size/position saving.3-rd is not OK. When I turn-off Object Tree View and then close Koda then after another open of Koda state is lost because Object Tree View is shown. Edited August 8, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 9, 2006 Share Posted August 9, 2006 no variables are produced for labels since version koda_2006.07.29 although a corresponding name is given.I think that this is a result of the rearrangement of the property "HaveVariable".Please can you confirm this ?Yes, I can Will remove this var handling form next version, thanks.3-rd is not OK. When I turn-off Object Tree View and then close Koda then after another open of Koda state is lost because Object Tree View is shown.I'm messed you - when say "ok" I mean "it will be added" Also in next version be able to save size/positions. 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 10, 2006 Share Posted August 10, 2006 Next beta is out.http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.10.zipHere is one change in Scite mode, that force Koda insert code and close immediately, bypassing all confirm boxes. Is anybody who use Koda's Scite integration need ability to save form after clicking "Insert code to Scite" or this new behaviour is ok? 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...
BaKaMu Posted August 10, 2006 Share Posted August 10, 2006 Hallo Lazycat, Some problems fixed (thank you), a new one found: For a UpDown-Control there will be no code created. e.g $AUpDown1 = GUICtrlCreateUpdown(...) is missing However, the corresponding variable is produced in the event loop Please check this problem Thanks Link to comment Share on other sites More sharing options...
Lazycat Posted August 10, 2006 Share Posted August 10, 2006 In order to updown work you should "attach" this to input control. After placing input and updown to form, select input, find "UpDown" property in the property inspector, and select there your updown control.But important note: please re-download current version, beacuse silly thing I made in last version prevented attaching controls! :"> http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.10.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...
BaKaMu Posted August 10, 2006 Share Posted August 10, 2006 But important note: please re-download current version, beacuse silly thing I made in last version prevented attaching controls! :">Hallo Lazycat,now koda_2006.08.10 SE ("Second Edition") ;-) is working right.Thank you, good job ! Link to comment Share on other sites More sharing options...
JackB Posted August 10, 2006 Share Posted August 10, 2006 Hey Lazycat, I am running my screen at 1280 x 1024 and various Koda dialog boxes have their buttons cut off (Advanced Generate in the Template group). More to the point I see no "Insert code to Scite" button -- I do remember seeing this button, as I recall it was at the bottom of the generated code window. In your last two releases (aug 10 and the one previous) I don't see this button. Thanks Link to comment Share on other sites More sharing options...
Lazycat Posted August 10, 2006 Share Posted August 10, 2006 I am running my screen at 1280 x 1024 and various Koda dialog boxes have their buttons cut off (Advanced Generate in the Template group).Can you take couple screenshots? This is ok for me on same resolution.More to the point I see no "Insert code to Scite" button -- I do remember seeing this button, as I recall it was at the bottom of the generated code window. In your last two releases (aug 10 and the one previous) I don't see this button.This text is appear when you run Koda inside Scite only. 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 10, 2006 Share Posted August 10, 2006 Screen shots below. All work done within Scite. Link to comment Share on other sites More sharing options...
Lazycat Posted August 10, 2006 Share Posted August 10, 2006 Yeah, nasty thing, looks like you use large fonts in 120 dpi, but forms designed in 96 dpi. Before all was ok, because forms was not sizeable. I upload test version with workaround - can you try it? (can't test it myself now).http://www.autoitscript.com/fileman/users/lookfar/FD.exe 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 10, 2006 Share Posted August 10, 2006 Screen shots below. All work done within Scite.I think he is using bigger font for text in Windows - in Control panel/Screen/Size of text (small, big, other) Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
JackB Posted August 10, 2006 Share Posted August 10, 2006 (edited) Yeees, Works a treat (as the Brits say). Thanks, and yes you are correct (I forgot) I do use 120 dpi with large Fonts (old eyes you know). Edited August 10, 2006 by JackB Link to comment Share on other sites More sharing options...
Lazycat Posted August 10, 2006 Share Posted August 10, 2006 Great! So I expand this to remain affected forms. And of course I will test it on other resolutions when I can. 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 10, 2006 Share Posted August 10, 2006 I have finished Czech translation for Koda version 1.5.1.9 and discovered these problems. Some of them are really only little cosmetics Before I finished it there is now new version 1.5.1.11, so I updated my fresh translation to this latest version. --- general --- 1) delete form in form list does nothing - fixed in 1.5.1.11 2) cursor crhourglas during "Get latest version" test 3) In generated code: missing tab before "endswitch" (when added in template still missing) 4) check latest version - says "you have most current version" but there is newer one (running version 1.5.1.9. 2006-08-05 and on web is 1.5.1.11 2006-08-10) 5) when you change Options/Designer Combo "Size and position saving" then apropriate menu item "Remember position" is changed (hiden/shown) after restarting of Koda and not immediatelly --> enabling/disabling menu item should be enough (instead of destroy/create) 6) when you change Options/Language and click Apply then label "Language" (in top of listview) is changed after restarting of Options dialog and not immediatelly --- language support related --- 7) String list editor - is missing in lang.xml 8) Options/Templates - bigger width of column "Default" in ListView 9) Advanced Generate - label "Generate events for all controls" - bigger width 10) Treeview items Editor - New SubItem - bigger width 11) Treeview items Editor - missing all & chars (like in Listview items editor) 12) Options/Designer - bigger width of label "Keep standard layout ..." - smaller width of Combo "Size and position saving" 13) Code Template Editor (in version 1.5.1.11) is not translated only after manual change of language to other and back using Apply button Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 11, 2006 Share Posted August 11, 2006 I have finished Czech translation for Koda version 1.5.1.9Thanks, added.Some of them are really only little cosmeticsBasically only cosmetics changes now, nothing global till release 3) 4) 5) 11) 13) - Fixed.2) 8) 9) 10) - Changed/added.12) Options/Designer - bigger width of label "Keep standard layout ..."This is not always possible increase control sizes. I think better avoid very long captions. I'm shorted this and added hint for this option.6) when you change Options/Language and click Apply then label "Language" (in top of listview) is changed after restarting of Options dialog and not immediatellyCan't reproduce that... it's changing ok for me.7) String list editor - is missing in lang.xmlThis dialog is components's standard dialog, and can't be translated. But it's can be replaced with custom one. Maybe this will be done in future.Next beta is out here:http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.11.zipFor translators here will be log of changes in every release:http://www.autoitscript.com/fileman/users/lookfar/translation_changes.txt 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 11, 2006 Share Posted August 11, 2006 (edited) 6) when you change Options/Language and click Apply then label "Language" (in top of listview) is changed after restarting of Options dialog and not immediatelly Can't reproduce that... it's changing ok for me. Here are screenshots: 1) standard language English is set 2) changed to Czech and clicked Apply button. all is changed but label on top stays "Language" 3) after click to tab Designer and back to Language is it OK (label Jazyk instead of Language) Get latest version is still bad. When I run today's latest version then is says that New version is out there. EDIT: another cosmetic one button Apply In Options: when I change something and click Apply it's disabled, now I continue in changing something else but Apply stay's still disabled - it didn't react for changes of some options, for example in Tab Designer: Combo "Size and position saving", checkboxes: "Keep standard layout", "Snap windows", "Advanced Event editor" Edited August 11, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 11, 2006 Share Posted August 11, 2006 Here are screenshots:Ahh, got it. I thought you mean listview column caption... Fixed.Get latest version is still bad. When I run today's latest version then is says that New version is out there.Quite strange... For me it give correct result (no new version). Even if you have page cached somewhere, this should give correct result... No thoughts atm.another cosmetic one button Apply In Options:Yeah, this thing was not updated since first versions Will be away on this weekend, so will fix it monday. 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...
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