mIRC Home    About    Download    Register    News    Help

Print Thread
#58576 31/10/03 11:09 AM
Joined: Jan 2003
Posts: 109
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Jan 2003
Posts: 109
Hi

Is it possible to make the title text of a window display in the switchbar window button? I can only get it to show the name of the window itself...

Thanks in advance.

#58577 02/11/03 02:38 PM
O
oSaYaP
oSaYaP
O
Try this: if your window name is "@hello"
put /titlebar @hello "Title you want show"

#58578 03/11/03 09:23 PM
Joined: Feb 2003
Posts: 806
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 806
This would be nice, but you can't. I've been wanting to do this too. Perhaps you should suggest this feature in the Feature Suggestions forum.

For now, I use the chr 160 in the window name, which is a non-breaking space in most low-ASCII fonts.
Code:
var %@ = $+(@name,$chr(160),with,$chr(160),spaces)
window %@ ...
...
The window above would display "@name with spaces" in the switchbar.

#58579 03/11/03 11:14 PM
Joined: Jan 2003
Posts: 109
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Jan 2003
Posts: 109
thanks for the ideas - will have a look at them as a workaround and will suggest it as a new feature as well - cheers!


Link Copied to Clipboard