Re: Hovering and Tooltips are exclusive?

2013-09-16 Thread Pavel Safrata
Hi guys, I knew I had created a Jira issue not to show tooltips below the mouse cursor (as the outcome of the discussion, it was not ignored), but I admit it's pretty hard to find, I should have chosen more high-level summary. Anyway, here it is: https://javafx-jira.kenai.com/browse/RT-31134

hg: openjfx/8/graphics/rt: iOS: increased cross libs version

2013-09-16 Thread hang . vo
Changeset: cd6ff97a25eb Author:David Pulkrabek david.pulkra...@oracle.com Date: 2013-09-16 09:34 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cd6ff97a25eb iOS: increased cross libs version ! buildSrc/ios.gradle

hg: openjfx/8/graphics/rt: RT-26891: Re-enable glass thread checks by default once depenedent issues are fixed

2013-09-16 Thread hang . vo
Changeset: 1106c984b4f1 Author:Petr Pchelko petr.pche...@oracle.com Date: 2013-09-16 12:24 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1106c984b4f1 RT-26891: Re-enable glass thread checks by default once depenedent issues are fixed !

hg: openjfx/8/graphics/rt: 3DViewer : improved set translate Z for new camera model

2013-09-16 Thread hang . vo
Changeset: 14f5b4a7f1b2 Author:John Yoon john.y...@oracle.com Date: 2013-09-16 02:03 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/14f5b4a7f1b2 3DViewer : improved set translate Z for new camera model !

hg: openjfx/8/graphics/rt: 3DViewer : re-enabled autoScalingGroup with fixes to the axes, which are now parented underneath autoScalingGroup

2013-09-16 Thread hang . vo
Changeset: 55f1797dad5b Author:John Yoon john.y...@oracle.com Date: 2013-09-16 02:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/55f1797dad5b 3DViewer : re-enabled autoScalingGroup with fixes to the axes, which are now parented underneath autoScalingGroup !

hg: openjfx/8/graphics/rt: 3 new changesets

2013-09-16 Thread hang . vo
Changeset: 5a03b11431a5 Author:John Yoon john.y...@oracle.com Date: 2013-09-16 03:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5a03b11431a5 turned off scaleToFit by default !

hg: openjfx/8/graphics/rt: RT-32964 ObservableListBase#nextReplace accepts ArrayList instead of a List

2013-09-16 Thread hang . vo
Changeset: 3b8bf25b34a3 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-09-16 13:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3b8bf25b34a3 RT-32964 ObservableListBase#nextReplace accepts ArrayList instead of a List Reviewed-by: ekrejcir !

Re: Checkboxes in a combobox popup

2013-09-16 Thread Werner Lehmann
Never mind. I tried to cut some corners reusing a combobox for a checkbox list popup but this got too complicated. I am using a ComboBoxBase extending class now. Unfortunately it is still quite hard to determine a useful listview size for the popup. The original combobox uses package private

hg: openjfx/8/graphics/rt: RT-32961: [SwingNode] Pass focus to SwingNode when JLF gains it

2013-09-16 Thread hang . vo
Changeset: 42579bc61534 Author:ant anton.tara...@oracle.com Date: 2013-09-16 16:56 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/42579bc61534 RT-32961: [SwingNode] Pass focus to SwingNode when JLF gains it Reviewed-by: pchelko, anthony !

hg: openjfx/8/graphics/rt: 2 new changesets

2013-09-16 Thread hang . vo
Changeset: 079ac2a67466 Author:Oldrich Maticka oldrich.mati...@oracle.com Date: 2013-09-16 15:12 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/079ac2a67466 iOS: export JO prior to array export ! modules/web/src/ios/java/javafx/scene/web/JSONEncoder.java

hg: openjfx/8/graphics/rt: [TEST ONLY] Fix test failure triggered by RT-26891

2013-09-16 Thread hang . vo
Changeset: 59e8beacb2bb Author:Vasiliy Baranov vasiliy.bara...@oracle.com Date: 2013-09-16 18:00 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/59e8beacb2bb [TEST ONLY] Fix test failure triggered by RT-26891 !

