| Author |
Message |
Topic: Favorite Folders popup menu that you can change on the fly. |
Knowbodynow
Replies: 148
Views: 22773
|
Forum: Scripts & Functions Posted: Tue Jan 01, 2008 1:42 am Subject: Dividing Lists Of Shortcuts |
Hello, happy new year! I'm trying to put dividing lines into my list of shortcuts. The introductory remarks say:
------------------------
; Order of items specified by putting 'menu=(integer)' a ... |
Topic: IfWinExist and Firefox Tabs |
Knowbodynow
Replies: 7
Views: 410
|
Forum: Ask for Help Posted: Mon Dec 10, 2007 11:28 pm Subject: IfWinExist and Firefox Tabs |
Thank for the detailed reply, I appreciate it. The problem certainly doesn't warrant trying to use a plugin but I may have a go at one of the workaround methods you suggested.
Thanks again,
CaH |
Topic: IfWinExist and Firefox Tabs |
Knowbodynow
Replies: 7
Views: 410
|
Forum: Ask for Help Posted: Mon Dec 10, 2007 9:58 pm Subject: IfWinExist and Firefox Tabs |
| Thanks for the reply, derRaphael. How will the code you suggested help me to check if Firefox has a tab of a particular name? Currently I'm using SetTitleMatchMode 2 to identify if Firefox is running. ... |
Topic: IfWinExist and Firefox Tabs |
Knowbodynow
Replies: 7
Views: 410
|
Forum: Ask for Help Posted: Sun Dec 09, 2007 1:11 pm Subject: IfWinExist and Firefox Tabs |
| Thanks, but I'd like to avoid installing any additional extensions. Right now I have a custom button in Thunderbird that will bring up Firefox and launch an instance of POPfile. As long as I remember ... |
Topic: IfWinExist and Firefox Tabs |
Knowbodynow
Replies: 7
Views: 410
|
Forum: Ask for Help Posted: Sun Dec 09, 2007 6:18 am Subject: IfWinExist and Firefox Tabs |
| Hello, I have little experience with AutoHotKey or coding. I know how to check if Firefox has been launched so that I can switch to it rather than launching several instances. I would like a hotkey to ... |
Topic: Reactivating Cerious Thumbsplus |
Knowbodynow
Replies: 2
Views: 123
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 1:13 pm Subject: Reactivating Cerious Thumbsplus |
Brilliant, I didn't even know there were two alternatives! The first one works nicely.
Thanks,
CaH |
Topic: Reactivating Cerious Thumbsplus |
Knowbodynow
Replies: 2
Views: 123
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 1:07 am Subject: Reactivating Cerious Thumbsplus |
Hello, I'm having trouble with ifwinexist and ThumbsPlus. Here's my code:
#t::
IfWinExist ThumbsPlus
WinActivate
else
Run F:\Thumbsplus Databases\wisenew.td4
return
Everyti ... |
Topic: Favorite Folders popup menu that you can change on the fly. |
Knowbodynow
Replies: 148
Views: 22773
|
Forum: Scripts & Functions Posted: Thu Jul 19, 2007 4:08 pm Subject: Favorite Folders popup menu that you can change on the fly. |
| Thank you for both your replies. Moving the direct shortcuts to the top is good and the function for "open path in various things" is great. I used to use DirKey. For some reason this stoppe ... |
Topic: Add exceptions to Close All Windows? |
Knowbodynow
Replies: 16
Views: 814
|
Forum: Ask for Help Posted: Wed Jul 18, 2007 1:03 pm Subject: Add exceptions to Close All Windows? |
Thanks everyone and especially Superfraggle. I moved the matchlist to the top of the entire script and it now works correctly.
Cheers
CaH |
Topic: Add exceptions to Close All Windows? |
Knowbodynow
Replies: 16
Views: 814
|
Forum: Ask for Help Posted: Wed Jul 18, 2007 2:08 am Subject: Add exceptions to Close All Windows? |
You are right, I ran the script by itself and it worked, calculator was not closed. But it appears that if I have anything else in the script it fails to work. E.g.:
^#s:: Run C:\Prog ... |
Topic: Add exceptions to Close All Windows? |
Knowbodynow
Replies: 16
Views: 814
|
Forum: Ask for Help Posted: Wed Jul 18, 2007 12:24 am Subject: Add exceptions to Close All Windows? |
Is it still closing windows that you dont want it to, even though they are in the matchlist?
Yes, I copied and pasted the code you gave and it closed calculator when it was running.
My last post ... |
Topic: Add exceptions to Close All Windows? |
Knowbodynow
Replies: 16
Views: 814
|
Forum: Ask for Help Posted: Tue Jul 17, 2007 5:19 pm Subject: Add exceptions to Close All Windows? |
| Looks like I spoke two soon, the method isn't working for me. It seems I need to use an exact window title and I need to be able to find partial matches. Also with applications like Calculator this wa ... |
Topic: Add exceptions to Close All Windows? |
Knowbodynow
Replies: 16
Views: 814
|
Forum: Ask for Help Posted: Tue Jul 17, 2007 8:10 am Subject: Add exceptions to Close All Windows? |
| Thank you, that's great. I can understand how that works. I've done a little programming of CorelDraw Macros in VBS. I still need to get used to the idea of enclosing variables with percentage signs.
... |
Topic: Closing Just Windows Explorer Windows? |
Knowbodynow
Replies: 3
Views: 207
|
Forum: Ask for Help Posted: Tue Jul 17, 2007 8:03 am Subject: Closing Just Windows Explorer Windows? |
| Thanks, that is very useful. It works exactly as I needed it to. By any chance to you know how I could tile just explorer windows. I think I can work out how to minimize everything but Explorer window ... |
Topic: Closing Just Windows Explorer Windows? |
Knowbodynow
Replies: 3
Views: 207
|
Forum: Ask for Help Posted: Mon Jul 16, 2007 1:38 am Subject: Closing Just Windows Explorer Windows? |
Hello,
Is there any way to just close down open Explorer windows and leave other application windows still running?
Thanks,
CaH |
| |