mIRC Homepage
Posted By: alephresh /window switches issue introduced in 6.3 - 20/08/07 01:14 PM
Prior to version 6.3, the command
Code:
/window -dh @test
would create a hidden desktop window. In version 6.3, the 'h' flag is ignored, and the window isn't hidden.
Posted By: Horstl Re: /window switches issue introduced in 6.3 - 20/08/07 02:08 PM
agreed: /window -dh @test is behaving like /window -dn @test
You'd have to set -h after its creation to hide it:
Code:
//window -dh @test | echo -a $window(@test).state | window -h @test | echo -a $window(@test).state | window -c @test

v6.21: hidden > hidden
v6.3: minimized > hidden
Posted By: Attila Re: /window switches issue introduced in 6.3 - 20/08/07 02:24 PM
or you can do /window -dhn directly :))
Thanks for the workaround!

Still, it used to work without 'n' and it broke one of my scripts upon upgrading, so I think it's worth reporting.
Posted By: RRX Re: /window switches issue introduced in 6.3 - 20/08/07 07:09 PM
Well my scripts window navigation is broken now too.
I have a small status and channel windows dialog with a Hide All button. Until the previous mIRC version, this hided all windows initiated by the script. Now it suddenly filled the whole mIRC client area with titlebars similar to those from minimized windows.
And from that point, I can't make both window and minimized titlebar disappear anymore.

Do /window -h @bla -> there isnt any indication that newly created window is present, you have to go to the Window menu to make it appear (how it was and should be)

Now, do another /window -h @bla -> it minimizes so that titlebar below appears, instead of just hide (only visible in Window menu)
Posted By: Khaled Re: /window switches issue introduced in 6.3 - 22/08/07 11:31 AM
Thanks this has been fixed for the next version.
© mIRC Discussion Forums