mIRC Home    About    Download    Register    News    Help

Print Thread
#141408 09/02/06 01:34 AM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
OP Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Suggestion:

$fullscreen - returns $true if a program (movie/game/etc) is running full screen, otherwise returns $false

This would be useful in stopping popup dialogs, etc from being displayed if some program is running in full screen mode. I was recently watching a movie on WMP, and kept getting interrupted by one of my scripts which opens a popup dialog. A line like if ($fullscreen) return or if (!$fullscreen) /showdialog could be used to prevent the interruption.

I don't know if a similar identifier already exists or has already been suggested. I didn't find anything searching this forum for the past 5 years.

(BTW, I'm not looking for work-arounds)

-genius_at_work

#141409 09/02/06 03:38 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
I'd like to see this as well, for the same reason. My picwin popups interfere whilst playing CS.


Gone.
#141410 13/02/06 06:45 AM
Joined: Dec 2002
Posts: 252
T
Fjord artisan
Offline
Fjord artisan
T
Joined: Dec 2002
Posts: 252
ever thought of $appactive ? returns true or false... if mIRC is active, do this, else, well, you get the picture

#141411 13/02/06 02:46 PM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
OP Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
$appactive is not what we are looking for. $appactive simply tells you if mIRC is visible or not. If mIRC were visible, then obviously another program isn't using fullscreen. If mIRC is not visible and there is no fullscreen program running, then we don't want to stop the popups from occuring, since that's the point of the popups- to let you know when something has happened while you were doing something else.

-genius_at_work

#141412 07/03/06 09:29 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I'm backing this idea all the way \o/


What do you do at the end of the world? Are you busy? Will you save us?

Link Copied to Clipboard