Re: UndoFX: undo manager for JavaFX

2014-02-06 Thread Christian Schudt
Hehe, funny how every project is called *FX. Still waiting for the YetAnotherProjectFX :-) Let's see, what I could find by a quick research: ControlsFX DataFX RedFX CodeAreaFX ReactFX UndoFX ExtFX ScreenFX TestFX DrawKidFX FontAwesomeFX AquaFX PlantUMLFX GroovyFX MonologFX TiddlyWikiFX Dromb

FXML, Presentation Model & bi-directional binding

2014-01-20 Thread Christian Schudt
Hi together, I just (re-)read Richard's excellent article http://fxexperience.com/2011/10/fxml-why-it-rocks-and-the-next-phase/ He talks about "the next phase" in FXML being the Presentation Model and the use of bidirectional binding in FXML. I really like to make use of it because I think it'

Re: Will video and audio recording make it to jdk8?

2013-09-06 Thread Christian Schudt
Just recently the Camera and Microphone feature was rescheduled from Lombard to Van Ness. As well as some related issues, like radio streaming. So unfortunately, I guess no. https://javafx-jira.kenai.com/browse/RT-3458 Christian Am 06.09.2013 um 21:49 schrieb Pedro Duque Vieira: > I was unde

Re: Why is almost everything in the API final

2013-09-02 Thread Christian Schudt
I agree with that and I also recommend to have a look at "Item 17: Design and document for inheritance or else prohibit it" from Effective Java. http://uet.vnu.edu.vn/~chauttm/e-books/java/Effective.Java.2nd.Edition.May.2008.3000th.Release.pdf It explains the burden and dangers of non-final desi

Re: DateAxis..

2013-09-01 Thread Christian Schudt
Hi Pedro, I've developed one, too (with the help of Diego Cirujano). Maybe you want to get ideas from it or contribute yours. It uses java.util.Date. https://bitbucket.org/sco0ter/extfx/src/2b20deb832c2212513034d35464b73c544361c74/src/main/java/extfx/scene/chart/DateAxis.java?at=default Kind re

Re: Summary of new features in JavaFX 8?

2013-08-17 Thread Christian Schudt
Thanks for the list! Very interesting. One thing that got my attention is this issue: https://javafx-jira.kenai.com/browse/RT-23908 (Video capture support), which is resolved. If you read the comments, audio capturing is supported as well. Does that mean, that the second highest voted feature f

Re: Summary of new features in JavaFX 8?

2013-08-17 Thread Christian Schudt
What about the public Controls API? I am not sure though, because last I checked the Behavior classes were not public. Am 17.08.2013 um 06:03 schrieb Felix Bembrick: > Ah - printing... thanks! > > > On 17 August 2013 14:00, Felipe Heidrich wrote: > >> * Printing >> >> Felipe >> >> >> On

Aw: "Wrap text" backwards compatibility issue

2013-06-02 Thread Christian Schudt

NumberSpinner Control

2013-05-21 Thread Christian Schudt
Hi all, this might be interesting for you: http://myjavafx.blogspot.de/2013/05/developing-numberspinner-control.html Kind regards, Christian