|
Doram Newbie
Joined: 12 Jul 2004 Posts: 5 Location: USA
|
Posted: Mon Jul 12, 2004 2:04 am
Green light |
hey, i have a question for the gurus.
When having output to different windows, like to capture globals, i get a green light telling me there is new data beign outputted. Is there a command i can use to make the light go out? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Jul 12, 2004 5:53 pm |
The green 'light' will only go out when you switch the focus to that window. Of course, it's possible to switch windows using commands.
#WINDOW 2;#WINDOW 1 |
|
|
|
Doram Newbie
Joined: 12 Jul 2004 Posts: 5 Location: USA
|
Posted: Mon Jul 12, 2004 9:09 pm |
ok, next question, can i make it so that x window will always be number x
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Jul 12, 2004 10:21 pm |
If all the windows have names, use the names.
#WINDOW chat;#WINDOW Doram
The 'light' is only there to notify you that there have been changes to the window since the last time you looked at it. It seems pretty pointless to clear the 'light' until you have looked at it. |
|
|
|
Doram Newbie
Joined: 12 Jul 2004 Posts: 5 Location: USA
|
Posted: Tue Jul 13, 2004 7:20 am |
i know what the output will be, and im concerned when i dont get a certian output, so i want to clear the light when i do
|
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Wed Jul 14, 2004 8:38 pm |
In View/Preferences/Windows
check the "Automatically bring to front window with activity" option. |
|
|
|
|
|