mIRC Home    About    Download    Register    News    Help

Print Thread
#123420 23/06/05 03:30 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
is there a way to halt mirc display text in mdi window titlebar like channel titlebar without using dll.. thanks..

#123421 23/06/05 04:24 AM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
did you try /titlebar
that will clear the MDI (main mIRC frame) if there is text there (will NOT remove mIRC)

#123422 23/06/05 04:33 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
i don't want mirc to display text in channel/status/query titlebar.. is there a way? without using dll of kos

#123423 23/06/05 07:43 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
using /titlebar add a string with a hidden char (depending on what font you use in the titlebar) i did this a while back, and it clears everything

#123424 24/06/05 02:59 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
i want mirc to stop update status/channel/query titlebar when any event occur.. so my titlebar completely blank.. i use dll to set main mirc title and i dont want channel/query/status to have any info on the titlebar.. i hope this clear everything.. tq and sorry for my english...

#123425 24/06/05 06:13 AM
Joined: Aug 2004
Posts: 423
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Aug 2004
Posts: 423
Quote:
i want mirc to stop update status/channel/query titlebar when any event occur.. so my titlebar completely blank..


the thing about that is mirc wil always update and revert back to default whenever a event is triggered or when mirc is refreshed.. a .dll is the only way to do it. what you want i mean

#123426 24/06/05 08:11 AM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
No it isn't, i explained in my last post, obviously 'mIRC' will stay there, but you can get rid of the rest using /titlebar and a long string of hidden chars from your font, all you need to do is put it on a timer, i've done this already. mad

#123427 24/06/05 08:25 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Dont boast about it, show how to do it, that way the request well be filled.

#123428 24/06/05 05:26 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
I showed how to do it twice.
/titlebar $str($chr()) i don't know what font it is, so i didn't put the number of the character and you can choose your string length
and like i said, bung it on a timer

#123429 24/06/05 07:17 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Some font using some character on some timer.
Is that your name or d.o.c?

#123430 24/06/05 10:53 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
That doesn't help one bit unless the original poster feels like trying out all 255 characters.


New username: hixxy
#123431 25/06/05 10:11 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
chr 160 works fine.. tq guys..

#123432 25/06/05 10:13 AM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
eh? christ people, i'm telling you how simple it is, all you need to do is /run charmap find your font, the blank char is the one that doesn't appear in the box, it takes all of ummmm a minute?

for me is was $chr(255) i don't know why you and Dave effing C make it sound like it's complicated, it's not!

alias title { /titlebar $str($chr(255),1000) }

that's what i did, it was on a 1 second timer and it worked, what more can i add?

and if you don't believe me, i'll gladly show a screenshot mad

#123433 26/06/05 12:20 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Well we all stand in ore of your mightness.

Even tho your solution does not take into account the fact that mirc updates the 99% of the windows which are wanted to be cleared (mdi was only one) on its own regardless of what you place in them.
And even tho your really just talking about placing hardspaces into the MDI titlebar, not some magic control code.
And even tho your alias doesnt work.

I send you 1000 number 1 badges
//msg Mary_Juana $str(1,1000)
* String too long: $str

oh well guess you dont get sent them.

#123434 26/06/05 12:24 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Oh, well neither chr 32 (normal space) or 160 (fake/hard) space work here, so I naturally assumed you were talking about some kind of "special" character.


New username: hixxy
#123435 26/06/05 12:53 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
That's because you put it on a timer duh!
And don't sit there and patronize people, you might might think you're a genius at everything, but there's no need to come the high and mighty with people, i've seen you do this in so many of your posts that it really pisses me off, several people have private messaged me over some of your comments. Oh well *shrug*


Link Copied to Clipboard