Page 2 of 4

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 27 Oct 2014, 09:55
by maestrith
TheDewd wrote:
maestrith wrote:I updated the link so let me know if it works or not.
It's working! Thanks! :-)
Good :) glad to hear it. Hopefully it works well for you. I am in the process of updating this script, along with another, but hopefully I will have something soon.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 01 Nov 2014, 05:51
by deathw
good stuff

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 01 Nov 2014, 09:34
by maestrith
deathw wrote:good stuff
Thank you very much.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 09 Dec 2014, 09:39
by Peter2
Hi

is there somewhere a "Screencast for Dummies" to learn the basic features?

Thanks

Peter

EDIT:
The options "GUI: -Maximize, -Minimize" are described as "Disables the maximize / minimize button..." and create an entry ...-Maximize -Minimize". Is it correct or should it be "-MaximizeBOX -MinimizeBOX"?

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 27 Dec 2014, 03:59
by enthused
Sorry if this sounds simple but GUI script is saved as XML? What do I do with the xml file?

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 27 Dec 2014, 04:00
by maestrith
enthused wrote:Sorry if this sounds simple but GUI script is saved as XML? What do I do with the xml file?
The xml file is just a backup that the program uses to re-create the file if you ever decide to load it again.

If you want the actual code for the GUI goto either File/Export, or Edit/Copy GUI to Clipboard using the right click menu

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 27 Dec 2014, 04:07
by enthused
This does help. I like using it a lot but was confused with the xml. Now it makes sense. Thank you.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 27 Dec 2014, 04:08
by maestrith
enthused wrote:This does help. I like using it a lot but was confused with the xml. Now it makes sense. Thank you.
No problem :)

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 04 Jan 2015, 12:50
by enthused
Does it work with the new version of AHK 1.1.19.00? It keeps crashing on my system: Win 7 64 bit with AHK 64 bit

EDIT:
Works fine with prior version 1.1.18.00

Feature request:
A way to visualize the controls if aligned with other controls.
If you ever used Lazarus (Free Pascal) you will see a line between GUI controls to help with alignment.
Thank you for great program.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 05 Jan 2015, 01:34
by maestrith
enthused wrote:Does it work with the new version of AHK 1.1.19.00? It keeps crashing on my system: Win 7 64 bit with AHK 64 bit

EDIT:
Works fine with prior version 1.1.18.00

Feature request:
A way to visualize the controls if aligned with other controls.
If you ever used Lazarus (Free Pascal) you will see a line between GUI controls to help with alignment.
Thank you for great program.
It looks like there was an error in the 1.1.19.00 release :( I am sure lex will get that fixed.
Anyway, if you goto Settings and at the bottom there are Quick Options and you can set Snap To Grid on, that will snap every control to a 10x10 grid, and then Grid will turn the grid on so that you can see it. Other than that you can click on each control to see its position X and Y and by clicking on it you can change it to match another controls X or Y position. I do not have any other visual displays to show alignment though.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 05 Jan 2015, 02:18
by enthused
Thank you. Yes it can be fixed in the script of course, but was hoping for a visual way in WYSIWYG designer, but glad it is working now with AHK 1.1.18.00.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 05 Jan 2015, 02:21
by maestrith
enthused wrote:Thank you. Yes it can be fixed in the script of course, but was hoping for a visual way in WYSIWYG designer, but glad it is working now with AHK 1.1.18.00.
I am currently working on AHK Studio at the moment, but I will try to see what I can do. I am also working on a new version of GUI Creator and a few other projects :/ so hopefully I can look into this soon.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 05 Jan 2015, 02:34
by enthused
I am excited already. Thank you Thank you :)

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 11 Jan 2015, 20:01
by user12233
may be a bug occured when download control.xml and setting.xml.
these 2 files display in my another folder after i used guicreator.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 11 Jan 2015, 22:41
by maestrith
user12233 wrote:may be a bug occured when download control.xml and setting.xml.
these 2 files display in my another folder after i used guicreator.
that is odd. they should download into a folder named lib automatically. Settings.xml is also created by the program in the same directory.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 12 Jan 2015, 01:11
by user12333
but it really come on.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 24 Jan 2015, 16:20
by TAC109
Can I use GUI Creator to edit the GUI commands from an existing script? (I can't see any way to paste a new set of GUI commands into your utility.)

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 25 Jun 2015, 07:39
by maestrith
TAC109 wrote:Can I use GUI Creator to edit the GUI commands from an existing script? (I can't see any way to paste a new set of GUI commands into your utility.)
At the moment, no.

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 29 Dec 2015, 13:45
by PumpkinShortie
How do you add more options to things like the drop down list?
Edit : Found it. It's by using pipes. |

Re: GUI Creator (formerly Basic GUI Creator)

Posted: 29 Dec 2015, 13:50
by maestrith
Image