Re: Checkboxes in a combobox popup

2013-09-16 Thread Werner Lehmann
Jasper, a listview does not seem to use a ScrollPane. That's what its virtualization effort is about, using the VirtualFlow instead. Or do you mean I should nest the popup listview in a scrollpane? The MenuButton approach would be completely different and seems to have a few disadvantages

Re: Checkboxes in a combobox popup

2013-09-16 Thread Jasper Potts
You could try http://docs.oracle.com/javafx/2/api/javafx/scene/control/ScrollPane.html#setFitToWidth(boolean) Or what about using MenuButton with check box menu items? Jasper On Sep 16, 2013, at 5:44 AM, Werner Lehmann lehm...@media-interactive.de wrote: Never mind. I tried to cut some

hg: openjfx/8/graphics/rt: Reverted the fix for RT-26891

2013-09-16 Thread hang . vo
Changeset: 169b999c9c1c Author:Petr Pchelko petr.pche...@oracle.com Date: 2013-09-16 19:32 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/169b999c9c1c Reverted the fix for RT-26891 ! modules/graphics/src/main/java/com/sun/glass/ui/Application.java

hg: openjfx/8/graphics/rt: RT-31418: Virtual Keyboard is hiding text input. To enable add -Dcom.sun.javafx.vk.adjustwindow=true (default is false)

2013-09-16 Thread hang . vo
Changeset: 1228c1be380f Author:Seeon Birger seeon.bir...@oracle.com Date: 2013-09-16 18:40 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1228c1be380f RT-31418: Virtual Keyboard is hiding text input. To enable add -Dcom.sun.javafx.vk.adjustwindow=true (default is

JavaFX and Accessiblity

2013-09-16 Thread Nguyen, Tan
HI all, We are interested in JavaFX and waiting for Accessiblity support. We would like to see the status of these features, especially with JAWS support... We would like to participate in this effort Thanks, Tan Nguyen

Re: Hovering and Tooltips are exclusive?

2013-09-16 Thread Pedro Duque Vieira
Thanks Pavel! I added that: having the tooltip popup under the mouse cursor obscures the content of the tooltip Thanks, best regards, Hi guys, I knew I had created a Jira issue not to show tooltips below the mouse cursor (as the outcome of the discussion, it was not ignored), but I admit

hg: openjfx/8/controls/rt: RT-32395: [DatePicker] Update UI to spec

2013-09-16 Thread hang . vo
Changeset: dbbbd1dbfa4a Author:leifs Date: 2013-09-16 14:17 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/dbbbd1dbfa4a RT-32395: [DatePicker] Update UI to spec This includes removing the context menu from the popup. !

hg: openjfx/8/graphics/rt: ECLIPSE: work around Eclipse jdk8 compiler problem

2013-09-16 Thread hang . vo
Changeset: 511897ad95f3 Author:snorthov Date: 2013-09-16 19:30 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/511897ad95f3 ECLIPSE: work around Eclipse jdk8 compiler problem ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java

hg: openjfx/8/controls/rt: 2 new changesets

2013-09-16 Thread hang . vo
Changeset: e7c8e1ec0e84 Author:David Grievedavid.gri...@oracle.com Date: 2013-09-16 15:03 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e7c8e1ec0e84 RT-32229: unit test ! modules/graphics/src/test/java/com/sun/javafx/css/StylesheetTest.java Changeset:

hg: openjfx/8/controls/rt: 4 new changesets

2013-09-16 Thread hang . vo
Changeset: f6155a8057f3 Author:jgiles Date: 2013-09-16 16:57 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f6155a8057f3 [DOC ONLY] RT-32640: Class name mismatch in javafx.scene.control.Cell javadoc example !

hg: openjfx/8/controls/rt: RT-32731: Incorrect ellipsis on different options of max and pref size

2013-09-16 Thread hang . vo
Changeset: 3911a222bf96 Author:leifs Date: 2013-09-16 20:11 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3911a222bf96 RT-32731: Incorrect ellipsis on different options of max and pref size !