Re: Huge JavaFX performance drop in Debian Jessie

2015-12-22 Thread Jens Kapitza
Hi @all, i had just a quick look at the stack trace may be you can make your app perform better with setting javafx.animation.pulse. i have never used this by my own. (but may be you can slow down the pulse of repainting) there are much more options for debug and testing [1,2] On Linux maybe

Re: MediaView does not play video on Ubuntu

2015-12-17 Thread Jens Kapitza
Hi, are the -extra codecs installed? http://askubuntu.com/questions/214421/how-to-install-the-mpeg-4-aac-dec oder-and-the-h-264-decoder Für Ubuntu 15.10 könnte das hier helfen?!: sudo apt-get install libavcodec-extra libavcodec-ffmpeg-extra56 libav-tools ffmpeg Am Donnerstag, den

Re: Another JavaFX Application Thread

2015-08-06 Thread Jens Kapitza
}); } }); this would be better to avoid freeze. replace is just for illustrate the problem. -- Jens Kapitza p.s. sorry for my bad english

Re: Another JavaFX Application Thread

2015-08-06 Thread Jens Kapitza
(editorValue,docbookOptions))); } ); return new ConverterResult(future); you should check if future is present change your method an provide a consumer to call on completion an do not return the result (would be better) -- Jens Kapitza

Re: Camera Access

2015-08-05 Thread Jens Kapitza
on this? Why not like this? https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-javafx feels a bit like JDBC, is there a chance to access webkit API (and use the internel API?) Regards, Scott Jens Kapitza

Re: Building Openjfx on Centos 6.6

2015-01-01 Thread Jens Kapitza
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 @ubuntu:~/work/rt/build/armv6hf-sdk/rt$ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 12.04.5 LTS Release:12.04 Codename:precise On Tue, Dec 30, 2014 at 6:40 AM, Jens Kapitza j.kapi...@schwarze-allianz.de

Re: Building Openjfx on Centos 6.6

2015-01-01 Thread Jens Kapitza
packages. (i do not know if there is a ARM version) (for Rasbian PI) Both works. -- Jens Kapitza Nick On Tue, Dec 30, 2014 at 6:40 AM, Jens Kapitza j.kapi...@schwarze-allianz.de mailto:j.kapi...@schwarze-allianz.de wrote: Hi Nick, i've read you found a solution, i had the same

Re: Building Openjfx on Centos 6.6

2014-12-30 Thread Jens Kapitza
below /usr/lib -- Jens Kapitza Am 29.12.2014 um 01:35 schrieb Nick Pratt: Does anyone have any tips on getting Openjfx (latest source as of 2014-12-28 19:00 EST) to build on a Centos 6.6 box? Im following the wiki for Linux builds and grabbed Gradle 1.8 (does the latest 2.2 work?) but Im failing