colba Posted November 23, 2006 Share Posted November 23, 2006 NOTE: I tried to post this into the example scripts forum but I can't post there for some reason I wanted to contribute something to the AutoIT communtity so here goes...............The attached script is a GUI designer. This is the first version, I'll add more functionality as I get time or need it.To use it:* Click on a button in the AGD ToolBox for the type of control you want and a control will be added to the top left of the AutoIt GUI Designer window.* The control can then be moved or resized (click near an edge of the control) using the mouse.* To save the layout click on the Save button.* To load a previously saved layout click on the Load Button.* Clicking on the Gen Code button save an AutoIT .au3 file with the code to recreate the GUI you have designed. This 'template' contains the message handling and stub functions where you can add your code for each control.It does not use any DLL's or UDF's.It has saved me a load of time creating GUI's, give it a go. AGD_V01.au3 Link to comment Share on other sites More sharing options...
FuryCell Posted November 23, 2006 Share Posted November 23, 2006 Interesting. Maybe you should check out Koda. It might give you some ideas. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code. Link to comment Share on other sites More sharing options...
Developers Jos Posted November 23, 2006 Developers Share Posted November 23, 2006 (edited) NOTE: I tried to post this into the example scripts forum but I can't post there for some reason You will be capable to post in Examples when your Group name isn't "Members" anymore but changed to "Full Members"..This was setup to prevent the constant issue with new members posting in the wrong forum. Edited November 23, 2006 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Zedna Posted November 23, 2006 Share Posted November 23, 2006 As SolidSnake said there is fully functional GUI designer: Koda.Link to Koda is here it's also part of Scite4Autoit3 installer.So why reinvent wheel with very limited usability compared to Koda features Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
colba Posted November 24, 2006 Author Share Posted November 24, 2006 As SolidSnake said there is fully functional GUI designer: Koda.Link to Koda is here it's also part of Scite4Autoit3 installer.So why reinvent wheel with very limited usability compared to Koda features Mainly to help me learn how to use the various GUI features in AutoIT.I also thought it might be useful for other people as an example.It is in no way meant to be a replacement for Koda (is it written in AutoIt or C or something else ?). It only took an hour of so to write where as Koda has been developed over months so it obviously wont have anywhere near to usability of Koda.People always reinvent the wheel, there is more than one way to skin a cat. The same could be said for why was AutoIT developed when you have much more power using Visual C++ etc etc etc. Link to comment Share on other sites More sharing options...
FuryCell Posted November 25, 2006 Share Posted November 25, 2006 It is in no way meant to be a replacement for Koda (is it written in AutoIt or C or something else ?).IIRC it was written in Delphi. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code. Link to comment Share on other sites More sharing options...
James Posted November 25, 2006 Share Posted November 25, 2006 I like this, its not as good as Koda, but I like it Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
MHz Posted November 25, 2006 Share Posted November 25, 2006 (edited) IIRC it was written in Delphi.Delphi is (based on) Pascal AFAIK.Just to elaborate, Delphi started as an IDE for Pascal then progressed, yes? Edited November 25, 2006 by MHz Link to comment Share on other sites More sharing options...
Zedna Posted November 26, 2006 Share Posted November 26, 2006 Delphi is (based on) Pascal AFAIK.Just to elaborate, Delphi started as an IDE for Pascal then progressed, yes?YesAnd now Koda starts as IDE for AutoIt and progresses too Koda is written in Delphi and looks very similar to Delphi IDE. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
thenewkid Posted December 6, 2006 Share Posted December 6, 2006 it comes up with a erorr on line 45 when i run it some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with Link to comment Share on other sites More sharing options...
Teldin Posted February 19, 2007 Share Posted February 19, 2007 Same for me... 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