Author Topic: modemacro status bar stylization  (Read 1357 times)

0 Members and 1 Guest are viewing this topic.

dubb

  • Swamp Rat
  • Posts: 1105
modemacro status bar stylization
« on: January 20, 2017, 03:49:02 PM »
Is there a way to add colors or change the way things look within the modemacro status bar? It looks very plain at the moment.

This is all I got so far.
Code: [Select]
(setvar "modemacro" (strcase(strcat "Textstyle:" (getvar "textstyle")"  Dimstyle:"(getvar "dimstyle"))))

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: modemacro status bar stylization
« Reply #1 on: January 20, 2017, 04:10:43 PM »
You can look at special Unicode characters liven things up.
Code: [Select]
(setvar 'modemacro "\U+25A0 \U+25BA")

dubb

  • Swamp Rat
  • Posts: 1105
Re: modemacro status bar stylization
« Reply #2 on: January 20, 2017, 06:24:20 PM »
HAHA, Ok will try. There are a zillion of unicode chars! Thanks.