mIRC Homepage
Posted By: mickael9 [6.3] tips color bug - 21/08/07 10:56 AM
Hi, when a colored message is received and a tip is shown, the color continues to apply on the next line.

Example :

Posted By: Mentality Re: [6.3] tips color bug - 21/08/07 11:03 AM
Confirmed.
Posted By: Horstl Re: [6.3] tips color bug - 21/08/07 11:05 AM
confirmed. (I suppose breaking control codes would be the appropriate behavior)
Code:
on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1-,10,$null,$null,$null,$activewid) }

workaround: add a $chr(15) aka ctrl-o
Code:
on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1- $+ $chr(15),10,$null,$null,$null,$activewid) }

Posted By: Khaled Re: [6.3] tips color bug - 21/08/07 11:30 AM
Thanks this has been fixed for the next version.
Posted By: Jigsy Re: [6.3] tips color bug - 06/06/08 01:03 AM
Sorry for dragging up an old thread, but the same problem applies if you specify color in the title.

Code:
//noop $tip($ctime,$chr(3) $+ 4Longer title $+ $chr(15) $+ :,Short message.,10)

Posted By: Khaled Re: [6.3] tips color bug - 10/06/08 04:18 PM
Thanks this issue has been fixed for the next version.
Posted By: Jigsy Re: [6.3] tips color bug - 27/07/08 09:58 PM
I think there's another bug with tip, I don't think this has been reported before. (I couldn't really search because it was being squinky. "No results found.")

Anyway, I noticed this while while playing around.

(I'm using gibberish because it seemed an easier example.)

Code:
//noop $tip($+($cid,.,$ctime),Note:,djdifdhd $+ $+($chr(2),$chr(3),4) $+ kdhisurnsklakhxcxxxaaaccccsdfsdddfkdhaitrmgb $+ $chr(15) $+ vdksnak $+ $+($chr(2),$chr(3),4) $+ fhgkisakbgjska $+ $chr(15) $+ lolangydijanskf,60)


I typed this three times and got the result below.

Posted By: Khaled Re: [6.3] tips color bug - 29/07/08 02:51 PM
Thanks this issue has been fixed for the next version.
© mIRC Discussion Forums