Re: Event Filtering

2015-02-06 Thread Scott Palmer
> On Feb 6, 2015, at 8:21 PM, Tomas Mikula wrote: > >> On Fri, Feb 6, 2015 at 7:33 PM, Scott Palmer wrote: >> Is it possible to modify the event in an event filter or otherwise tweak >> the event that is ultimately received by the target? >> >> >> >> There are no public constructors for Ke

Re: Event Filtering

2015-02-06 Thread Tomas Mikula
On Fri, Feb 6, 2015 at 7:33 PM, Scott Palmer wrote: > Is it possible to modify the event in an event filter or otherwise tweak > the event that is ultimately received by the target? > > Let's say I have a TextField and I only want to allow typing of capital > letters. That is easy enough to enfor

Re: Build farm for OpenJFX (on ARM)

2015-02-06 Thread Mani Sarkar
Hi all, We are still working on the ARM build of OpenJFX, whilst building it on a Fedora virtual machine, we got the following errors: > > *Successfully started process 'command > '/scratch/jenkins/workspace/crosslibs/gcc-linaro-arm-linux-gnueabihf-raspb > ian-2012.09-20120921_linux/bin/arm-linux

Event Filtering

2015-02-06 Thread Scott Palmer
Is it possible to modify the event in an event filter or otherwise tweak the event that is ultimately received by the target? Let's say I have a TextField and I only want to allow typing of capital letters. That is easy enough to enforce with an event filter.. if the KeyTyped event doesn't repres

Re: Directional light in JavaFX 3D

2015-02-06 Thread Chien Yang
Sorry, I forgot to paste the JIRA link before hitting the send button. https://javafx-jira.kenai.com/browse/RT-33899 - Chien On 2/6/15 3:16 PM, Chien Yang wrote: Hi Herve, A JIRA for directional light has already been filed but there is no immediate plan to add this feature at the moment. Cu

Re: Directional light in JavaFX 3D

2015-02-06 Thread Chien Yang
Hi Herve, A JIRA for directional light has already been filed but there is no immediate plan to add this feature at the moment. Currently JavaFX 3D only supports point light and ambient light. - Chien On 2/6/15 3:10 PM, Herve Girod wrote: Hello, Are there plans to implement an API allowing

Directional light in JavaFX 3D

2015-02-06 Thread Herve Girod
Hello, Are there plans to implement an API allowing directional lights ? it seems that for now there exist only spot and ambiant light in JavaFX 3D. Hervé

[8u60] review request: RT-40000: Eliminate split packages across JavaFX modules

2015-02-06 Thread Kevin Rushforth
Chien, Please review the following refactoring: https://javafx-jira.kenai.com/browse/RT-4 http://cr.openjdk.java.net/~kcr/RT-4/webrev.00/ Thanks. -- Kevin

[8u60] Review request for RT-39859: NSInternalInconsistencyException Crash

2015-02-06 Thread Morris Meyer
Kevin and Dave, Please review this fix for RT-39859. The fix was to check to make sure the submenu item is contained within the menu prior to trying to delete it from the menu. Thanks! --morris WEBREV - http://cr.openjdk.java.net/~morris/RT-39859.01a/ JIRA - https://javafx-jira.ken

Re: new FormattedTextField

2015-02-06 Thread Kevin Rushforth
EA docs for 8u40 are not available, but you can look in the FX 9 docs here: http://download.java.net/jdk9/jfxdocs/ Specifically: http://download.java.net/jdk9/jfxdocs/javafx/scene/control/TextFormatter.html -- Kevin Pedro Duque Vieira wrote: Hi, Where can I find information or API specs ab

new FormattedTextField

2015-02-06 Thread Pedro Duque Vieira
Hi, Where can I find information or API specs about the new FormattedTextField (or whatever is its name) introduced in 8u40? Thanks, best regards -- Pedro Duque Vieira

Please review open bundling

2015-02-06 Thread David Hill
Jira: https://javafx-jira.kenai.com/browse/RT-39976 Webrev: http://cr.openjdk.java.net/~ddhill/RT-39976/ This change provides for building the build in an OpenJFX context. Or ... if you want to try it in a close build: gradle openZip[Mac|Win|Linux|Armv6hf] -- David Hill Java Embedded Develo

Re: Execution environment for javafx.scene.web

2015-02-06 Thread Kevin Rushforth
Additionally, if you aren't going to display the primary Stage in the Application start(Stage) method then I also recommend you call: Platform.setImplicitExit(false); in the start method, since you will need to control the life-cycle of the application yourself and call Platform.exit() to exit

In(Sanity) Testing Mondays

2015-02-06 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, Vadim

Re: Execution environment for javafx.scene.web

2015-02-06 Thread Anton Tarasov
Hi Michael, Yes, WebEngine can be used separately from WebView. (See inline, please) On 05/02/15 02:53, Michael Pozhidaev wrote: Hello everybody, I am working on the technology representing the information in form which adjusted to the perception of blind people. It is just as an addition to