| View previous topic :: View next topic |
| Author |
Message |
dnquark
Joined: 21 Dec 2007 Posts: 5
|
Posted: Tue May 05, 2009 7:21 am Post subject: |
|
|
This is a great script - just what I was looking for!
My only wish is that the font size could automatically be made smaller so that all open windows fit on the list. Any ideas how one would go about doing this? |
|
| Back to top |
|
 |
hugov
Joined: 27 May 2007 Posts: 2474
|
Posted: Thu May 07, 2009 9:30 pm Post subject: |
|
|
| dnquark wrote: | | My only wish is that the font size could automatically be made smaller so that all open windows fit on the list. Any ideas how one would go about doing this? |
Line 149 says: Gui,Font,s30 cYellow bold,Calibri
so you'll have to start there. You could use the var numallwin (see line 125)
to see if numallwin between 15 and 20 (example) you make s25
if numallwin between 21=30 make s15 etc etc
might work  _________________ Tut 4 Newbies
TF : Text file & string lib, TF Forum |
|
| Back to top |
|
 |
icefreez
Joined: 15 May 2007 Posts: 144
|
Posted: Fri May 08, 2009 8:58 pm Post subject: |
|
|
Great script.
This script works great in combination with nDroid (Launcher and file searcher) and gMote (Mouse Gestures to control windows).
Now I can pull anyone I want out of thin air  |
|
| Back to top |
|
 |
Guest
|
Posted: Thu May 14, 2009 3:19 pm Post subject: |
|
|
nICE SCRIPT, SORRY FOR CAPS BUT I CAN'T TURN IT OFF AS THE MENU JUST COMES UP WHEN i PRESS CAPS LOCK.
iS THERE ANY WAY TO MAKE IT SO ANOTHER KEY IS USED INSTEAD OF CAPS LOCK?  |
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 15, 2009 12:53 am Post subject: |
|
|
| Anonymous wrote: | nICE SCRIPT, SORRY FOR CAPS BUT I CAN'T TURN IT OFF AS THE MENU JUST COMES UP WHEN i PRESS CAPS LOCK.
iS THERE ANY WAY TO MAKE IT SO ANOTHER KEY IS USED INSTEAD OF CAPS LOCK?  |
try ctrl+caps lock |
|
| Back to top |
|
 |
Guest
|
Posted: Wed May 20, 2009 5:50 am Post subject: |
|
|
| Anonymous wrote: | | nICE SCRIPT, SORRY FOR CAPS BUT I CAN'T TURN IT OFF AS THE MENU JUST COMES UP WHEN i PRESS CAPS LOCK. |
When the script is active the CapsLock key should only activate the script, but it shouldn't toggle caps on.
If it does then it's a bug in Autohotkey. |
|
| Back to top |
|
 |
SifJar Guest
|
Posted: Thu Jun 04, 2009 7:31 pm Post subject: |
|
|
It gives me an error any time I try to run it,
says
| Code: | error at line 113
line text : if closedinactive<>
error : line does not contain a recognized action
program will close |
Any ideas? I copied EXACTLY. |
|
| Back to top |
|
 |
naveed Guest
|
Posted: Thu Jun 04, 2009 7:56 pm Post subject: Keyboard Layout |
|
|
| It would If the search worked with alternative keyboard layouts |
|
| Back to top |
|
 |
anc3s Guest
|
Posted: Thu Jun 04, 2009 11:01 pm Post subject: Hiding windows |
|
|
| I wanted to know if there was any way to hide certain windows from the list. I use rocket dock and a multiple desktop program so the two programs "Rocketdock" and "VirtuaWinMainClass" always show up. |
|
| Back to top |
|
 |
hugov
Joined: 27 May 2007 Posts: 2474
|
Posted: Fri Jun 05, 2009 11:46 am Post subject: Re: Hiding windows |
|
|
| anc3s wrote: | | I wanted to know if there was any way to hide certain windows from the list. I use rocket dock and a multiple desktop program so the two programs "Rocketdock" and "VirtuaWinMainClass" always show up. | I have you read the script at all? | Quote: | ; List of substrings separated with pipe (|) characters (e.g. carpe|diem).
; Window titles containing any of the listed substrings are filtered out
; from the list of windows.
filterlist = |
_________________ Tut 4 Newbies
TF : Text file & string lib, TF Forum |
|
| Back to top |
|
 |
Joe Jones Guest
|
Posted: Tue Aug 11, 2009 2:11 am Post subject: Problem switching between adobe pdf's |
|
|
I am trying to use iswitchw to switch between several pdf's open in adobe and when attempting to open a pdf by typing the name of the pdf' and then enter it selects the task bar item but does not bring up the document.
Note:
in Adobe 7.0 all the open pdf's are opened in one instance of adobe, however there is a setting (Edit->Preferences->General ->"Show documents in task bar", this typically will then show a task bar item for the main window and then a taskbar item for each open PDF, with that being said when I use iswitcherw if I type in the name of the main window "adobe acrobat 7.0" it will display the adobe main window as expected however when I type in the child window "Lewis.pdf" it only highlights it in the taskbar and does not bring it to the foreground. Not only does it not work but once I try using Iswitcher to open a specific pdf (child) it now changes the way adobe works (probably adobe bug), because from then on I can't use a single mouse click on the taskbar to view the specific pdf, the work around is to just double click it however it is weird that this Iswitchw causes adobe to change like that.
I am using Adobe Acrobat Pro 7.0.8,
If anyone knows another "switcher type application" to switch between Adobe pdf's by typing title let me know" |
|
| Back to top |
|
 |
davemabe Guest
|
Posted: Tue Sep 29, 2009 1:45 pm Post subject: Get Only Blank Window |
|
|
I get only a blank window when I use this script. The "Window Switcher" dialog comes up, but it is completely blank.
Any ideas? I tried the original version of this script as well and it did the same thing. |
|
| Back to top |
|
 |
rathkopf
Joined: 23 Oct 2008 Posts: 9
|
Posted: Tue Dec 29, 2009 7:48 pm Post subject: Windows 7 issue? Re: Get Only Blank Window |
|
|
| davemabe wrote: | I get only a blank window when I use this script. The "Window Switcher" dialog comes up, but it is completely blank.
Any ideas? I tried the original version of this script as well and it did the same thing. |
I too only get a blank window. Has anyone had success with this script with Win 7? I'm guessing that is the problem, but I don't have time to debug this now. |
|
| Back to top |
|
 |
Rushdee Guest
|
Posted: Sun Jan 03, 2010 10:46 am Post subject: |
|
|
| is there anyway someone could add code so that there is a textfield that shows us what we are typing. |
|
| Back to top |
|
 |
|