Bug #1769
closedChannel titlebar caption
Added by Andreas vb almost 11 years ago. Updated almost 11 years ago.
0%
Description
$channel doesn't seem to work in titlebar.
Also, can't set caption on query windows (when external, not in MDI mode, it changes its channel's).
PA Updated by Per Amundsen almost 11 years ago Actions #1
Hm, I can't replicate any issues with titles, are you using the latest beta?
Also can you post a screenshot of the problem along with your window title options?
AV Updated by Andreas vb almost 11 years ago Actions #2
on *:ACTIVE:#:/titlebar $channel $network
Only $network is working, using that in the mean time.
Variables only seem to work in script, when typing it in the inputbox it just use it literally, not as a variable.
Options:
$version - $channel $version - $network - $nick $nick!$ident@$host - $version
Always latest beta. :)
PA Updated by Per Amundsen almost 11 years ago Actions #3
Oh you are using /titlebar, in that case you need to use normal scripting identifiers like $chan :)
Also, can't set caption on query windows (when external, not in MDI mode, it changes its channel's).
Still not sure what this means ?
PA Updated by Per Amundsen almost 11 years ago Actions #4
Nbm I see what you mean, for query's you need either to add a new active event e.g on *:ACTIVE:?:/titlebar $nick
However, $nick is not set for this event, I will fix that.
PA Updated by Per Amundsen almost 11 years ago Actions #5
Try use $target instead of $nick
AV Updated by Andreas vb almost 11 years ago Actions #6
Query works when it's MDI but not on desktop, it says:
Desktop: "AdiIRC - nickname ident - version..."
MDI: "nickname - [nickname ident - version...]
The channel works now at least, with: "on *:ACTIVE:?:/titlebar $target ][ AdiIRC"
PA Updated by Per Amundsen almost 11 years ago Actions #7
I'm so confused, but the /titlebar command only changes the part before MDI, to change the other part, you use the Titlebar Options, they use different variables though.
PA Updated by Per Amundsen almost 11 years ago Actions #8
Maybe this is what you want, on :ACTIVE::/titlebar $target $network
PA Updated by Per Amundsen almost 11 years ago Actions #9
Forgot to format
on *:ACTIVE:*:/titlebar $target $network
AV Updated by Andreas vb almost 11 years ago Actions #10
This is what I would like:
MDI: channel ][ AdiIRC - [version]
Desktop: nickname ][ AdiIRC - [version]
When using on *:ACTIVE:?:/titlebar $target ][ AdiIRC
And Priv Titles: $version
I get following as title on query windows:
Desktop: AdiIRC - version
MDI: nickname ][ AdiIRC - [version]
PA Updated by Per Amundsen almost 11 years ago Actions #11
I see, very odd, this works for me with query's *:ACTIVE:?:/titlebar $target ][ AdiIRC
AV Updated by Andreas vb almost 11 years ago Actions #12
On desktop windows?
Open a query, press Ctrl+D.
Mine only says what's in options, but with AdiIRC in front, doesn't use any script.
PA Updated by Per Amundsen almost 11 years ago Actions #13
Oh now I see what you mean, unfortunately you can't change the Titlebar for "Desktop Windows" besides the Titlebar Options.
AV Updated by Andreas vb almost 11 years ago Actions #14
Can't you change the code so it's before the program name?
It's hard to know which window is which when the taskbar only says: #channel ... AdiIRC -... AdiIRC -... AdiIRC -... =/
I made a script with AHK that removes the 8 first characters with title matching, not the cleanest way, but meh.
PA Updated by Per Amundsen almost 11 years ago Actions #15
I'll see if I can make a hack for this.
PA Updated by Per Amundsen almost 11 years ago Actions #16
- Status changed from New to Resolved
- Target version set to 1.9.6
"AdiIRC - " is removed in next beta :)
PA Updated by Per Amundsen almost 11 years ago Actions #17
- Status changed from Resolved to Closed