Difference between revisions of "Background"

From Scriptwiki
Jump to: navigation, search
m (Category)
m (Hiding the fact there was any fingering going on around here.)
Line 1: Line 1:
 
This command sets an image as a background for a given window
 
This command sets an image as a background for a given window
  
  /background [-abemsgdluhcfnrtpx] [window] [image path]
+
  /background [-abemsdluhcfnrtpx] [window] [image path]
  
 
* Switches
 
* Switches
Line 8: Line 8:
 
*** -m specifies the "main mIRC window" - the parent window which encompasses all of the channel and custom windows
 
*** -m specifies the "main mIRC window" - the parent window which encompasses all of the channel and custom windows
 
*** -s specifies the status window for the active network
 
*** -s specifies the status window for the active network
*** -g specifies the finger window
 
 
*** -d specifies a single message window
 
*** -d specifies a single message window
 
*** -l specifies a toolbar
 
*** -l specifies a toolbar

Revision as of 01:22, 23 June 2013

This command sets an image as a background for a given window

/background [-abemsdluhcfnrtpx] [window] [image path]
  • Switches
    • Target Specifiers
      • -a specifies the active window
      • -m specifies the "main mIRC window" - the parent window which encompasses all of the channel and custom windows
      • -s specifies the status window for the active network
      • -d specifies a single message window
      • -l specifies a toolbar
      • -u specifies a button on a toolbar
      • -h specifies the switchbar
      • -b specifies the treebar
    • Options
      • -e sets the image as the default image for all windows of this type
      • -x removes the background image
  • Window is the window name which you would like to edit the background image for, if you did not specify the window via a switch
  • Image path is the path to the image you wish to set as the background

Examples

background -s C:\Images\Status_Background.bmp
background -ea C:\Images\Channel_Background.bmp 
background #help.script C:\Images\Help_Background.bmp

See Also