Hello,
I detected something strange for me.
I Use B4J 10.3. I use the Menubar and MyMenu.CSS file attached to the MainForm. CSS comand: -fx-font-family: MaterialIcons;
I added this CHR to a Menu Text from the Icon Chooser
Text with Icon:
Dim M1 As Menu
M1.Initialize("App " & Chr(0xE161),"")
Starting the project this wrong icon is displayed: . Why? Any Idea whats wrong?
Tried also to use erels snipped Chr32(code As Int) but same result.