hg: openjfx/8u-dev/rt: RT-38393 [Monocle] Mouse Events stop coming on embedded

2014-09-08 Thread daniel . blaukopf
Changeset: 1d08d9490df0 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-08 10:51 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1d08d9490df0 RT-38393 [Monocle] Mouse Events stop coming on embedded Fixes in

Tagging UI control

2014-09-08 Thread Robert Krüger
Hi, how would one go about implementing (i.e. use which api) a tagging control (e.g. like http://xoxco.com/projects/code/tagsinput/) in JFX or is this already available in an existing extension library? Is this easily done with a bit of text parsing and CSS magic or as fiddely as building a rich

Re: Tagging UI control

2014-09-08 Thread Mike Hearn
I've not encountered one, but building such a thing should be quite straightforward. You could use CSS to create a text-area like rectangle with an HBox inside it, and then have a no-border textedit that simply expands to fill the available space. When the user presses enter you create an

Re: Tagging UI control

2014-09-08 Thread Richard Bair
I tried writing one once just using a TextField, but it ended up being very difficult. With the TextFlow as a basis instead, it might be easier. You can also do it out of a composite of controls as you mention here, depending on the user experience you are looking for with the control. I would

Re: JAVAFX Service creates new threads

2014-09-08 Thread Kevin Rushforth
You're welcome. -- Kevin Francisco Javier Godino wrote: Hi Kevin: It was resolved with your help. I included this lines: ExecutorService executorService = Executors.newSingleThreadExecutor(); CapturadoraDeImagenService.getInstance().setExecutor(executorService); Thanks a lot! Francisco

8u-dev unlocked -- M2 rampdown in effect

2014-09-08 Thread Kevin Rushforth
The 8u-dev repo is unlocked following this week's testing. As a reminder, milestone M2 rampdown is in effect this week (the usual exceptions apply for test, doc, and IDE changes). See https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing for weekly freeze and milestone rampdown rules.

hg: openjfx/8u-dev/rt: RT-38454: [Accessibility] HelloPagination gets RuntimeException: Accessbility requested for node not on a scene

2014-09-08 Thread felipe . heidrich
Changeset: 6e4d117f2c7a Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-09-08 14:18 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6e4d117f2c7a RT-38454: [Accessibility] HelloPagination gets RuntimeException: Accessbility requested for node not on a scene

Code Review Request For RT-38555: Shader compile failure with PickTest3D on i.MX6

2014-09-08 Thread Chien Yang
Hi Kevin and Dave, Please review my proposed fix: https://javafx-jira.kenai.com/browse/RT-38555 Thanks, - Chien

hg: openjfx/8u/rt: 56 new changesets

2014-09-08 Thread kevin . rushforth
Changeset: 64c45eaad799 Author:eric.le.ponner eric.le.pon...@oracle.com Date: 2014-09-02 12:53 +0200 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/64c45eaad799 [SCENEBUILDER] added FXOMObject.collectReferences() method (with 'scope' parameter). !

hg: openjfx/8u-dev/rt: Fix to RT-38555: Shader compile failure with PickTest3D on i.MX6

2014-09-08 Thread chien . yang
Changeset: 3abef7f2f13f Author:Chien Yang chien.y...@oracle.com Date: 2014-09-08 15:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3abef7f2f13f Fix to RT-38555: Shader compile failure with PickTest3D on i.MX6 Reviewed by kcr !

hg: openjfx/8u-dev/rt: Fix RT-36205: Resource warnings while printing

2014-09-08 Thread james . graham
Changeset: 65b4034a7da1 Author:flar james.gra...@oracle.com Date: 2014-09-08 15:58 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/65b4034a7da1 Fix RT-36205: Resource warnings while printing Reviewed by: kcr, prr !

hg: openjfx/8u-dev/rt: Redo fix to RT-38555: Shader compile failure with PickTest3D on i.MX6

2014-09-08 Thread chien . yang
Changeset: d7ac4b8e6371 Author:Chien Yang chien.y...@oracle.com Date: 2014-09-08 16:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d7ac4b8e6371 Redo fix to RT-38555: Shader compile failure with PickTest3D on i.MX6 Reviewed by kcr !