FinalVersion Posted April 5, 2010 Share Posted April 5, 2010 Mainly aimed at the MVP's, but how do you code your GUI's, with Koda, or manually? [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
Bowmore Posted April 5, 2010 Share Posted April 5, 2010 My normal method is to use Koda to quickly create a rough working version of the GUI and then manually fine tune it to get everything exactly the way I want. Just my personal preference, but I find it easier to tweak the settings for each control is Scite rather edit the properties list for each control in Koda. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook Link to comment Share on other sites More sharing options...
trancexx Posted April 5, 2010 Share Posted April 5, 2010 I'm sure Koda is great but I don't even know how to start it. Never used it. I deleted all unnecessary stuff from au3.properties file. Tools menu for SciTE would get kinda funky otherwise for my selection of tools. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
James Posted April 5, 2010 Share Posted April 5, 2010 FinalVersion,This very much depends on the scope of the project. If I'm helping someone on the forum, then it depends on time and scale of what the OP is trying to achieve.Usually I use manual labour to create my GUIs, although I can be lazy Nevertheless, Koda is a brilliant tool.James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Zedna Posted April 5, 2010 Share Posted April 5, 2010 I use Koda for all my graphic AU3 projects. Koda rulez! Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 5, 2010 Moderators Share Posted April 5, 2010 Manual - always.Koda is a nice tool, but I prefer to produce my own code for a number of reasons - among which are: deciding TABSTOP order; ability to access certain controls created in immediate succession with loops; my naming system.... M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Zedna Posted April 5, 2010 Share Posted April 5, 2010 Koda is a nice tool, but I prefer to produce my own code for a number of reasons - among which are: deciding TABSTOP order; ability to access certain controls created in immediate succession with loops; my naming system.... All this can be done also in Koda ;-) Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
GEOSoft Posted April 5, 2010 Share Posted April 5, 2010 Evertime a new release ok Koda comes out, I give it a try then remove it and write the GUI's from scratch. From it's very inception, Koda has never lasted more than a day on my system. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
Zedna Posted April 5, 2010 Share Posted April 5, 2010 Especially for bigger GUIs Koda is great help. I can't imagine for example making some changes to existing big GUI as moving group of controls and adding new ones to new empty space. In Koda few clicks, manually work for tens minutes. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Valik Posted April 5, 2010 Share Posted April 5, 2010 George, what is your issue with Koda? It's not quite as intuitive as Visual Studio's dialog editor but it's still pretty good. I've ran into various issues along the way and I've just reported them to LazyCat who has fixed most of my complaints so far. Link to comment Share on other sites More sharing options...
GEOSoft Posted April 5, 2010 Share Posted April 5, 2010 (edited) George, what is your issue with Koda? It's not quite as intuitive as Visual Studio's dialog editor but it's still pretty good. I've ran into various issues along the way and I've just reported them to LazyCat who has fixed most of my complaints so far.I only have monir issues with it Valik. Generally I find it just as easy to create my own from scratch.I don't know if it still defaults to GUIOnEventMode set to 1 or not but that used to bug me because I never use OnEvent code. I really feel that OnEvent is archaic and should have ridden out on the backs of dinosaurs right along with GoSub and GoTo.EveryTime I tried it, if I cose to create a new project, it came up with the file save dialog (good and fitting) but if I clicked Cancel then it saved a blank project anyway. When I cancel something there should be no further action.Like I said, minor, and not difficult for people to work around. Also not worth reporting because I still prefer the scratch method. It seems to me that there was also an issue with Opt("GUICoordMode") as well, I use mode = 2 quite often on smaller GUIs.Edit: Oh yeh, forgot to mention that I tend to get stubborn on the odd (very rare) occasion so anything I do or do not use may be a questionable decision, ask Jos. Edited April 5, 2010 by GEOSoft George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
enaiman Posted April 21, 2010 Share Posted April 21, 2010 I'm using Koda everytime I need a GUI - it makes GUI creation so simple and fast. I'm able to create a GUI without it, of course but it will take at least twice that long. It is an extraordinary tool and the "align and distribute"-type commands are simply "priceless" for me. To answer GEOSoft - nope, it doesn't default to OnEvent; I know that because I had to change it in order to use that mode. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :) Link to comment Share on other sites More sharing options...
Bert Posted May 10, 2010 Share Posted May 10, 2010 I'm 50/50. It all depends on what I need to do. Koda is a sweet utility, no doubt about that. Sometimes however I need to code it by hand for I need to do something different. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted May 22, 2010 Share Posted May 22, 2010 (edited) For complex projects I use Koda; It's certainly handy for that, But Most of the time I modify what Koda spits out to my liking. Edited May 22, 2010 by WeMartiansAreFriendly Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() 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