mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2003
Posts: 2
P
Bowl of petunias
OP Offline
Bowl of petunias
P
Joined: May 2003
Posts: 2
Hi. I've been playing around with mIRC a bit and noticed that when I set it to start as a tray icon, when it's double clicked to appear it's always a window instead of a maximized window. However, if I uncheck the start in tray option, it will always start maximized as I have it set to. To specify, I'm referring to the mIRC window itself, and not the status/channel windows. Does anyone else have this happen? I tried ditching my .ini twice and it still occurs.

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Yep, it's always done that.

Joined: Jan 2003
Posts: 14
B
Pikka bird
Offline
Pikka bird
B
Joined: Jan 2003
Posts: 14
If that really annoys you why not just script your way out of that?
Code:

  on *:start:showmirc -x


Sincerely,
babyorphan, #Lobby @ geekIRC
-------
bOS2 - IRC client
version; 1.07
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
But he want's it to start in tray...
so something like:

on *:start: %max = 1
on *:appactive: if (( $appstate == normal ) && ( %max )) { showmirc -x | unset %max }


Code:
//if ( khaled isgod ) echo yes | else echo no

Link Copied to Clipboard