| View previous topic :: View next topic |
| Author |
Message |
xXJa50nXxs a guest Guest
|
Posted: Fri Nov 24, 2006 1:34 am Post subject: |
|
|
| What language is it in? |
|
| Back to top |
|
 |
Herters1893
Joined: 03 Jan 2007 Posts: 1
|
Posted: Wed Jan 17, 2007 3:16 pm Post subject: SmartGUI Creator new code |
|
|
I have been using the SmartGUI Creator program recently and have found it very useful.
I've run into a number of problems in SmartGUI and have made code changes to fix those problems. The changes I've made are described in the source code and marked clearly.
I've uploaded the new source code to this location:
http://www.autohotkey.net/~Herters1893/SmartGUI.ahk
Rajat, if these code changes seem reasonable to you, perhaps you could incorporate them into the standard distribution of your Smart GUI program. Thanks for creating SmartGUI Creator, it's very useful. |
|
| Back to top |
|
 |
Crusader
Joined: 28 Jan 2007 Posts: 42
|
Posted: Thu Feb 01, 2007 2:12 am Post subject: |
|
|
| is this free? |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
|
| Back to top |
|
 |
Crusader
Joined: 28 Jan 2007 Posts: 42
|
Posted: Fri Feb 02, 2007 1:48 am Post subject: |
|
|
| k ty |
|
| Back to top |
|
 |
HuBa
Joined: 24 Feb 2007 Posts: 172 Location: Budapest, Hungary
|
Posted: Wed Apr 11, 2007 1:05 am Post subject: |
|
|
Thanx for making SmartGUI Creator, it's excellent!
However I have some suggestions that could make this app more usable.
I think it would be better to separate the moving and resizing commans. Two separated menu item for them.
Another thing is that if I choose the Set Position menu item, the control's upper left corner jumps to the mouse cursor.
It would be better not to move the control, just to bring the mouse there. |
|
| Back to top |
|
 |
vlcek
Joined: 19 Feb 2007 Posts: 321 Location: Czech Republic
|
Posted: Sun Apr 15, 2007 1:32 pm Post subject: |
|
|
| My screen reader can't read a graphic in smart gui creator 4.0 example. button, datetime etc. |
|
| Back to top |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 303 Location: Illinois
|
Posted: Sun May 06, 2007 8:43 pm Post subject: |
|
|
I found a bug - when you hit picture and then cancel and then picture again it will exit the program  _________________ Changed siggy at request of ahklerner  |
|
| Back to top |
|
 |
rajat as guest Guest
|
Posted: Sun May 06, 2007 8:51 pm Post subject: |
|
|
| Elevator_Hazard wrote: | I found a bug - when you hit picture and then cancel and then picture again it will exit the program  |
actually cancelling adding a control was never supported. if you've chosen a control and generated it, and later on you change your mind, add it anywhere and then right click on it and delete. Thanks for the info though. |
|
| Back to top |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 303 Location: Illinois
|
Posted: Sun May 06, 2007 9:09 pm Post subject: |
|
|
It was just really annoying when it would (or so I thought at first) randomly exit. Luckily it was always the beginning of a gui.
Omg its Rajat! there aren't as many useful tips from you now as there were on about page 28 and such of the Scripts and Functions section (I was browsing around one day). _________________ Changed siggy at request of ahklerner  |
|
| Back to top |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 303 Location: Illinois
|
Posted: Sun May 06, 2007 9:29 pm Post subject: |
|
|
Erm... That didn't seem to work out too well either... Oh well nothing big, I could probably fix it, maybe not. _________________ Changed siggy at request of ahklerner  |
|
| Back to top |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 303 Location: Illinois
|
Posted: Sun May 20, 2007 10:41 pm Post subject: |
|
|
Found another bug - probably simple to fix:
When I did "Ask for Gui number" or w/e its called on the menu and then saved (to clipboard if that matters, probably doesn't) and then pasted the code, it did not put the gui number for the font.
So it was like... | Code: |
Gui,2: add, text,,blah blah blah
Gui, Font, ,
Gui,2: add, text,, More blah blah blah
... |
Not a big deal, easy to fix, right? _________________ Changed siggy at request of ahklerner  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Sun May 20, 2007 11:18 pm Post subject: |
|
|
I did this:
- started SGUI
- added a text control
- pressed the font button and pressed OK on its config window (this sets Verdana font)
- added another text control
- selected save as from file menu and got this:
| Code: | Gui, 2:Add, Text, x36 y14 w100 h30 , Text
Gui, 2:Font, S8 CDefault, Verdana
Gui, 2:Add, Text, x36 y64 w100 h30 , Text
; Generated using SmartGUI Creator 4.0
Gui, 2:Show, x131 y91 h377 w477, New GUI Window
Return
2GuiClose:
ExitApp |
There's a possibility that the version i'm using has some changes since my last submission... please look at this:
http://www.mediafire.com/?4311jf493m4 _________________
 |
|
| Back to top |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 303 Location: Illinois
|
Posted: Mon May 21, 2007 11:13 pm Post subject: |
|
|
Ok - I'm going to be at someone else's house for the next 2-ish days so I'll download it later. I don't want to start installing a bunch of stuff, just ahk and maybe pspad. I have version 4.0 by the way. _________________ Changed siggy at request of ahklerner  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Mon May 21, 2007 11:23 pm Post subject: |
|
|
| Elevator_Hazard wrote: | | Ok - I'm going to be at someone else's house for the next 2-ish days so I'll download it later. I don't want to start installing a bunch of stuff, just ahk and maybe pspad. I have version 4.0 by the way. |
well it doesn't install anything except a .ini file in its folder and a grid .gif in temp folder. and i'm not too sure... just saying that i might have done some code tweaking after the last release here. _________________
 |
|
| Back to top |
|
 |
|