AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

:: SmartGUI Creator ::
Goto page Previous  1, 2, 3 ... 35, 36, 37, 38, 39  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
xXJa50nXxs a guest
Guest





PostPosted: Fri Nov 24, 2006 1:34 am    Post subject: Reply with quote

What language is it in?
Back to top
Herters1893



Joined: 03 Jan 2007
Posts: 1

PostPosted: Wed Jan 17, 2007 3:16 pm    Post subject: SmartGUI Creator new code Reply with quote

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
View user's profile Send private message
Crusader



Joined: 28 Jan 2007
Posts: 42

PostPosted: Thu Feb 01, 2007 2:12 am    Post subject: Reply with quote

is this free?
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Thu Feb 01, 2007 2:29 am    Post subject: Reply with quote

Of course! You can download the source code here in this thread or get a binary here: http://www.autohotkey.com/download/
Back to top
View user's profile Send private message
Crusader



Joined: 28 Jan 2007
Posts: 42

PostPosted: Fri Feb 02, 2007 1:48 am    Post subject: Reply with quote

k ty
Back to top
View user's profile Send private message
HuBa



Joined: 24 Feb 2007
Posts: 172
Location: Budapest, Hungary

PostPosted: Wed Apr 11, 2007 1:05 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
vlcek



Joined: 19 Feb 2007
Posts: 321
Location: Czech Republic

PostPosted: Sun Apr 15, 2007 1:32 pm    Post subject: Reply with quote

My screen reader can't read a graphic in smart gui creator 4.0 example. button, datetime etc.
Back to top
View user's profile Send private message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 303
Location: Illinois

PostPosted: Sun May 06, 2007 8:43 pm    Post subject: Reply with quote

I found a bug - when you hit picture and then cancel and then picture again it will exit the program Sad
_________________
Changed siggy at request of ahklerner Very Happy
Back to top
View user's profile Send private message
rajat as guest
Guest





PostPosted: Sun May 06, 2007 8:51 pm    Post subject: Reply with quote

Elevator_Hazard wrote:
I found a bug - when you hit picture and then cancel and then picture again it will exit the program Sad

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

PostPosted: Sun May 06, 2007 9:09 pm    Post subject: Reply with quote

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 Very Happy (I was browsing around one day).
_________________
Changed siggy at request of ahklerner Very Happy
Back to top
View user's profile Send private message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 303
Location: Illinois

PostPosted: Sun May 06, 2007 9:29 pm    Post subject: Reply with quote

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 Very Happy
Back to top
View user's profile Send private message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 303
Location: Illinois

PostPosted: Sun May 20, 2007 10:41 pm    Post subject: Reply with quote

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 Very Happy
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Sun May 20, 2007 11:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 303
Location: Illinois

PostPosted: Mon May 21, 2007 11:13 pm    Post subject: Reply with quote

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 Very Happy
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon May 21, 2007 11:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... 35, 36, 37, 38, 39  Next
Page 36 of 39

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group