jaberwacky Posted 6 hours ago Posted 6 hours ago (edited) Hello! I'm working on a new GUI builder that I have been making great progress on! A helpful forum member ioa747 answered a question I had which started me on my journey, and now I'd like to present to you an alpha version of the software. As of now only Form and Button works in a rudimentary fashion. To run this, open GUIScape.au3 and go from there! I'd love to hear your feedback. 🙂 GUIScape.zip Edited 6 hours ago by jaberwacky added picture ioa747 and argumentum 2 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
argumentum Posted 6 hours ago Posted 6 hours ago 9 minutes ago, jaberwacky said: ... and now I'd like to present to you an alpha version of the software. ... I'd love to hear your feedback. 🙂 Gotta say, nice looking and with the new includes, right on time too. jaberwacky 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
jaberwacky Posted 6 hours ago Author Posted 6 hours ago Not sure what you mean about the new includes. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
argumentum Posted 6 hours ago Posted 6 hours ago 2 minutes ago, jaberwacky said: Not sure what you mean about the new includes. #include <Array.au3> ;~ #include <WindowsStylesConstants.au3> #include <ButtonConstants.au3> #include <GuiConstantsEx.au3> #include <AutoItConstants.au3> #include <ColorConstants.au3> ;~ #include <WindowsSysColorConstants.au3> #include <StructureConstants.au3> #include <WinAPISysWin.au3> Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
jaberwacky Posted 6 hours ago Author Posted 6 hours ago Ahhhh, these are recently added to AutoIt? I should probably keep up with stuff like that. 😅 argumentum 1 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
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