| View previous topic :: View next topic |
| Author |
Message |
silentblood
Joined: 19 Jun 2004 Posts: 36
|
Posted: Sat Jul 03, 2004 4:12 am Post subject: GUI for my scripts |
|
|
Ok I posted this question on support forum but I was directed here. I need a GUI that can launch my scripts with. Basicly I want it setup so there is an arrow that drops down and shows alist of all my scripts. Then when I select one I would be able to start/stop or pause my scripts with buttons. I understand I would need hotkeys setup in my scripts. The main thing is I need to know is how to make the GUI interface with my scripts.
Also, I was wondering if there is an option to modify an INI file through the GUI.
Is there any really good help files on this. I have looked at everything readily availible and I am lost lol. |
|
| Back to top |
|
 |
Zeusrex Guest
|
Posted: Sat Jul 03, 2004 8:38 am Post subject: Gui4Cli |
|
|
| I just downloaded this, and maybe it will help you: Gui4Cli from Gui4Cli.com. I'm new to this all, but this seems to be a GUI program that is made to integrate with scripting languages. I'll get back to you when I try it! |
|
| Back to top |
|
 |
silentblood
Joined: 19 Jun 2004 Posts: 36
|
Posted: Sat Jul 03, 2004 10:09 am Post subject: |
|
|
| I am at work atm so I cannot get it to install here windows nt sucks lol. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10464
|
|
| Back to top |
|
 |
Beastmaster
Joined: 15 Apr 2004 Posts: 182
|
Posted: Sat Jul 03, 2004 12:54 pm Post subject: |
|
|
In the good ol' DOS days I used some software from NeoSoft (NeoShow,NeoBook,QuickMenu,NeoPaint). NeoBook can be used to create GUI's which can trigger commandline actions (as far as I remember).
Meanwhile all these apps have been migrated to Win.
You can download trials from their Homepage.
Or check if you can find a free configurable taskbar/officebar tool.
Good luck  |
|
| Back to top |
|
 |
Beastmaster
Joined: 15 Apr 2004 Posts: 182
|
Posted: Sat Jul 03, 2004 1:17 pm Post subject: |
|
|
| Check savage's posting. He's recommended PowerPro. |
|
| Back to top |
|
 |
savage
Joined: 02 Jul 2004 Posts: 206
|
Posted: Sat Jul 03, 2004 7:28 pm Post subject: |
|
|
| On the Powerpro yahoo group there's plugins for powerpro and gui4cli that let them play nicely together. Maybe an interface between gui4cli and ahk would be useful. I'm not sure what would be involved though. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10464
|
Posted: Sat Jul 03, 2004 8:44 pm Post subject: |
|
|
| It's too bad gui4cli isn't open source. The potential for seamless integration would be much better then. In any case, I'll be taking a look at gui4cli and other GUI tools before adding GUI features to AHK. |
|
| Back to top |
|
 |
silentblood
Joined: 19 Jun 2004 Posts: 36
|
Posted: Sat Jul 03, 2004 9:51 pm Post subject: |
|
|
| I printed out all the examples and stuff I could find and gonna read over it all at work tonight. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Sat Jul 03, 2004 10:06 pm Post subject: |
|
|
this thread reminded me of a script that i did quite some time ago.
the background:
larry's Au3GUIXP is cool for almost all GUI needs, but its a pain to tweak the script to properly position the controls on the face of the GUI to make it look proper. Larry recognised it and created the GUIasst script that moved/resized controls and showed the new co-ordinates that should be put in the script.
I (being lazy) though that it'd be better if someone updated the script as well, so i made an ahk script that, once GUIasst changes the controls as reqd, updates the script automatically.
i can paste the code (and usage) in the forum if anybody is interested. _________________
 |
|
| Back to top |
|
 |
silentblood
Joined: 19 Jun 2004 Posts: 36
|
Posted: Sun Jul 04, 2004 12:42 pm Post subject: |
|
|
| Yeah, at the very worst could teach me something. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Mon Jul 05, 2004 5:07 am Post subject: |
|
|
posted it in scripts section. _________________
 |
|
| Back to top |
|
 |
silentblood
Joined: 19 Jun 2004 Posts: 36
|
Posted: Mon Jul 05, 2004 6:04 am Post subject: |
|
|
| Thxs, Its funny you would think making the GUI should be easy but I am having the hardist time with it. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Mon Jul 05, 2004 11:59 am Post subject: |
|
|
any specific problem?
if you're working au3guixp then the readme that comes in the .zip has enough help for beginners. _________________
 |
|
| Back to top |
|
 |
AHKnow
Joined: 03 Jul 2004 Posts: 118
|
Posted: Sun Jul 11, 2004 1:12 pm Post subject: |
|
|
I have just started checking out GUI4Cli and was impressed. Perhaps begging the author, dck@hol.gr , might have some effect on him. Perhaps he could do something different for AutoHotkey. There are also modules for interfacing with other languages and they have done so for Python and Ruby.
Another thing about GUI complexity.... It seems to be in terms of linking the buttons to actions. Cyberslug's AutoIt Autobuilder for the GUI is quite good and coming along. So you then save the commands of the "built GUI" and then its time to make it do something useful. That's where the problems come in... Syntax issues, etc... It seems that the focus, when coming up with the GUI syntax, should be more on simplifying the process of what the GUI will do as oppose to just making the GUI. Tools like Autobuilder will allow you to visualize and simply make the GUI look the way you want, but the point is to get it to DO what you want too and make that process easy too. |
|
| Back to top |
|
 |
|