Lazycat Posted August 23, 2006 Share Posted August 23, 2006 (edited) 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 - openCtrl+N - newCtrl+W - closeCtrl+S - saveShift+Ctrl+S - save asAlt+F4 - exitCtrl+X - cutCtrl+C - copyCtrl+V - pasteDel - deleteCtrl+A - select allCtrl+T - tab order editorCtrl+1 - treeviewCtrl+2 - object inspectorCtrl+3 - form listCtrl+K - optionsF9 - generateCtrl+F9 - advanced generateCtrl+U - updateF10 - runF1 - helpI didn't expect such quickly implementatuon That's right 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 August 23, 2006 by Lazycat 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...
monter Posted August 23, 2006 Share Posted August 23, 2006 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 More sharing options...
eltorro Posted August 24, 2006 Share Posted August 24, 2006 (edited) 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 August 24, 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...
Zedna Posted August 24, 2006 Share Posted August 24, 2006 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_STATICEDGEI 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) Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Pieter Posted August 24, 2006 Share Posted August 24, 2006 Nice program! I noticed that the code generator writes:#include <GUIConstants.au3instead 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 More sharing options...
Zedna Posted August 24, 2006 Share Posted August 24, 2006 QUOTE#include <GUIConstants.au3instead of:QUOTE#include <GUIConstants.au3>Do you have latest beta version?Get it from here: http://www.autoitscript.com/fileman/users/lookfar/formdesign.html Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Zedna Posted August 24, 2006 Share Posted August 24, 2006 At http://www.autoitscript.com/fileman/users/lookfar/formdesign.htmlare not actual listing of all supported controls.There is missing:- Main Menu - Context Menu- Tray Menu- TabPage control Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Lazycat Posted August 24, 2006 Share Posted August 24, 2006 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_STATICEDGEThe 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 codeWS_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 Kodaare not actual listing of all supported controls.Well, page should be updated for release 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...
gring0 Posted August 24, 2006 Share Posted August 24, 2006 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 -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 Cyalang_pt_br.xml Never judge my awesome brazilian-english language :D:D<-- lol ;P Link to comment Share on other sites More sharing options...
BaKaMu Posted August 25, 2006 Share Posted August 25, 2006 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 Link to comment Share on other sites More sharing options...
Pieter Posted August 25, 2006 Share Posted August 25, 2006 Do you have latest beta version?Get it from here: http://www.autoitscript.com/fileman/users/lookfar/formdesign.htmlI think I have the latest one because I downloaded it yesterday. The About screen says '1.5.1'. iPod + Online calendars = iPodCALsync Link to comment Share on other sites More sharing options...
Pieter Posted August 25, 2006 Share Posted August 25, 2006 I also noticed that the menu icons and the toolbar icons are not the same. Weird. It's not a high-priority thing, but it looks much better if you use the icons from the menu. iPod + Online calendars = iPodCALsync Link to comment Share on other sites More sharing options...
Lazycat Posted August 25, 2006 Share Posted August 25, 2006 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 modeReally 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 This is planned... -Hotkeys for run/generate codeAlready done, see my post before.Oh, and here is the PT-BR language for 1.5.1.17 Thank you for translation! 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...
Pieter Posted August 25, 2006 Share Posted August 25, 2006 (edited) Has Dutch been added yet? Edited August 25, 2006 by Pieter iPod + Online calendars = iPodCALsync Link to comment Share on other sites More sharing options...
Lazycat Posted August 25, 2006 Share Posted August 25, 2006 (edited) a small improvement for styles.xmlmaybe usefull for someone 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.zipHas Dutch been added yet?No, and noone do it now. Edited August 25, 2006 by Lazycat 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 25, 2006 Share Posted August 25, 2006 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. Link to comment Share on other sites More sharing options...
Lazycat Posted August 25, 2006 Share Posted August 25, 2006 Today's beta is here:http://www.autoitscript.com/fileman/users/lookfar/koda_2006.08.25.zip@gring0I'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. 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 25, 2006 Share Posted August 25, 2006 (edited) 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 Edited August 25, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Pieter Posted August 26, 2006 Share Posted August 26, 2006 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. iPod + Online calendars = iPodCALsync Link to comment Share on other sites More sharing options...
gring0 Posted August 26, 2006 Share Posted August 26, 2006 (edited) <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 anythingMaybe 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.gifyeah! it really would be better. koda with a background, instead a lot of floating windows2) default size of new form is too bigyou 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 resizedthere's a nice one on Templates\My own Templates\Just another one.kxftry it Edited August 26, 2006 by gring0 Never judge my awesome brazilian-english language :D:D<-- lol ;P 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