B4J Question Hebrew letters not shown in b4j applications ?

derez

Expert
Licensed User
Longtime User
One of my b4j applications users has this problem of Hebrew letters:
upload_2015-11-10_18-6-52.png


Any idea how to fix it ?
The window platform is configured for Hebrew and other applications show it correctly.

Edit: When I run it from b4j, it is the same problem. The Fx scene shows the letters correctly.
 
Last edited:

derez

Expert
Licensed User
Longtime User
In fx scene builder it is defined as system font. In windows the font that is used knows hebrew.
I suspect a font problem but don't know how to find what is missing. I'll try re-installing java.
 
Upvote 0

derez

Expert
Licensed User
Longtime User
This link seems to talk about the same problem and I believe it should solve it.
Thank you sonicmayne !
I'll know only next week if it is solved.
 
Upvote 0

derez

Expert
Licensed User
Longtime User
I see that if I change the system font of a node in the fx scene builder to something else, like Arial, the problem disappears.
Does anybody know how to change the font to all nodes ?
 
Upvote 0

derez

Expert
Licensed User
Longtime User
Erel: the design is already in fx so I have to change it.
I decided to invest an hour an change all the nodes' font in the scene builder. It is working now.
Thank you.
Daestrum: I saw your solution in the net but didn't know how to implement. how do I add a css file ?
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
B4X:
MainForm.Stylesheets.Add(File.GetUri(File.DirAssets, "your_style_sheet.css"))
create the file and add to files tab
 
Upvote 0
Top