Re: Calendar week view

2014-09-22 Thread Christian
Cool. thanks for the link. If I just had that one before ;) Will check it out during the next days. On 09/22/2014 05:30 AM, Jonathan Giles wrote: Looks good. You might also be interested in collaborating with the JFXtras projects - Tom Eugelink has an Agenda control that works in a similar fashi

[8u26] Code Review Request For RT-38628: BoxBlur effect leads to runtime exception in embedded JavaFX

2014-09-22 Thread Chien Yang
Hi Jim and Kevin, Please review the proposed fix: https://javafx-jira.kenai.com/browse/RT-38628 Thanks, - Chien

8u-dev unlocked following this week's sanity testing

2014-09-22 Thread Kevin Rushforth

Re: ACTION NEEDED: subscribe to new openjfx-changes mailing list to receive hg commit notifications

2014-09-22 Thread Kevin Rushforth
The new mailing list is now ready to go, and I expect that future commit messages will go to the new list. I just sent an initial test message to the new openjfx-changes mailing list. If you are on that list, you should receive it within the next few minutes (probably before you see this messa

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Kevin Rushforth
+1 on this suggestion. -- Kevin Daniel Fuchs wrote: Hi, I don't recommend using sun.* proprietary APIs. The safest way to suppress the logger output would be to switch it off in a logging.properties file. -Djava.util.logging.config.file= and inside: .level = OFF best regards, -- daniel

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Werner Lehmann
Hi Daniel, actually, as it turns out that code did not even compile with javac 8u11: [mint.javac] [...] error: package sun.util.logging.PlatformLogger does not exist [mint.javac] com.sun.javafx.binding.Logging.getLogger().setLevel(sun.util.logging.PlatformLogger.Level.OFF); Eclipse's JDT

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Daniel Fuchs
Hi, I don't recommend using sun.* proprietary APIs. The safest way to suppress the logger output would be to switch it off in a logging.properties file. -Djava.util.logging.config.file= and inside: .level = OFF best regards, -- daniel On 22/09/14 05:30, openjfx-dev-requ...@openjdk.java.net