mIRC Home    About    Download    Register    News    Help

Print Thread
#41383 13/08/03 03:13 AM
Joined: May 2003
Posts: 40
N
Ameglian cow
OP Offline
Ameglian cow
N
Joined: May 2003
Posts: 40
Hi,
I didn't find a thread about that yet, but if there is an existing one I am sorry.

Problem:

I tell mirc to use for any chat window/channel window the same background (tiled *gif) I say set as default, I klick rmember... as soonas I closed mirc it is forgotten.... how can I tell mirc in a script line while loading or anything elselike that to use for all windows the same background?

Thanks in advance


gr33tz
NiGHtOwL
#41384 13/08/03 06:54 AM
Joined: Mar 2003
Posts: 437
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
Code:
/help /background

/background [-aemsgdluhcfnrtpx] [window] [filename]
Changes the background picture setting for a window. This can also be changed via a windows System Menu.

   -a = active window
   -m = main mIRC window
   -s = status window
   -g = finger window
   -d = single message window

   -e = set as default

   -cfnrtp = center, fill, normal, stretch, tile, photo

   -l = toolbar
   -u = toolbar buttons
   -h = switchbar

You can right-click in the toolbar/switchbar to pop up a menu for changing these settings. Toolbar 
buttons can use RGB Color 255,0,255 for transparency, the BMP must be of the same form as that 
in mIRC resources. It should be a 16 or 256 color BMP.

   -x = no background picture

Note: The window name should only be specified if none of the window switches are specified. 
The filename does not need to be specified if you are only changing the display method.

smile

Last edited by Hammer; 13/08/03 01:21 PM.
#41385 13/08/03 07:12 AM
Joined: May 2003
Posts: 40
N
Ameglian cow
OP Offline
Ameglian cow
N
Joined: May 2003
Posts: 40
Sorry, misunderstanding.

I can set the background like u said, "but" mirc forgets.... and I am really bored to do that each time I open mirc.

Any codeline I could force mIRC to set the background while starting.... I would like to use the same for all kinds of windoes.


gr33tz
NiGHtOwL
#41386 13/08/03 01:24 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Code:

on me:*:JOIN:#: background -t $chan filename.bmp
on *:OPEN:?:*: background -t $nick filename.bmp
on *:OPEN:=:*: background -t =$nick filename.bmp


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#41387 13/08/03 05:08 PM
Joined: May 2003
Posts: 40
N
Ameglian cow
OP Offline
Ameglian cow
N
Joined: May 2003
Posts: 40
Thank you hammer,
that works fine so far except for private windows.


gr33tz
NiGHtOwL

Link Copied to Clipboard