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 ... 38, 39, 40, 41, 42  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Happtodd
Guest





PostPosted: Mon Nov 12, 2007 10:16 am    Post subject: Incredible Reply with quote

Wow, Looks like a visual basic interface very very impressive. I'll try it out although I like the old fashion way. Go Microsoft Notepad Very Happy
Back to top
trik



Joined: 15 Jul 2007
Posts: 1318

PostPosted: Mon Nov 12, 2007 10:30 pm    Post subject: Reply with quote

It looks visual basic, doesn't it? But a quick peek at the source will show you that it is purely AHK.
Back to top
View user's profile Send private message
AHKnow



Joined: 03 Jul 2004
Posts: 121

PostPosted: Fri Nov 30, 2007 11:01 am    Post subject: Reply with quote

Would be nice to see color buttons and other custom controls added. Though just a select few like colored buttons, would be cool.
Back to top
View user's profile Send private message
Fry



Joined: 01 Nov 2007
Posts: 883

PostPosted: Sun Feb 17, 2008 6:12 pm    Post subject: Reply with quote

any idea how i could add an ie control to this
Back to top
View user's profile Send private message
rajat as guest
Guest





PostPosted: Thu Feb 21, 2008 10:56 am    Post subject: Reply with quote

As you'd probably only need control sizing/positioning help from SGUI, you can do this:
- create any control (like Edit control) in SGUI in place of the IE control.
- position it just like you'd want to place the IE control.
- Save the output of SGUI and replace the Edit control with IE in script.

That should work for all new controls.
Back to top
JamesVan



Joined: 01 Oct 2007
Posts: 17

PostPosted: Sat Feb 23, 2008 2:33 pm    Post subject: Reply with quote

Rajat, thanks for this great tool! However, I keep getting messages that the keyboard or mouse hook could not be activated. Can this be fixed?
Back to top
View user's profile Send private message
Da Rossa



Joined: 06 Dec 2007
Posts: 339

PostPosted: Mon Feb 25, 2008 7:32 pm    Post subject: Reply with quote

Rajat, you're the man!!!
Just one suggestion: please improve the objects handling: the moviments and resizes of buttons, images and etc inside the grid, as well as allowing to select multiple objects at once by drawing a (flawless) rectangle! Smile
_________________
AHK is perfect.
Back to top
View user's profile Send private message
Da Rossa



Joined: 06 Dec 2007
Posts: 339

PostPosted: Mon Mar 10, 2008 6:29 pm    Post subject: Reply with quote

No new posts in here since a long ago Sad
_________________
AHK is perfect.
Back to top
View user's profile Send private message
Traderhut
Guest





PostPosted: Thu Mar 13, 2008 12:22 am    Post subject: Release 4.0... Reply with quote

Greetings,
I've used this to create a few simple GUI's, well, 2 actually so far.
I'm using version 4.0 (the about is hidden, and isn't under Help/About where one would expect it. I finally found it and I really like the 'check latest' version button - Quite nice!)

Overall, it is quite useful. Here is my wish list from the first few days of using it:

1. Give me the ability to set the Varname (vXXX option)
2. Give me the ability to set the 'GoSub' (vXXX option)
3. By default, ^S should save modified GUI to original file.
(I can't think of a situation where that would be bad.)
(I blew away all my event handler code 3-5 times in the last
two days)
4. Set a flag if you have changed anything, so it doesn't ask to save on exit if you haven't changed anything. (Clear it on save, of course)

5. Reload should reload the file when it is reloaded.
6. If you do a File/Open when you have one open, it might be nice if it opened it.. Or did something.
7. Recent used file list would be nice.
8. Auto detecting when the file under it has changed, and asking if you want to reload (only need check when focus is set into the program.)
9. The command line option (that is documented) "smartgui GiveMeSource" just exits as far as I can tell. No message, no nothing.
10. The 'Test script' seems like it doesn't function right - it seems to write out just the GUI part of the script to a file and then run it. All my event code isn't there, so it isn't just updating the file and running it. Not sure why one would ever need this - at least, this way... Being able to execute the script (using AHK) seems reasonable, and simple to implement.. Just write out your changes (Ctrl/S, assuming the above was done) and execute the file. Very similar to the way Visual Studio does it's run command.


That pretty much covers the first two days of use.. Well, more like first 2-3 hours of use. It's pretty rough, but it works, and it doesn't lose (most of the time - unless I hit Ctr/S) the changes that I make to the file beyond those made in the tool.

-Chert Pellett
www.traderhut.com

PS: A feature I'd like to see in AHK: The ability to continue to work when you close the Terminal Server connection (XP's Remote connection) to the machine. I'm sure I'm just missing something, but I've locked it up solid and had to reboot the machine to get it back before.

