AutoHotkey Community

It is currently May 27th, 2012, 7:19 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 26, 27, 28, 29, 30, 31, 32 ... 55  Next
Author Message
 Post subject:
PostPosted: March 16th, 2006, 5:06 pm 
Is Rajat on a long vacation? :?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 26th, 2006, 6:20 pm 
Offline

Joined: June 1st, 2005, 12:36 pm
Posts: 174
Hi,

I just downloaded and installed the SmartGUI Creator for the first time. The GUI Helper opens under the taskbar, which is on the left side of my desktop instead of at the buttom.

I saw this bug in a few other programs, shouldn't be too hard to fix.

Thanks!

_________________
DonationCoder.com brings AHK to the newbies!
Fan of AutoHotkey? Consider an occasional donation to its developer, Chris Mallett.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 28th, 2006, 11:17 am 
Hello! I recently dabbled into Auto Hot Key and found this amzing GUI thanks to Rajat.

Brief background, as a DirecTV customer service rep I use alot of programs such as, scheduling service calls, equiptment ordering, changing customers account information, ordering pay perviews, making notations on the account... I can't really get into alot of detail obviously for policy reasons... but I want to tell you the GUI and has amazingly decreased my AHT ( Average Handle time of Calls) and my ACW (After Call work) thanks to the speed of using the GUI/AHK combo...

THANKS YOU!!! :) Keep up the good work.. i'm on any updates right away as I check this site daily :)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2006, 5:27 am 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
Is there a way to open an existing file and edit the GUI, then save it? It seems like this isnt possible, since when I choose to save, it only saves the GUI info and overwrites everything else.


ALSO, is it possible to change font and font sizes with SmartGUI ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2006, 5:38 am 
Offline

Joined: February 13th, 2006, 10:40 pm
Posts: 389
Location: Utah
scriptmonkey wrote:
t only saves the GUI info and overwrites everything else.


Unfortunately, untill Rajat makes a complete AHK IDE :D :lol: we will have to stick with copying and pasting the code back into files that we reopen with SmartGui. I suppose that it might be possible to skip over those lines and save them again later... but again were getting into make a full-fledge AHK IDE if we go into that territory...

as for the font size... not that i know of

_________________
Image
"Power can be given overnight, but responsibility must be taught. Long years go into its making."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 28th, 2006, 3:33 pm 
it is possible to change font in smart gui


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 28th, 2006, 3:35 pm 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
Anonymous wrote:
it is possible to change font in smart gui


Please explain...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 28th, 2006, 11:34 pm 
Offline

Joined: February 24th, 2006, 12:56 am
Posts: 172
rajat is back...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2006, 8:13 am 
Offline

Joined: May 18th, 2006, 9:29 pm
Posts: 17
Location: Russia
If the default language in a system is Russian, then when you launch SmartGUI.exe, it displays the "D" is not a valid key name within a hotkey label. message and quits.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 1st, 2006, 11:25 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
The gray Cardinal wrote:
If the default language in a system is Russian, then when you launch SmartGUI.exe, it displays the "D" is not a valid key name within a hotkey label. message and quits.


Chris, you recently did some language fixes to ahk... do you think that would fix this problem?

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2006, 12:44 am 
Offline

Joined: February 14th, 2005, 10:54 am
Posts: 447
Location: Texas, Usa
Rajat, I have been a long time fan of you gui layout tool, may i have the source of the lastest version, I would love to tinker with some ideas. thanks.

_________________
my lame sig :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2006, 3:20 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Rajat wrote:
Chris, you recently did some language fixes to ahk... do you think that would fix this problem?
In this case, not directly. However, in v1.0.42 the option UseErrorLevel was added to the Hotkey command. You could replace some of your double-colon hotkeys with dynamic ones so that failure is tolerated.

Another recent feature that might help SmartGUI is context-senstive hotkeys (via #IfWinActive). For example, I think you use some LButton and/or RButton hotkeys, which might have fewer side-effects if limited to only SmartGUI rather than the entire system. Come to think of it, GuiContextMenu might be an even better choice (for the right mouse button), but maybe you already tried that and found it too limiting. OnMessage() also allows detection of mouse clicks inside a GUI window (there's an example of this on its page).

Using these features, perhaps there is some way to make the main version of SmartGUI work on Windows 9x (though I realize the percentage of Win9x users is dwindling, so you might deem the effort not worth it).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2006, 7:38 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
oh yes... i read about the active-window based hotkeys and OnMessage... sounds like a good idea!

though Win9x support isn't on my priority list (I've not even recd any requests for that since a very long time), the above changes should help in making the functionality cleaner.
Thanks

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2006, 8:17 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
SmartGUI Creator users, please see this topic and help us decide the future of SmartGUI Creator.
http://www.autohotkey.com/forum/viewtopic.php?p=62621

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 1st, 2006, 2:12 am 
Offline

Joined: June 27th, 2006, 2:38 pm
Posts: 385
Location: Canada
Hey, rajat! great program idea! Must have been hard coding it purely in ahk!

Awsome job, although i did run into a few bugs- when I tried to create a slider it created fine, but when testing the GUI i got an error message and the slider didn't appear. I also tried the GUI Stealer option, and it only took the code of one of the tabs in the window, it still listed all 4 of the tabs but the other 3 were blank- Im assuming if I wouldve used the GUI Stealer on the next tab and so on it would have given me more tab windows, or given me an error message.

Great job though :wink:


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 ... 26, 27, 28, 29, 30, 31, 32 ... 55  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Yahoo [Bot] and 22 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