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
Hi Jim and Kevin,
Please review the proposed fix:
https://javafx-jira.kenai.com/browse/RT-38628
Thanks,
- Chien
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
+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
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
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