Page 1 of 1

More colors in the MARK menu.

Posted: Tue Dec 20, 2016 3:23 pm
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?

Posted: Tue Dec 20, 2016 5:32 pm
by opk44
sexy96
You have duplicated ID (last parameter in "Call")

Posted: Tue Dec 20, 2016 5:42 pm
by sexy96
Image

Thanks, now it's OK.