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 1, 2, 3 ... 37, 38, 39  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 3:14 pm    Post subject: :: SmartGUI Creator :: Reply with quote

:: SmartGUI Creator ::

Latest : Release 4.0

Here's an easy point-n-click GUI (user interface) creator!... You just draw a user interface the way you like and a script will be generated where you can input code deciding what happens when a certain button is pressed etc.


Screenshot:


For important guidelines please read relevant section in help manual

Awards:

Softpedia Review

_________________

Download:

Main Site (or Mirror Site)
_________________


Latest Changes:

- Running with the command line parameter 'GiveMeSource' extracts the source code to the SGUI folder. (Ok this was already there, but now you know! Wink )

- Added a toolbar and menubar for all functions. (Thanks toralf, you've initiated the interface changes in this release, and got me to tag this as ver 4.0!)

- Right click menu is now limited to just the control related functions.

- The tray icon and menu are gone for good.

- Now you can edit complete GUI scripts with SGUI and not just the ones with only GUI commands. What this means is that when editing a script, the GUI is edited in SGUI and when saving it back the other data in the script (other sections etc.) is not lost. Though this is not completely perfect, it should work fine for most scripts (see test script).

- While editing GUI files, the various options specified for controls (including group and variable option) are not lost when the gui is saved to a new file.

- Added 'Custom Option' to control menu. Here you can specify any valid option for that particular control. Effect for most options can be seen right away in SGUI. eg. you can specify 'Vertical' for slider or 'ReadOnly' for edit controls or -16 for UpDown so that it doesn't snap to other controls etc..

- Justify options work much better and changes can be seen right away in SGUI no matter how many times the change is done.

- The 'Set GUI Count' input for scripts allows the number to be set upto 99.

- Added the 'Ask GUI Count' option which lets you specify the GUI count of the current GUI while saving the script.

- Added the following options while saving a file:
-- Save New GUI to Clipboard (Thanx gs and Titan)
-- Save new GUI to File
-- Save Modified GUI to File

- I've again put in default control labels while creating controls instead of blank ones.

- Like other controls Tab also doesn't ask label during creation, unless 'Ask Control Label' option is on.

- Added UpDown controls on control's 'Set Position' window.

- Changed the default grid background to a very clean one, as the earlier one increased the file size considerably. (You can still use custom backbrounds)

- Bigger grid for bigger desktops, well what can I say, the new one is BIG (I wish I had such a big desktop) (Thanks bwechner)

- Internally has better hotkey handling.

- Relative positioning of sub-windows (Thanks d_man)

- Fixed SGUI's launch with file bug (Thanks Chris)

- Fixed dialogs going behind main window (Thanks Chris)

- Fixed group of control's disappearing selection box bug (Thanks Chris)

- Changes to the behaviour of File Saving (Thanks Chris)

- SmartGUI is now hosted at autohotkey.net and mirrored at autohotkey.com (Thanks Titan & Chris)
_________________


Last edited by Rajat on Thu Jul 13, 2006 6:53 pm; edited 39 times in total
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon Sep 06, 2004 3:32 pm    Post subject: Reply with quote

Man, you need help Shocked
OK, lets check your DNA Exclamation

... AGCTCGTAHKATGCCGAATGC ...

Holy moly that's weird !!!! Very Happy Very Happy Very Happy

Good to know that Chris isn't the one and only Cool

C'mon guys & dolls. Let's give Rajat an extra salute !!!
"For he's a jolly good ... nana nana na na "
Back to top
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 3:43 pm    Post subject: Reply with quote

Smile
_________________
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Mon Sep 06, 2004 4:53 pm    Post subject: Reply with quote

You've outdone yourself; that is unspeakably amazing! Smile

Quote:
combobox has some problem, which Chris might be able to explain
Thanks I'll look into that.
Back to top
View user's profile Send private message Send e-mail
Candle



Joined: 19 Aug 2004
Posts: 334

PostPosted: Mon Sep 06, 2004 7:55 pm    Post subject: Reply with quote

Real nice . no reason to do the form maker I was going to do ..
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 9:51 pm    Post subject: Reply with quote

Release 1.1

Changes:

-A GUI size fix, where generated windows were bigger than anticipated.

-Added an option to be able to set the label (text shown on buttons/checkbox etc.) of every control while creating GUI, so that you can know exactly what the length of your control should be to accomodate the contents.

-Added a nice about box


please guyz.... some feedback?!
_________________


Last edited by Rajat on Mon Sep 06, 2004 9:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 9:52 pm    Post subject: Reply with quote

Bobheart wrote:
Real nice . no reason to do the form maker I was going to do ..

er, wasn't that for command syntax?... or maybe i'm mistaken, were u going to create something similar?
_________________
Back to top
View user's profile Send private message
Jon



Joined: 28 Apr 2004
Posts: 373

PostPosted: Mon Sep 06, 2004 10:08 pm    Post subject: Reply with quote

That is very nice rajat. Very Happy

I can't think how you could have made that with just ahk.

Would it be possible to have the tray menu appear by the mouse for example when you press control and left click. Save going to the tray icon each time.

Thanks, Jon
Back to top
View user's profile Send private message Send e-mail
Candle



Joined: 19 Aug 2004
Posts: 334

PostPosted: Mon Sep 06, 2004 10:20 pm    Post subject: Reply with quote

Rajat wrote:
Bobheart wrote:
Real nice . no reason to do the form maker I was going to do ..

er, wasn't that for command syntax?... or maybe i'm mistaken, were u going to create something similar?

http://www.autohotkey.com/forum/viewtopic.php?t=769#top
But thats ok was going to take sometime to make it as I 'm not use to the basic it was coded in .
I did find one in libertybasic that I may play with and see what I can do with it .
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 10:36 pm    Post subject: Reply with quote

Jon,
i've updated the .zip to your suggestion. let me know if it really helps, as i've tried it and if felt a bit awkward to maneuver.

maybe we can settle for an all keybd hotkey or maybe mouse middle button.
_________________
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 10:38 pm    Post subject: Reply with quote

bobheart,
the screenshot looks good... let me know if u have some nice ideas on improvement of SmartGUI....i might use some of your insight!
_________________
Back to top
View user's profile Send private message
Candle



Joined: 19 Aug 2004
Posts: 334

PostPosted: Mon Sep 06, 2004 10:39 pm    Post subject: Reply with quote

page is 404 now .
Back to top
View user's profile Send private message
Jon



Joined: 28 Apr 2004
Posts: 373

PostPosted: Mon Sep 06, 2004 10:40 pm    Post subject: Reply with quote

Hi Rajat, Yes, the middle mouse button or another hotkey might be better. Change it to what ever you find the easiest.

It won't let me download it atm so I'll try again later.
Back to top
View user's profile Send private message Send e-mail
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 06, 2004 10:45 pm    Post subject: Reply with quote

the link should be operational now. do let me know of your hotkey preference.
_________________
Back to top
View user's profile Send private message
Jon



Joined: 28 Apr 2004
Posts: 373

PostPosted: Mon Sep 06, 2004 11:09 pm    Post subject: Reply with quote

Hi Rajat, I think It was better having the menu right next to the mouse. Using the middle mouse buttom would probably be easier though.

I've been testing smartgui quite alot and these are a couple of things I've noticed-

When inserting a picture or a combobox, they seem to dissapear when moving or resizing them.

When resizing the groups, it takes part of the image behind it with it so you can't see whatat is behind the group when resizing it.

If you resize the images to make them smaller they go back to full size when you run the script.

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