Overall, this is an Awesome thing to find and I've already come up with a bunch of things I can do with it!
Back to top
Stelimar



Joined: 02 Apr 2008
Posts: 10

PostPosted: Tue Apr 08, 2008 2:25 am    Post subject: Reply with quote

I second everything Traderhut mentioned. I also have a few more things to add:

1. When loading a GUI with tabs, all the tabs are shown on top of each other until you select one of the tabs. I'm thinking only the first tab should be shown...
2. It would be nice if when you edited a edit/hotkey field (by simply clicking in it and typing), it would automatically change the label.
3. It would help a lot with readability if, when the script is saved, all of the elements are placed in order from top to bottom, left to right, instead of in the order they were created.

Nice work though, keep it up! Despite its minor flaws, SmartGUI has probably saved me several hours of work making GUIs. Very Happy
_________________
All-in-One RuneScape Macro
Back to top
View user's profile Send private message
keybored



Joined: 18 Jun 2006
Posts: 158
Location: Phoenix, AZ

PostPosted: Tue Apr 08, 2008 5:04 pm    Post subject: still useful Reply with quote

Some of you might prefer Lil Builder
http://www.autohotkey.com/forum/topic20097.html
Back to top
View user's profile Send private message
darklight_tr



Joined: 29 May 2008
Posts: 16
Location: Madison, WI

PostPosted: Thu May 29, 2008 5:05 pm    Post subject: Reply with quote

Is this still being actively developed?

I've encountered a particularly annoying issue that is specific to Windows Vista. The drag+select box is completely invisible, which prevents me from selecting any exiting GUI objects so I can move them.

Other than that, this is an awesome script!

EDIT: I've done some more testing on Vista, and the drag+select box does work most of the time, despite the fact that you can't see it. I just have to estimate where it is.

Occasionally, the drag+select box fails to work at all. When this happens, I've tried reloading SmartGUI Creator and part of the interface appears at the bottom of the screen. I took a screenshot of the behavior if you want to see it. The only way to fix the problem is to log off/on or reboot my PC.

EDIT 2: I'm guessing this script is dead, which is too bad. I prefer it over Lil Builder because its GUI makes more sense to me.
Back to top
View user's profile Send private message
rani



Joined: 18 Mar 2008
Posts: 144

PostPosted: Sat Oct 11, 2008 7:42 am    Post subject: table properties Reply with quote

table/grid properties:

freeze columns
1. is it possible to define 'fixed columns' means:
on scroll left-right the specific signed columns will not move ?
Back to top
View user's profile Send private message
Romanticrocker



Joined: 13 Nov 2008
Posts: 1

PostPosted: Wed Nov 19, 2008 3:42 am    Post subject: Reply with quote

how to download this file?????


Sad help me please. . . . .
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
kiropes



Joined: 21 Mar 2007
Posts: 55

PostPosted: Fri Nov 21, 2008 10:26 pm    Post subject: Reply with quote

http://www.autohotkey.com/download
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 ... 38, 39, 40, 41, 42  Next
Page 39 of 42

 
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