Re: Testing your JavaFX applications on JDK 9

2017-01-14 Thread Rahman USTA
s.openjdk.java.net/browse/JDK-8092861 > [2] http://mail.openjdk.java.net/pipermail/openjfx-dev/2015- > January/016496.html > > > > Rahman USTA wrote: > > Hello Kevin, > > I try to run AsciidocFX with latest JDK 9 EA. AsciidocFX uses FXForm2 > project and while building

Re: Testing your JavaFX applications on JDK 9

2017-01-14 Thread Rahman USTA
; > Thank you. > > -- Kevin > > [1] http://openjdk.java.net/projects/jdk9/ > [2] https://jdk9.java.net/download/ > [3] http://bugreport.java.com/ > [4] jigsaw-...@openjdk.java.net > > -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Detection Cut Operation in JavaFX System Clipboard

2016-10-10 Thread Rahman USTA
Hello, Clipboard.getSystemClipboard() gives me files that are cut or copied from filesystem. So, How can I determine whether it is a cut or copy operation ? Thanks. -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

NullPointerException in LabeledSkinBase

2016-08-23 Thread Rahman USTA
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191) at java.lang.Thread.run(Thread.java:745) Thanks -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Deprecated JavaFX Internal APIs

2016-08-19 Thread Rahman USTA
Hello; OpenJDK publishes JDK Internal APIs and Java 9 changes here https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool Is it possible to update this document with JavaFX row ? or is there any wiki for JavaFX like that? Thanks. -- Rahman USTA Istanbul JUG https

Re: Memory leaks on Linux with hardware renderer

