|
pouncer
|
pouncer
|
wchannel=0,1022,0,590,0,1,0 wdchannel=0,1022,0,590,2,1,0
my chan windows are maximised
but i cant seem to get my query window small by default
when someone whispers me, its just a maximised query window
wquery=42,605,42,276,2,1,0
|
|
|
|
Joined: Oct 2004
Posts: 8,061
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,061 |
You know, the best way to adjust window sizes by default is to set it the way you want, then right click on the channel/query/etc. window on the channel bar and choose Position > Save. I think on older mIRC versions, there was a setting for Save as Default, but it's the same idea. This is also how you can make certain window types always open minimized rather than maximized.
|
|
|
|
pouncer
|
pouncer
|
thanks what about @windows?
can i set a default for them?
|
|
|
|
pouncer
|
pouncer
|
also i right clicked on the query window and clicked 'save defaut'
and it added
wdquery=190,649,195,314,0,1,0 wquery=190,649,195,314,1,1,0
but when someone whispers me, the query window is still maxmimised..
i want my channel windows maxmised, but not query windows, it seems mirc doesnt allow this
Last edited by pouncer; 21/09/06 10:00 PM.
|
|
|
|
Joined: Dec 2002
Posts: 1,245
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,245 |
click Save Default in that same menu
|
|
|
|
pouncer
|
pouncer
|
i did (edit my previous post)
Last edited by pouncer; 21/09/06 10:01 PM.
|
|
|
|
Joined: Dec 2002
Posts: 1,245
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,245 |
did you already have a window open to them do you already have a value saved for that nick do you have the tile option for windows set with the windows maxed for the channel(s)
get everything how you want it, restart mirc and see what you get
|
|
|
|
pouncer
|
pouncer
|
i cant get it to work unless i dont maximise (the restore down button) my channel windows.. did you already have a window open to them (nope) do you already have a value saved for that nick (nope) do you have the tile option for windows set with the windows maxed for the channel(s) (hmm how do i check this)
[windows]
main=158,768,126,634,2,1,0
scripts=5,1019,-1,734,2,0,0
status=0,1022,0,590,2,1,0
wchannel=0,1022,0,590,0,1,0
wdchannel=0,1022,0,590,2,1,0
wlist=-1,851,-1,502,0,1,0
wdquery=190,649,195,314,0,1,0
wquery=190,649,195,314,0,1,0
Last edited by pouncer; 21/09/06 10:14 PM.
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
Fjord artisan
Joined: Sep 2003
Posts: 261 |
/me bashes head into keyboard 
|
|
|
|
pouncer
|
pouncer
|
lol
this is a mirc bug then??
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
Fjord artisan
Joined: Sep 2003
Posts: 261 |
I think so, my mIRC windows have always been crazy. Even now, mine opens minimized and when I click on it on my taskbar it's this tiny 1 inch by 5 inch minimized window on my desktop. Every time I have to maximize it. Course it could probably be a setting. I've messed with the settings in the past and it never would save what I changed so I just grew to like it.
In my settings file:
[windows] main=0,739,0,274,1,1,0
Has always been set. First number I would guess is the start point at the left of the screen ie the: x. I know the second number is the resolution width from the left to the right (the: w). Next is the y start from top. after that is the height, the h.
So:
x=0 w=739 y=0 h=274
--------------Edit------------- 3rd number from the right is the status of the Maximized/Minimized/Taskminimized.
0=Minimized on desktop 1=Minimized to Taskbar 2=Maximized full screen
As for the last 2 digits, I haven't a clue.
Last edited by Scorpwanna; 22/09/06 01:14 AM.
|
|
|
|
Joined: Oct 2004
Posts: 8,061
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,061 |
It may be best to right click and do Reset All if you're having issues.
Then, minimize any query window and right click and choose Position > Save Default. Make sure that you don't maximize it in the process of saving the default setting. For channels, make sure one is open and maximized, then save it as default with it maximized.
I have no problem with query windows automatically minimized and channel windows maximized by default. Keep in mind that if you double click someone's nick, the query window won't appear minimized... only when the window is created by an incoming message.
|
|
|
|
Joined: Sep 2005
Posts: 2,630
Hoopy frood
|
Hoopy frood
Joined: Sep 2005
Posts: 2,630 |
No, it's the way MDI in windows works. If one window is maximized, they all are. Best you can do is this:
on *:active:*:{
if ($query($active)) { window -r $+(",$active,") }
else { window -x $+(",$active,") }
}
If you think it's a bug, complain to Microsoft :tongue:
|
|
|
|
pouncer
|
pouncer
|
hmm what is that code supposed to do?
when i whisper someone r if someoe whispers me, its still maximised
|
|
|
|
Joined: Sep 2005
Posts: 2,630
Hoopy frood
|
Hoopy frood
Joined: Sep 2005
Posts: 2,630 |
You have to activate the window.
|
|
|
|
|