hg: openjfx/8u-dev/rt: RT-36449: [WebView] URLLoader throws an exception on 401 HTTP error with no body

2014-09-21 Thread anton . tarasov
Changeset: 64d2b6d3a2a3 Author:ant Date: 2014-09-22 10:53 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/64d2b6d3a2a3 RT-36449: [WebView] URLLoader throws an exception on 401 HTTP error with no body Reviewed-by: kcr, lepopov ! modules/web/src/main/java/com/sun/webkit/

Re: Calendar week view

2014-09-21 Thread Jonathan Giles
Looks good. You might also be interested in collaborating with the JFXtras projects - Tom Eugelink has an Agenda control that works in a similar fashion. Here's a blog post I just googled (from late 2012): http://tbeernot.wordpress.com/2012/10/18/writing-google-calendar-in-javafx/ -- Jonathan

Calendar week view

2014-09-21 Thread Christian
Hi all, besides creating jira issues and asking stupid questions I actually use javafx :) For my project I needed a week view for a calendar. The implementation is heavily based on css and a 2 gridviews with a scrollable. The code is far from beautiful but maybe it is starting point for some

Re: Separating observable data structures out into a separate library?

2014-09-21 Thread Tom Schindl
There is a java6 compatible version available as part of javafx-ports Tom Von meinem iPhone gesendet > Am 21.09.2014 um 15:06 schrieb Mike Hearn : > > Observable data structures are a useful and general abstraction, which > JavaFX deploys to great effect. Combined with the mirroring techniques

Separating observable data structures out into a separate library?

2014-09-21 Thread Mike Hearn
Observable data structures are a useful and general abstraction, which JavaFX deploys to great effect. Combined with the mirroring techniques I posted about a few months ago I found them to be a good way of combining background work and network-updated state with GUI apps. For this reason, they'd