mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 9
L
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Dec 2002
Posts: 9
ok, I got no idea if this is possible, thought I made a script that add a dialog window at the top of teh status window and made it as width as I can with the Status window maximized. Then, I start up my script on :Start: and it doesn't get show completly until I maximize the Status window.

My question is quite simple. Is it possible to Maximize the Status window at start up :

On *:Start: {
/window -x Status window ;this wont work. but that's what I wanna do.
}

thank you all for your help. smile

LewisSharp


LewisSharp
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
Actually, I know dozens of people who use that very script... including myself. (The maximize on start part, anyway. I think this ought to be an standard option/default in mIRC.)

The only thing is, you need to put quotes around "Status Window" whenever using it in /window or $window.

Enjoy. cool


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
Maximize your status window, click on the status window icon in the top left, goto Position -> Save Default.


- Jason
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
btw, there is no need for quotes in identifiers since they separate parameters by commas and not spaces..


Last edited by ScatMan; 25/06/03 01:20 AM.
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
If you use the /window command and are referring to the status window, it is imperitive you use "Status Window" not just status window. The latter will whink just Status is the window name.


-KingTomato
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
Quote:
btw, there is no need for quotes in identifiers since they separate parameters by commas and not spaces..


Last edited by ScatMan; 25/06/03 01:51 AM.

Link Copied to Clipboard