mIRC Home    About    Download    Register    News    Help

Print Thread
#47057 04/09/03 08:47 AM
Joined: Dec 2002
Posts: 124
B
bloupx Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Dec 2002
Posts: 124
i can open a custom @window and then set a title for it using /renwin.. eg..

alias heh {
window @window
.renwin @window @window whatever text
}
is there any way to set the title directly when opening the @window?

#47058 04/09/03 10:11 AM
Joined: Aug 2003
Posts: 144
M
Vogon poet
Offline
Vogon poet
M
Joined: Aug 2003
Posts: 144
yes you can
Example

alias windowtest {
window @testing
renwin @testing @test
}]

#47059 04/09/03 10:18 AM
Joined: Dec 2002
Posts: 124
B
bloupx Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Dec 2002
Posts: 124
erm, by directly i mean not using /renwin

#47060 04/09/03 10:30 AM
Joined: Aug 2003
Posts: 144
M
Vogon poet
Offline
Vogon poet
M
Joined: Aug 2003
Posts: 144
I tink you are asking if ther exist identifers off that, right ?
btu that I have knowledge, no.

#47061 04/09/03 11:12 AM
Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
isin't what /titlebar @window <text> supposed to do ?

#47062 04/09/03 12:47 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
No it doesn't rename the window, it adds text infront of the window name.
alias win {
window -e @window
titlebar @window ...
}

The window's titlebar would look like:
[@] @Window ... [X]

#47063 04/09/03 01:45 PM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
The helpfile is deceivingly confusing in this area, as it tells you how to create a @window with /window, and tells how how to rename & title a @window with /renwin, but it doesn't explain how to simply give a @window a custom titlebar-- something that most people would want to do with their custom windows. This is a considerably common question, indeed.

I would suggest that /titlebar @window <topic> be added to the Custom Windows section of the help file, nearby /renwin.

- Raccoon


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
#47064 04/09/03 10:29 PM
Joined: Dec 2002
Posts: 124
B
bloupx Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Dec 2002
Posts: 124
there's the +t switch that sais something about titlebars.. but i dunno how to use it =\


Link Copied to Clipboard