|
Zeius Novice
Joined: 02 Nov 2006 Posts: 35 Location: Italy
|
Posted: Sat Apr 28, 2007 2:42 pm
[1.30] status bar and colors |
cMUD does not color my status bar strings (using %ansi)
zMUD successfully can :/ |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Apr 28, 2007 4:24 pm |
I can't duplicate this, but there seems to be a related bug of sorts. %ansi(red) also turns the statusbar background to black, when it probably shouldn't be messing with the background color at all.
I'm probably all buggied up, though, as it's been a while since I did a fresh install. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Sun Apr 29, 2007 4:48 am |
Ah, this IS interesting...
%ansi( "red", "grey")test bar
Works like a charm. Note the use of quotes. The first color is the foreground the second color is the background.
%ansi(red,grey) also works but Note the lack of spaces.
What is really odd is when you do just %ansi(red) or %ansi( "red") that it changes the background to black. |
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Sun Apr 29, 2007 4:50 am |
This also brought to my attention the fact that <color> tags no longer work in the status bar.
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
Zeius Novice
Joined: 02 Nov 2006 Posts: 35 Location: Italy
|
Posted: Sun Apr 29, 2007 10:33 am |
yes, cutting balck spaces in ansi make it to work correctly, also I need to tell the background color every time, or it paint black
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Apr 30, 2007 5:55 pm |
Yep, these are all known problems with the color changes in v1.30 and should be fixed in the next version.
|
|
|
|
|
|