2016-07-21 Thread Rahman USTA
(besides >> using the >> software pipe, which obviously has it's own disadvantages). >> >> >> For reference, I'm using Debian (testing, updated today), >> kernel version >> 4.6.2, Intel HD4000 GPU, Intel driver version 2.99.917 (kms >> driver), >> OpenJDK version 1.8.0_91-8u91-b14-3-b14 (behavior is identical >> on Oracle >> version). >> >> If there is any other information needed please let me know. >> If this is a >> known issue I apologize, but I have tried searching and didn't >> find any >> reports of such behavior. >> >> Thank you. >> >> >> -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Re: JFX as an OSGi service?

2016-02-21 Thread Rahman USTA
Hi Stephen; Thanks for the documentationing it. 21 Şub 2016 21:23 tarihinde "Stephen Winnall" yazdı: > I’ve now got a subclass of javafx.application.Application that runs as an > OSGi service and references other OSGi services under Java 8SE. I’ve tried > to document it on Github (see https://g

New annotation suggestion @WebkitCall

2015-12-16 Thread Rahman USTA
/b0c4d94e7cad95bb8aa6d6da8feb50a1c8236bab/src/main/java/com/kodcu/component/WebkitCall.java What do you think? Thanks -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Re: Why there is no WebWorker like mechanism for JavaFX

2015-12-08 Thread Rahman USTA
o execute JavaScript code without DOM and JavaFX you can use > the Nashorn JS Virtual machine, which is included in Java 8. I guess the > Nashorn documentation also has examples how it's used with the Java > scripting API. > On Dec 8, 2015 1:50 PM, "Rahman USTA" wrote:

Why there is no WebWorker like mechanism for JavaFX

2015-12-08 Thread Rahman USTA
s not accessing DOM API? Thanks. -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Re: Where to sign up for bug tracker

2015-12-04 Thread Rahman USTA
ation. > > -- Kevin > > > Rahman USTA wrote: > > Hey Kevin; > > I filed the bug, where will I follow the review process ? JI-9027150 > > Thanks. > > 2015-12-03 16:09 GMT+02:00 Rahman USTA : > >> Thank you Kevin, it is a bit tiresome but ok, I filed the

Re: Where to sign up for bug tracker

2015-12-04 Thread Rahman USTA
a JDK issue is > created for your report, this same URL will redirect you to the appropriate > JDK issue. > For more information, please refer to this page: > https://wiki.openjdk.java.net/display/general/JBS+Overview > > Kind regards, > Anthony > > 2015-12-04 10:58

Re: Where to sign up for bug tracker

2015-12-04 Thread Rahman USTA
Hey Kevin; I filed the bug, where will I follow the review process ? JI-9027150 Thanks. 2015-12-03 16:09 GMT+02:00 Rahman USTA : > Thank you Kevin, it is a bit tiresome but ok, I filed the bug. > > 2015-12-03 15:54 GMT+02:00 Kevin Rushforth : > >> See the OpenJFX Wiki [1] for

Re: Where to sign up for bug tracker

2015-12-03 Thread Rahman USTA
i.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report > [2] http://bugs.java.com/ > > > > Rahman USTA wrote: > >> Hi; >> >> I want to file a bug on https://id.openjdk.java.net/console/login , but >> how >> wifll I create an account for bug track

Where to sign up for bug tracker

2015-12-03 Thread Rahman USTA
Hi; I want to file a bug on https://id.openjdk.java.net/console/login , but how wifll I create an account for bug tracker ? Thanks. -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Accessing JavaFX's StageHelper and ContextMenuContent in Jigsaw

2015-11-06 Thread Rahman USTA
ion focus-out, but when an JavaFX Alert is shown, it acts as focus-out, to avoid this circumstances I'm using StageHelper Code <https://github.com/asciidocfx/AsciidocFX/blob/master/src/main/java/com/kodcu/controller/ApplicationController.java#L1037-L1043> How can I these needs with Jig

Re: Process manager already initialized: can't fully enable headless mode

2015-10-15 Thread Rahman USTA
Is it a bug ? or what? Could someone help me for this issue? Thanks. 2015-10-06 22:27 GMT+03:00 Rahman USTA : > Hello; > > Some of Mac users are facing with following problem. What can be the > reason? Thanks. > > Hello I have > > Software OS X 10.8.5 (12F2560) >

Process manager already initialized: can't fully enable headless mode

2015-10-06 Thread Rahman USTA
Hello; Some of Mac users are facing with following problem. What can be the reason? Thanks. Hello I have Software OS X 10.8.5 (12F2560) Java 8 U 60 I just have installed the AsciidocFX v1.3.8 for Mac When I open/execute the program I can see the main window just one second and it crash, the app

Re: HostServices on Linux Ubuntu 14.04 trusty

2015-09-26 Thread Rahman USTA
I have similar issue. When using host services to show document in directory services, in Linux environment it shows documents in Web browser, not in directory service. Thanks 26 Eyl 2015 11:47 tarihinde "John Maton" yazdı: > Good morning all, > I am using getHostServices().showDocument to displ

Re: Linux HiDPI support

2015-09-23 Thread Rahman USTA
...jim > > > On 9/23/15 8:02 AM, Rahman USTA wrote: > >> Does JavaFX supports HiDPI on Linux platforms? >> >> Thanks. >> >> -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Linux HiDPI support

2015-09-23 Thread Rahman USTA
Does JavaFX supports HiDPI on Linux platforms? Thanks. -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Re: Another JavaFX Application Thread

2015-08-06 Thread Rahman USTA
Jens Kapitza : > Am Donnerstag, 6. August 2015, 14:00:27 schrieb Rahman USTA: > > @Mike > > > > JRuby brings me ~ +30 MB. I tried to use Nashorn also but it is so slow. > > I'm thinking to continue with WebView. > > > > The question is why there is HTML 5

Re: Another JavaFX Application Thread

2015-08-06 Thread Rahman USTA
d? That way, no webview is needed and it can all be done > in the background. > -- Rahman USTA Istanbul JUG https://github.com/rahmanusta <http://www.kodcu.com/>

Another JavaFX Application Thread

2015-08-06 Thread Rahman USTA
rsion takes long time. I think there must be a hack or something to handle that scenario. I thought to use HTML 5 Web Worker in WebView, but it will brings me more complexity in JavaScript side. I need a solution in Java FX side. Thanks. -- Rahman USTA Istanbul JUG https://github.com/