littlebigman Posted March 11, 2018 Posted March 11, 2018 (edited) Hello, The FAQ doesn't answer this question, so here goes. As of March 2018, what are the options to write a GUI app in AutoIT? Is Koda 1) still under development and 2) the only game in town? Thank you. Edited March 12, 2018 by littlebigman
Zedna Posted March 11, 2018 Posted March 11, 2018 Firstly look here: Resources UDF ResourcesEx UDF AutoIt Forum Search
littlebigman Posted March 12, 2018 Author Posted March 12, 2018 (edited) Thanks. The document could be edited to tell users what their options are today. I assume a lot of those tools are deadware by now. Edited March 12, 2018 by littlebigman
Zedna Posted March 12, 2018 Posted March 12, 2018 (edited) Koda isn't developed anymore but it's still usable with no problems. I use it as my primary AU3 GUI tool. Edited March 12, 2018 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
BrewManNH Posted March 12, 2018 Posted March 12, 2018 19 hours ago, littlebigman said: As of March 2018, what are the options to write a GUI app in AutoIT? I write my own code to create a GUI, haven't used any of the linked ones in years. If you try one of them, look at the code produced, so next time you can lose the training wheels, and write it for yourself with less code. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
littlebigman Posted March 12, 2018 Author Posted March 12, 2018 (edited) So, most AutoIT users write GUI code from scratch instead of using any of the numerous builders listed above ? Edited March 12, 2018 by littlebigman
Earthshine Posted March 12, 2018 Posted March 12, 2018 (edited) yep. what kind of gui you have in mind? Edited March 12, 2018 by Earthshine My resources are limited. You must ask the right questions
xCROv Posted March 12, 2018 Posted March 12, 2018 22 minutes ago, littlebigman said: So, most AutoIT users write GUI code from scratch instead of using any of the numerous builders listed above ? Half of those work perfectly fine for building a general layout. I would suggest trying a few out and wouldn't have taken near as long to download as waiting for an answer. It's a pretty well updated thread. I normally use KODA and then branch off of what I make there.
BrewManNH Posted March 12, 2018 Posted March 12, 2018 One of th ebiggest reasons I stopped using them was the code bloat that most produce. There are a lot of options to minimize that, but after a while it's just easier to throw a GUI together than trying to edit the control functions you don't need. Earthshine and TheSaint 2 If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Earthshine Posted March 12, 2018 Posted March 12, 2018 one of the users here posted this gem. It's a GUI Template. very, very nice. use it as a starting point, no koda or external tools needed GUITemplate.au3 Bilgus 1 My resources are limited. You must ask the right questions
Bilgus Posted March 13, 2018 Posted March 13, 2018 On 3/12/2018 at 12:08 PM, Earthshine said: one of the users here posted this gem. It's a GUI Template. very, very nice. use it as a starting point, no koda or external tools needed GUITemplate.au3 That is a nice little template It was apparently the user taietel https://www.autoitscript.com/forum/topic/146952-gui-design-concepts/ Earthshine 1
TheSaint Posted March 24, 2018 Posted March 24, 2018 On 3/13/2018 at 12:17 AM, littlebigman said: Thanks. The document could be edited to tell users what their options are today. I assume a lot of those tools are deadware by now. That document lists dates of release etc, and it would be a complex undertaking to go through the many pages to find out whether each is still relevant after each AutoIt update. So if it is dates you want, go by the date of release as your first guide. In any case, that topic was really a historical document ... somebody had to do one, and I volunteered. I still use an adapted version of GUIBuilder, to get started, and then do the rest by hand. Unlike many of the others, it has no bloat ... and is very quick and easy. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)
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