Jump to content

Koda ver 1.5 uploaded


lookfar
 Share

Recommended Posts

But there are some shortcuts now already: F8 F9 F10,

so make another ones in the same style.

Of course, but if would shortcuts can work things would be simpler...

Edit: I'm overthinking... this is works fine. And this is very good idea, don't know why this was not done before...

I'm prefer to use common combinations for common actions. That how I done it now:

Ctrl+O - open

Ctrl+N - new

Ctrl+W - close

Ctrl+S - save

Shift+Ctrl+S - save as

Alt+F4 - exit

Ctrl+X - cut

Ctrl+C - copy

Ctrl+V - paste

Del - delete

Ctrl+A - select all

Ctrl+T - tab order editor

Ctrl+1 - treeview

Ctrl+2 - object inspector

Ctrl+3 - form list

Ctrl+K - options

F9 - generate

Ctrl+F9 - advanced generate

Ctrl+U - update

F10 - run

F1 - help

I didn't expect such quickly implementatuon :P

That's right :nuke: I'm add it in todo.

It's better but I meant something even more better

In Tab Order ListBox show also text of controls (from their Text or Caption properties)

at least at such controls without defined names.

Hm, maybe just add tooltip to items? And only some controls have caption. Edited by Lazycat
Link to comment
Share on other sites

  • Replies 297
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Polish translation file - updated (1.5.1.16).

lang_pol.xml

monter.FM [font="Tahoma;"]Full programs:[/font][font="'Microsoft Sans Serif';"] LogOnOff - keeps alive user session, after set time it performs logoff (instead of locking [acronym="Personal Computer"]PC[/acronym], useful in some corporations working with [acronym="Active Directory"]AD[/acronym]).[/font] ČharCönvěr - character set converter. [font="'Microsoft Sans Serif';"]CDTray - automated opening/closing the [acronym="Compact Disc"]CD[/acronym] tray.[/font] [font="'Microsoft Sans Serif';"]Example scripts: [/font][font="'Microsoft Sans Serif';"]RecentFolders - managing recently used folder list with combobox.[/font] [font="'Microsoft Sans Serif';"]AutoUpdater - periodic auto-checking, auto-updating and auto-relaunching newest script version.[/font] Changed host from monter.homeip.net to monter.homenet.org - replace address in my scripts to get back them to work.

Link to comment
Share on other sites

Just curious if it is just my install or something with Koda.

Treeview styles and extended styles are applied in Koda however the generated script doesn't have them.

For example:

Start Koda, on new form place a Treeview.

In the Object Inspector, click ExStyles tab.

Check WS_EX_CLIENTEDGE or WS_EX_STATICEDGE

The Treeview on the form is updated with the new style.

Click Tools, Generate Code.

The styles are missing for the Treeview Item.

eltorro

ps Using today's beta on xp pro sp2. It has been this way for a while now.

Edited by eltorro
Link to comment
Share on other sites

Treeview styles and extended styles are applied in Koda however the generated script doesn't have them.

In the Object Inspector, click ExStyles tab.

Check WS_EX_CLIENTEDGE or WS_EX_STATICEDGE

I can confirm that problem.

ExtsStyles didn't work with TreeView.

And with ListView there are some strange behaviour with ExStyles too:

- when changing WS_EX_CLIENTEDGE nothing changes in generetad code

- when change LVS_EX_FULLROWSELECT to ON Listiew is now transparent (in design time)

Link to comment
Share on other sites

Nice program! I noticed that the code generator writes:

#include <GUIConstants.au3

instead of:

#include <GUIConstants.au3>

I have to fix that every time I copy the code to my script. Also, I can't do a test drive using Koda because AutoIt complains that the #include statement is wrong if I try to do so.

iPod + Online calendars = iPodCALsync

Link to comment
Share on other sites

Polish translation file - updated (1.5.1.16).

Thank you, added to package.

In the Object Inspector, click ExStyles tab.

Check WS_EX_CLIENTEDGE or WS_EX_STATICEDGE

The Treeview on the form is updated with the new style.

WS_EX_STATICEDGE works correctly, but WS_EX_CLIENTEDGE don't generate anything, because was mistake in the styles.xml file - wrong default exstyle for treeview. Fixed.

And with ListView there are some strange behaviour with ExStyles too:

- when changing WS_EX_CLIENTEDGE nothing changes in generetad code

