home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2001 August
/
APC_Aug2001_CD2.iso
/
features
/
web_dev
/
files
/
mwjpp516.exe
/
%MAINDIR%
/
Tools
/
Panels
/
showHideOutput.script
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-19
|
336 b
|
18 lines
!!Script
/**
@Tool: showHideOutput~togles the visibility of the output panel.
Running this script is the same as choosing the View/Output Panel
menu item.
@EndTool:
@Summary: showHideOutput~togles the visibility of the output panel
*/
function DoCommand()
{
Application.sendCommand(null, 0x9D03);
}
!!/Script