Re: Enhancements for JavaFX 18

2021-08-09 Thread Abu Abdullah
I would really like to see opus codec support for the media playback On Fri, 30 Jul 2021, 4:59 pm Kevin Rushforth, wrote: > Now that JavaFX 17 is in RDP2, we can turn more attention to bug fixes > and enhancement requests for JavaFX 18. It's the summer, so there may be > delays as some people ar

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-29 Thread Abu Abdullah
On Fri, May 29, 2020 at 4:47 PM Philip Race wrote: > > > > On 5/29/20, 5:38 AM, Kevin Rushforth wrote: > > > >> CoreText note: Client requested name ".ArabicUIText-Regular", it will > >> get Times-Roman rather than the intended font. All system UI font > >> access should be through proper APIs suc

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-29 Thread Abu Abdullah
On Fri, May 29, 2020 at 5:00 PM Philip Race wrote: > > From https://jdk.java.net/15/ ? Yes

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-29 Thread Abu Abdullah
On Fri, May 29, 2020 at 4:42 PM Philip Race wrote: > > The interesting thing about you seeing : > > I can see in the console this message: > CoreText note: Client requested name ".ArabicUIText-Regular", it will > get Times-Roman rather than the intended font. All system UI font > access should be

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-29 Thread Abu Abdullah
> What JDK are you running? This looks like it is caused by > https://bugs.openjdk.java.net/browse/JDK-8244621 which affects JDKs > built with Xcode 11 / MacOSX SDK 10.15. openjdk version "15-ea" 2020-09-15 OpenJDK Runtime Environment (build 15-ea+24-1168) OpenJDK 64-Bit Server VM (build 15-ea+24-

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-28 Thread Abu Abdullah
On Fri, May 29, 2020 at 9:46 AM Philip Race wrote: > > Ok. you said in the first post : > > im using jfx 15-ea-5 on MacOS 10.15.3 > > Where did you get that build ? from maven org.openjfx javafx-controls 15-ea+5 mac

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-28 Thread Abu Abdullah
On Fri, May 29, 2020 at 1:21 AM Philip Race wrote: > > Looks like this is not a Catalina problem. It is a regression in openjfx 14 > on macOS. > And it is caused by https://bugs.openjdk.java.net/browse/JDK-8234916 I can see in the console this message: CoreText note: Client requested name ".Arab

Re: Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-27 Thread Abu Abdullah
On Wed, May 27, 2020 at 7:53 PM Philip Race wrote: > > Is Latin displaying correctly for you ? yes, the GUI contains just few words in English which seems to be OK > I can't see anything at all in that screen shot that looks likely to be > correct, > but I also don't know if it is supposed to be

Arabic letters are not displayed correctly in MacOS 10.15.3

2020-05-27 Thread Abu Abdullah
Hi, i have started testing my app using Javafx on MacOS 10.15.3 and arabic letters are not displayed correctly. only title bar is correct. the rest are just random characters (not arabic). please have a look at the snapshot: https://ibb.co/Yk6m3Pj im using jfx 15-ea-5 on MacOS 10.15.3 normal swi

Re: Planning for JavaFX.next

2016-12-09 Thread Abu Abdullah
- RTSP support for MediaPlayer - expose gstreamer API for public that allows you to build the pipeline yourself

Re: Javafxpackager and splash screen

2014-04-18 Thread Abu Abdullah
On Fri, Apr 18, 2014 at 6:00 PM, Danno Ferrin wrote: > Currently the launcher used by the packager does not support ally he flags > that the command line java launcher does. One of these is the splash screen > option, so you won’t be able to do this with the current Java 8 code. The > Inifini

Fwd: Javafxpackager and splash screen

2014-04-18 Thread Abu Abdullah
Hi, I have used javafxpackager to create an app but the splash screen is not working. info.plist does not contain any splash option. Is it supported. I'm using jdk 1.8.0, I have tried to do it manually e.g. JVMOptions -splash:$APP_ROOT/Contents/Java/images/logo.png i tried even the