| View previous topic :: View next topic |
| Author |
Message |
Drugwash
Joined: 08 Sep 2008 Posts: 608 Location: Ploiesti, RO
|
Posted: Sun Jul 05, 2009 9:47 pm Post subject: |
|
|
No problem, I'm glad it's been sorted out.
The issue should only occur on first call of the font dialog; subsequent calls will retain and display last choice. |
|
| Back to top |
|
 |
Corey Guest
|
Posted: Thu Jul 09, 2009 2:11 pm Post subject: |
|
|
Awesome work buddy,
You deserve a medal or something keep it up! |
|
| Back to top |
|
 |
Drugwash
Joined: 08 Sep 2008 Posts: 608 Location: Ploiesti, RO
|
Posted: Thu Jul 09, 2009 2:31 pm Post subject: |
|
|
Rajat - the original author - deserves all honors for creating this useful tool.  |
|
| Back to top |
|
 |
randallf
Joined: 06 Jul 2009 Posts: 482
|
Posted: Thu Jul 30, 2009 3:09 pm Post subject: |
|
|
I searched and searched and searched, I can't figure out how to edit an existing GUI in a script???
Do you always have to build from scratch?
The only way I have found to do it at all is to launch my gui and use 'gui stealer' on it... |
|
| Back to top |
|
 |
ballyhairs
Joined: 02 Feb 2009 Posts: 112
|
Posted: Thu Jul 30, 2009 8:19 pm Post subject: |
|
|
| Nicely done! |
|
| Back to top |
|
 |
Drugwash
Joined: 08 Sep 2008 Posts: 608 Location: Ploiesti, RO
|
Posted: Tue Aug 04, 2009 7:04 pm Post subject: |
|
|
There is one way to edit an existing GUI in a script (File > Open Script) but it's quite limited currently. Moreover, I believe there's a bug that prevents the tool from opening any script through that menu entry after it's been used once - the tool must be restarted.
Unfortunately I'll be away from the Internet for a period of time so can't work on it. |
|
| Back to top |
|
 |
ecksphore
Joined: 21 Nov 2006 Posts: 71
|
Posted: Wed Aug 05, 2009 5:39 am Post subject: |
|
|
Will this application ever have the Menu feature built in to it?
It's frustrating building a nice GUI only to add a menu in and everything gets misaligned. |
|
| Back to top |
|
 |
Drugwash
Joined: 08 Sep 2008 Posts: 608 Location: Ploiesti, RO
|
Posted: Wed Aug 05, 2009 9:22 am Post subject: |
|
|
I agree, not only in regard to Menu but other elements as well. However, the code should be completely revised and that's something I can't do right now.  |
|
| Back to top |
|
 |
Raccoon
Joined: 02 Jan 2008 Posts: 95 Location: Freenode IRC
|
Posted: Thu Aug 20, 2009 10:08 pm Post subject: |
|
|
Drugwash,
Please tell me more about this script you've authored for Smart GUI. To what extent does it modify Rajat's original application, and such? Do you have a version history or other documentation I could review? _________________ Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #autohotkey |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1317 Location: USA
|
Posted: Fri Aug 21, 2009 5:30 am Post subject: |
|
|
just look at the post he made or check them with examdiff _________________
ʞɔпɟ əɥʇ ʇɐɥʍ |
|
| Back to top |
|
 |
vahju
Joined: 17 Feb 2008 Posts: 228
|
Posted: Fri Aug 21, 2009 5:54 pm Post subject: |
|
|
| Drugwash and chance of you posting a non 7z version. The version of winzip I have can't open it. |
|
| Back to top |
|
 |
Raccoon
Joined: 02 Jan 2008 Posts: 95 Location: Freenode IRC
|
Posted: Mon Aug 24, 2009 11:33 pm Post subject: |
|
|
vahju, I know it's not specifically my business to tell people what software to use... but I would recommend downloading WinRAR and/or 7Zip so you can access 7Zip and other archive formats.
These formats outclass the PKZip (WinZip) format and are to be expected on the internet. It'd be like asking web authors to offer GIF versions of their PNG files. _________________ Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #autohotkey |
|
| Back to top |
|
 |
vahju
Joined: 17 Feb 2008 Posts: 228
|
Posted: Tue Aug 25, 2009 12:51 am Post subject: |
|
|
| Trying to avoid multiple software that does the same thing on my work machine. Have to use WinZip on work laptop. No biggy. Will see if there is portable version of 7z or Winrar. |
|
| Back to top |
|
 |
ruespe
Joined: 17 Jun 2008 Posts: 139
|
Posted: Tue Aug 25, 2009 2:03 pm Post subject: |
|
|
| Drugwash wrote: | | There is one way to edit an existing GUI in a script (File > Open Script) but it's quite limited currently. | I've made some minor changes to add the ability for editing a GUI out of the Clipboard (via Menu). Have a look at the lines with "ruespe" in the comments.
SmartGuiXP mod 4.2a
Perhaps you want to insert it into a next version. _________________ Greetings
Rog |
|
| Back to top |
|
 |
sguiHelper Guest
|
Posted: Wed Aug 26, 2009 1:31 am Post subject: |
|
|
| ecksphore wrote: | Will this application ever have the Menu feature built in to it?
It's frustrating building a nice GUI only to add a menu in and everything gets misaligned. |
You can use sgui to build your gui with everything execpt the main menu, then convert the gui code to use relative coords. Then you can easily add the menu element.
| Code: | title Abs2Rel v3 - Absolute to Relative coordinates fix for SGUI
source post http://www.autohotkey.com/forum/post-71874.html#71874
in thread http://www.autohotkey.com/forum/topic11722.html
code link http://autohotkey.net/~aikscroll/Abs2Rel.ahk
|
|
|
| Back to top |
|
 |
|