mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 46
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Jan 2004
Posts: 46
I am trying to be able to put in a script, the ability to MAXimise the windowset. I have been in the help file and most of the switches work, except -x for maximise does not.

/showmirc -x does nothing for me, not even manually entering it. What do you do to maximise the window(s) without having to dbl-click tham all the time at startup?

Joined: Jan 2004
Posts: 46
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Jan 2004
Posts: 46
ahhhh,screw it!!!

I made a work-around, I'll share for anyone looking. This does what I wanted. Maximises, leaving the status window.
Code:
  
on *:START: /timer 1 2 /window -x @# | /timer 1 4 /window -c @# 


Aside from just talking to myself, I hope this helps someone else too wink

Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
You want to have the Status Window maximized when you open mIRC?

Just right click a status window button, click "Maximize", go to "Position" and click "Save".

If you want to maximize the Status Window programmatically: /window -x "status window"

Greets


Gone.
Joined: Jan 2004
Posts: 46
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Jan 2004
Posts: 46
Yep, both of those work too. Thanks.


Link Copied to Clipboard