More colors in the MARK menu.

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 282
Joined: Thu Sep 10, 2015 9:53 am
Location: Deutschland

More colors in the MARK menu.

Post by sexy96 »

I added 3 colors, is now 8.
Image

"Pink" Call("Coder::HighLight", 2, 0, "#FF55C6", 1, 0, 15) Icon()
"Blue" Call("Coder::HighLight", 2, 0, "#0F5EEB", 1, 0, 15) Icon()
"Lemon" Call("Coder::HighLight", 2, 0, "#D0FF00", 1, 0, 14) Icon()

1.Problem is that I can only display 5 at the same time, and not all 8.
2. Do you can turn on at the same time Pink and Blue or Pink and Green.

What can you do with it?
Last edited by sexy96 on Sun Feb 05, 2017 10:22 am, edited 1 time in total.

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post by opk44 »

sexy96
You have duplicated ID (last parameter in "Call")

Offline
Posts: 282
Joined: Thu Sep 10, 2015 9:53 am
Location: Deutschland

Post by sexy96 »

Image

Thanks, now it's OK.
Post Reply