AutoHotkey Community

It is currently May 21st, 2012, 5:22 pm

All times are UTC [ DST ]


Search found 22 matches
Search these results:

Author Message

 Forum: Support   Topic: Pegasus Mail cannot be controlled

Posted: March 16th, 2011, 8:42 am 

Replies: 5
Views: 157


Anything? Anyone?

 Forum: Scripts   Topic: MyBBCode. Fast BBCode editor.

Posted: March 14th, 2011, 5:03 pm 

Replies: 14
Views: 2857


Why not add a
Code:
SendInput {left x}
after sending the BBCode tags. Like this I don't have to manually go back. ;)


BiB

 Forum: Support   Topic: Pegasus Mail cannot be controlled

Posted: March 14th, 2011, 5:00 pm 

Replies: 5
Views: 157


sinkfaze wrote:
Do you have any automatic spell check options set?

No. Do you mean in Pegasus Mail itself? Then yes, but not these specific ones.

To test, I just turned them off. Still no response.


BiB

 Forum: Support   Topic: Pegasus Mail cannot be controlled

Posted: March 14th, 2011, 4:45 pm 

Replies: 5
Views: 157


Ok, I didn't see that. A mistake.

Still, it doesn't change anything. :(

Thanks for thye tip so far.


BiB
P.S.: I am logged in again. Strange. :)

 Forum: Scripts   Topic: Quick Cliq - portable launcher

Posted: December 26th, 2010, 4:13 pm 

Replies: 48
Views: 7079


Thanks for your reply. I am glad there is still development on this piece of software. :) To my suggestions: I just saw now that I can change menu colors. Thanks for the hint (although I am still a bit unsure of how it works). Yet, how do I set the colors on the main menu? And is there a way of chan...

 Forum: Scripts   Topic: Quick Cliq - portable launcher

Posted: December 24th, 2010, 3:02 pm 

Replies: 48
Views: 7079


Just found something else. I am using Opera a s a browser. Opera nicely implements mouse gestures. So does Quick Cliq. Unfortunately QC overrides the Opera ones. So my suggestion would be to create an exception list where programs can be entered in which the QC mouse gestures are deactivated. Just a...

 Forum: Scripts   Topic: Quick Cliq - portable launcher

Posted: December 23rd, 2010, 3:06 pm 

Replies: 48
Views: 7079


Hello, this is a really nice app. Currently I am using PStart to launch stuff from my USB stick. What makes Quick Cliq so intruiging is its shortcut to bring up the launch menu and no mouse input needed. Unfortunately there are still a few letdowns. This is what I have noticed: Custom icons will not...

 Forum: Support   Topic: Remapped key gets stuck

Posted: July 19th, 2010, 12:12 pm 

Replies: 4
Views: 238


Ah, ok. And just in case I want to add anything beneath this code or for the sake of clean programming I would have to close the #IfWinExist clause, I think. Like this: #Persistent SetTitleMatchMode, 2 SetTitleMatchMode, Slow ^!+Q::Gosub, ExitSub #IfWinExist, PROGRAM ;Makes the following hotkeys onl...

 Forum: Support   Topic: Remapped key gets stuck

Posted: July 17th, 2010, 5:13 pm 

Replies: 4
Views: 238


You Forgot a Return after Send, {F7} :oops: Also you should consider #IfWinExist to make it simpler. MAN!!! How stupid can one man be! I seriously didn't see that. :lol: Thanks for humouring me. Here the simplified code: #Persistent SetTitleMatchMode, 2 SetTitleMatchMode, Slow ^!+Q::Gosub, ExitSub ...

 Forum: Support   Topic: Remapped key gets stuck

 Post subject: Remapped key gets stuck
Posted: July 17th, 2010, 4:27 pm 

Replies: 4
Views: 238


Hi there, a brain teaser for you wizards out there. :) I have an application with a text input field (ClassNN: Input1). If this application is running I want F7 to bring it into the foreground and activate the input field in the application. If it is already in the foreground, it should simply activ...

 Forum: Support   Topic: Counting letters while typing

Posted: October 7th, 2006, 12:43 pm 

Replies: 25
Views: 1773


True, it does need refinement. Although finishing it would make it a universal script. Making a GUI of my own is done relatively quick... but is not quite what it should be... but it IS a solution. I guess I'll try. :)

Thanks.


BiB

 Forum: Support   Topic: Counting letters while typing

Posted: October 2nd, 2006, 12:05 am 

Replies: 25
Views: 1773


I read the posts. :-) I'm just no expert in this. Though I try to learn. Both your approaches work fine... for Notepad. Thanks a bundle for your assistance. In case you are interested, the application I wanted this to work for is Wengo , an OpenSource application for Chat and Telephone via Internet....

 Forum: Support   Topic: Counting letters while typing

Posted: September 30th, 2006, 12:31 pm 

Replies: 25
Views: 1773


Kinda funny... I tried the following:

Code:
ControlGet string, Selected, , Edit1, A
MsgBox %string%

Edit1 is Notepad. Guess what: empty Message Box. What is wrong here?

Thanks still for your help.


BiB

 Forum: Support   Topic: Counting letters while typing

Posted: September 28th, 2006, 12:34 am 

Replies: 25
Views: 1773


I experimented a bit with different applications (even notepad), but it doesn't seem to count the amount of characters. What is going wrong?


BiB

 Forum: Support   Topic: Counting letters while typing

Posted: September 27th, 2006, 3:08 pm 

Replies: 25
Views: 1773


This is waht it says:

Code:
ClassNN:   QWidget2


Running your two lines just gives me an empty Message Box.


BiB
Sort by:  
Page 1 of 2 [ Search found 22 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group