derez Expert Licensed User Longtime User Nov 23, 2013 #1 When I insert names of files or directories into a list I get for Hebrew names last-to-first order of letters. It does not happen when I use file chooser. Can I correct it by adding some code or it is a bug ?
When I insert names of files or directories into a list I get for Hebrew names last-to-first order of letters. It does not happen when I use file chooser. Can I correct it by adding some code or it is a bug ?
Erel B4X founder Staff member Licensed User Longtime User Nov 24, 2013 #2 It is a limitation of JavaFX: http://stackoverflow.com/questions/9910890/javafx-2-0-arabic-text-incorrect-order I believe that it will be fixed in Java 8. Upvote 0
It is a limitation of JavaFX: http://stackoverflow.com/questions/9910890/javafx-2-0-arabic-text-incorrect-order I believe that it will be fixed in Java 8.
derez Expert Licensed User Longtime User Nov 24, 2013 #3 Thanks. I overcame by creating a reversing sub for the diaplay. Upvote 0