Jump to content

Koda ver 1.5 uploaded


lookfar
 Share

Recommended Posts

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.zip

Yes. Good job as always :whistle:

I have some ideas for little improvements:

1) rename Help.chm to fd.chm

2) add new menu item to Koda: Help/Contens --> invoke fd.chm

3) remember state of three menu items in menu View: Tree View, Object Inspector, Form List

4) when object Tree View is off then extend height of Object inspector window

EDIT:

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 already

6) in Options tab Templates - instead of popup menu with New/Edit/Delete make buttons placed bottom in group box

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 window

Edited by Zedna
Link to comment
Share on other sites

  • Replies 297
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

1) rename Help.chm to fd.chm

2) add new menu item to Koda: Help/Contens --> invoke fd.chm

Indeed, 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 List

4) when object Tree View is off then extend height of Object inspector window

3-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 already

This 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 box

Not 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 window

Hm, yes. I will try to do something with that.
Link to comment
Share on other sites

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

3) remember state of three menu items in menu View: Tree View, Object Inspector, Form List

3-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 by Zedna
Link to comment
Share on other sites

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 :whistle: 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.
Link to comment
Share on other sites

Next beta is out.

http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.10.zip

Here 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?

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

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

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.
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

I have finished Czech translation for Koda version 1.5.1.9

Thanks, added.

Some of them are really only little cosmetics

Basically only cosmetics changes now, nothing global till release :whistle:

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 immediatelly

Can't reproduce that... it's changing ok for me.

7) String list editor - is missing in lang.xml

This 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.zip

For translators here will be log of changes in every release:

http://www.autoitscript.com/fileman/users/lookfar/translation_changes.txt

Link to comment
Share on other sites

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 :whistle:

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 by Zedna
Link to comment
Share on other sites

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 :whistle:

button Apply In Options:

Yeah, this thing was not updated since first versions :)

Will be away on this weekend, so will fix it monday.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...