WS_EX_CLIENTEDGE is default for ListView in Autoit, so it's not generate anything when set.

- when change LVS_EX_FULLROWSELECT to ON Listiew is now transparent (in design time)

I know about that, but have no clue why some exstyles don't work in designtime. Maybe will try to fix this in future.

At homepage of Koda

are not actual listing of all supported controls.

Well, page should be updated for release :P
Link to comment
Share on other sites

There are some things that you could add:

-Rename an object directly on the Object TreeView (if possible, add a F2 hotkey)

-Open files with drag mode

-WS_EX_CLIENTEDGE and WS_EX_STATICEDGE are not present on the Form ExStyles like older versions (a small change in styles.xml will fix this)

-Ctrl+Z :P

-Hotkeys for run/generate code

There were other things but i forgot them :)

Oh, and here is the PT-BR language for 1.5.1.17 :nuke:

Cya

lang_pt_br.xml

Never judge my awesome brazilian-english language :D:D<-- lol ;P

Link to comment
Share on other sites

Hallo Lazycat,

a small improvement for styles.xml

<class name="TALabelEx" default="00000000">

...

<style name="GUI_WS_EX_PARENTDRAG" value="00100000"/>

</class>

...

<class name="TAPicEx" default="00000000">

...

<style name="GUI_WS_EX_PARENTDRAG" value="00100000"/>

</class>

maybe usefull for someone :P

Link to comment
Share on other sites

There are some things that you could add:

After release only :)

-Rename an object directly on the Object TreeView (if possible, add a F2 hotkey)

Not quite sure, but I'm add it to todo for now.

-Open files with drag mode

Really good idea. Will add in todo.

-WS_EX_CLIENTEDGE and WS_EX_STATICEDGE are not present on the Form ExStyles like older versions (a small change in styles.xml will fix this)

Yeah, forget this when changed format...

-Ctrl+Z :P

This is planned...

-Hotkeys for run/generate code

Already done, see my post before.

Oh, and here is the PT-BR language for 1.5.1.17 :nuke:

Thank you for translation!
Link to comment
Share on other sites

a small improvement for styles.xml

maybe usefull for someone :P

Looks like this is not standard exstyle, but it do nice action, I'm missed that it even was here. This is applicable only to label and pic or to other too?

I think I have the latest one because I downloaded it yesterday. The About screen says '1.5.1'.

This is not beta, this is previous release. Beta is here:

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

Has Dutch been added yet?

No, and noone do it now. Edited by Lazycat
Link to comment
Share on other sites

Looks like this is not standard exstyle, but it do nice action, I'm missed that it even was here. This is applicable only to label and pic or to other too?

Hallo Lazycat,

it is standard for AutoIt and official for AutoIt V3 it is only applicable for label and pic.

It is a very nice feature. :P

Link to comment
Share on other sites

Today's beta is here:

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

@gring0

I'm fixed one sentence id in your translation that was changed in beta from 2006-08-21 (lblChooseHint) (probably you used older template). All other is fine.

Link to comment
Share on other sites

Koda has problem at resolution 800x600 as you can see in screenshot:

1) Form list position is "behind corner"

--> should be right alligned to main Koda window

EDIT: it has right position only is hidden behind big form

2) default size of new form is too big

--> should be derived from size of main Koda window (or position of Form list)

EDIT: instead of default width x height 640x480 should be 420x380 (in resolution 800x600)

And one question due to my big interest about Koda development:

What version do you prefer for next release version of Koda?

I hope it will be 1.6 :P

Edited by Zedna
Link to comment
Share on other sites

<style name="GUI_WS_EX_PARENTDRAG" value="00100000"/>

what does this do exactly? i tried to uncheck "Don't Reflect Unsafe Styles" but it still doesnt do anything

Maybe you should make Koda a little bit more in the Visual Basic/Photoshop style. Now, you have several windows. Perhaps you could nest them all into one 800x600 window. smile.gif

yeah! it really would be better. koda with a background, instead a lot of floating windows

2) default size of new form is too big

you can change the "At koda startup" option, in the options, general.

change it to "Open form..."

then add a form with no objects and nothing, but resized

there's a nice one on Templates\My own Templates\Just another one.kxf

try it :P

Edited by gring0

Never judge my awesome brazilian-english language :D:D<-- lol ;P

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