mIRC Home    About    Download    Register    News    Help

Print Thread
#181138 18/07/07 04:10 PM
Joined: Jul 2006
Posts: 248
B
bwuser Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Jul 2006
Posts: 248
I enabled always in tray, start mirc minimized to tray, animate try. This works quite well.

But after I did double click mirc it opens only in small mode. I need to press the maximize button.

Is it possible to store this setting?

Joined: Jul 2007
Posts: 9
J
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
J
Joined: Jul 2007
Posts: 9
presuming your using windows, irght click icon => Run (Min, Max,Norm)

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
There's no setting to do it as far as I know. But a simple script should work fine:

Code:
on *:start:hmake justrun

on *:appactive:{
  if ($hget(justrun)) {
    hfree justrun
    showmirc -x
  }
}


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Jul 2006
Posts: 248
B
bwuser Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Jul 2006
Posts: 248
Slightly related to this, what's the command to maximize a chat window? I would like to run it onstart, so that I don't have to press the maximize button to get the chat windows to use the full mirc screen.

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Maximise a channel window, right click its button in the switchbar (or treebar) and go to Position > Save.


Mentality/Chris
Joined: Jul 2006
Posts: 248
B
bwuser Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Jul 2006
Posts: 248
Great smile Wonderful how you can learn about an app even after using it for YEARS.

PS: how to set the default width for the nicklist?


Link Copied to Clipboard