B4J Question Chr shows wrong Icon

Guenter Becker

Active Member
Licensed User
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
B4J_HnbnH64ZH4.png

Text with Icon:
Dim M1 As Menu
M1.Initialize("App " & Chr(0xE161),"")
Starting the project this wrong icon is displayed:
java_vqIQ1Ic8sl.png
. Why? Any Idea whats wrong?
Tried also to use erels snipped Chr32(code As Int) but same result.
 
Last edited:
Top