Lexikos wrote:
On my system the code I posted shows a menu with both text and background black, but I thought it might just be my system.
Here is code reproducing it:
Code:
Menu, Datei, Add, EinfgenBox1, Box1
Menu, Datei, Add, EinfgenBox2, Box2
Menu, Datei, Add,
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Add, Runde laden, round
Menu, Datei, Add,
Menu, Datei, Add, Schließen, Closeit
Menu, Datei, Add, Runde konfigurieren, roundconfig
Menu, Datei, Color, Black
Menu, File, Add, Datei, :Datei
Menu, File, Show
Box1:
Box2:
roundconfig:
round:
Closeit:
I encounter exactly this problem : "a menu with both text and background black".
How to change text color, in my case, it is in a ListView Contextmenu ?
Here is my post about it with my code needing fixing :
ListView help