|
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Wed Oct 06, 2010 9:05 pm
[3.30] #CO causes mxp links on same line to shrink. |
I wanted some chat lines to be quickly visible today while semi afk so I added a trigger for a few different names. The name are coded server side as MXP links. When the trigger fires on lines containing these links the script is simple.
The text for the mxp link is displayed smaller than before the color trigger fires. If I add a blink in there however the text is the correct size.
To reproduce:
1. Open untitled session
2. Add the following trigger:
Code: |
<trigger priority="10" id="1">
<pattern>test</pattern>
<value>#co bold,red</value>
</trigger>
|
3. Disable triggers and enter the following on your command line:
Code: |
#MXP This is a <send>test</send> |
4. Now enable triggers and enter the same #MXP command again. the second test link should be smaller than the original test link. Also at this point there are some stray color pixels that appear around the link on my screen.
5. Now change the trigger to this:
Code: |
<trigger priority="10" id="1">
<pattern>test</pattern>
<value>#co bold,blink,red</value>
</trigger>
|
6. Enter the same #MXP command again. At this point the test link returns to the proper size but the last t in test does not blink on my screen.
Kind of a small bug but a bug all the same. |
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Oct 07, 2010 3:56 pm |
You may want to check your video drivers. I just tested it on my laptop (win xp) and everything was fine. I'll try it on my Win 7 PC later.
|
|
_________________ Asati di tempari! |
|
|
|
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Fri Oct 08, 2010 2:39 pm |
I got to thinking about this and remembered a similar problem that arose several months ago for me. It seems the problem was that my Default Session font and the front size for URL's were different. It seems as long as the links are coming from the mud untouched there is no problem if the sizes of the two are different, but if you try to color the line the link is on or something like that, the link takes on whatever properties you have set for URL's.
It seems when I did a fresh install a few weeks ago, I didn't set URL's to match my default session and haven't been on a mud with MXP since then. Anyway all fixed now. |
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
|
|
|