AutoHotkey Community

It is currently May 25th, 2012, 9:01 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 55  Next
Author Message
 Post subject: Incredible
PostPosted: November 12th, 2007, 10:16 am 
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 :D


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 12th, 2007, 10:30 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
It looks visual basic, doesn't it? But a quick peek at the source will show you that it is purely AHK.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2007, 11:01 am 
Offline

Joined: July 3rd, 2004, 1:03 pm
Posts: 121
Would be nice to see color buttons and other custom controls added. Though just a select few like colored buttons, would be cool.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2008, 6:12 pm 
Offline

Joined: November 1st, 2007, 10:03 pm
Posts: 885
any idea how i could add an ie control to this


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2008, 10:56 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 23rd, 2008, 2:33 pm 
Offline

Joined: October 1st, 2007, 4:09 pm
Posts: 17
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2008, 7:32 pm 
Offline

Joined: December 6th, 2007, 12:48 pm
Posts: 364
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! :)

_________________
AHK is perfect.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 10th, 2008, 6:29 pm 
Offline

Joined: December 6th, 2007, 12:48 pm
Posts: 364
No new posts in here since a long ago :(

_________________
AHK is perfect.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Release 4.0...
PostPosted: March 13th, 2008, 12:22 am 
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
http://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!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2008, 2:25 am 
Offline

Joined: April 2nd, 2008, 11:30 pm
Posts: 10
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. :D

_________________
All-in-One RuneScape Macro


Report this post
Top
 Profile  
Reply with quote  
 Post subject: still useful
PostPosted: April 8th, 2008, 5:04 pm 
Offline

Joined: June 18th, 2006, 8:47 am
Posts: 346
Location: Phoenix, AZ
Some of you might prefer Lil Builder
http://www.autohotkey.com/forum/topic20097.html


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 29th, 2008, 5:05 pm 
Offline

Joined: May 29th, 2008, 5:02 pm
Posts: 21
Location: Madison, WI
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: table properties
PostPosted: October 11th, 2008, 7:42 am 
Offline

Joined: March 18th, 2008, 4:04 am
Posts: 193
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 ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2008, 3:42 am 
Offline

Joined: November 13th, 2008, 6:03 am
Posts: 1
how to download this file?????


:( help me please. . . . .


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 21st, 2008, 10:26 pm 
Offline

Joined: March 21st, 2007, 7:50 pm
Posts: 76
http://www.autohotkey.com/download


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 55  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], lblb, RoAltmann and 8 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group