Re: Compiling jfx78 backport for iOS

2013-11-19 Thread Felipe Heidrich
Hi Tom, Isn’t Duration.java that you need, it is Duration.class (that is what javah takes) I guess you deleted jfxrt.jar ? Try the following: gradle clean gradle sdk gradle --debug -PCOMPILE_TARGETS=ios -PUSE_LIPO=true -PGENERATE_SYMBOLS=true -PBUILD_IOS_TOOLS=false -PIOS_VERSION=7.0 -PSTUB_R

review request: RT-34388 [macosx] Update build system to properly support Xcode 5 (and beyond)

2013-11-19 Thread Felipe Heidrich
Hi Kevin, Please review: https://javafx-jira.kenai.com/browse/RT-34388 Thanks Felipe

review request: RT-34269 Labels no longer bold when they should be

2013-11-19 Thread Felipe Heidrich
Hi Steve, Please review: https://javafx-jira.kenai.com/browse/RT-34269 Thanks Felipe

hg: openjfx/8/graphics/rt: [DOC ONLY] Added a file describing how to build third-party libraries needed by WebView build

2013-11-19 Thread hang . vo
Changeset: 716dfdd85588 Author:peterz Date: 2013-11-20 07:35 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/716dfdd85588 [DOC ONLY] Added a file describing how to build third-party libraries needed by WebView build + modules/web/src/main/native/README-deps.txt

hg: openjfx/8/graphics/rt: RT-33674 Gradle: web module should unconditionally build java class files

2013-11-19 Thread hang . vo
Changeset: c310a3de1290 Author:peterz Date: 2013-11-20 07:27 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c310a3de1290 RT-33674 Gradle: web module should unconditionally build java class files ! build.gradle + modules/web/src/main/java/com/sun/webkit/dom/AttrImpl

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

2013-11-19 Thread hang . vo
Changeset: 779434338ec2 Author:jgiles Date: 2013-11-19 12:54 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/779434338ec2 RT-34200: [ListView, TableView, TreeTable] Focus resides on wrong cell after ctrl + shift + pgUp ! modules/controls/src/main/java/com/sun/java

libjfxmedia.a & libextensions_ios.a

2013-11-19 Thread Tom Schindl
Hi, In case I try to link both of them into my application. I get duplicate symbol errors: > [exec] duplicate symbol _OBJC_IVAR_$_IPodAccess.query in: > [exec] > /Users/tomschindl/git/ece_2013/iFondApp/robovm-build/jfx78/libextensions_ios.a(iPodAccess.obj) > [exec] > /Users/to

Compiling jfx78 backport for iOS

2013-11-19 Thread Tom Schindl
Hi, I'm failing to jfx78 backport. I'm executing the following command: gradle --debug -PCOMPILE_TARGETS=ios -PUSE_LIPO=true -PGENERATE_SYMBOLS=true -PBUILD_IOS_TOOLS=false -PIOS_VERSION=7.0 clean sdk Below is the log. I'm not sure but my guess is that the error comes from: >> 01:21:42.353 [ERR

Re: Chances of open sourcing SceneBuilder

2013-11-19 Thread Philipp Dörfler
This is excellent news! You guys are full of surprise :) ~ Philipp Am 19.11.2013 um 23:41 schrieb Kevin Rushforth : > I see Joe already responded with status (my e-mail crossed his). > > -- Kevin > > > Kevin Rushforth wrote: >> Hi Philipp, >> >> There is a JIRA filed to track the open sourci

Re: Chances of open sourcing SceneBuilder

2013-11-19 Thread Kevin Rushforth
I see Joe already responded with status (my e-mail crossed his). -- Kevin Kevin Rushforth wrote: Hi Philipp, There is a JIRA filed to track the open sourcing or SceneBuilder: https://javafx-jira.kenai.com/browse/RT-34175 Someone from the SceneBuilder team can comment on the status of this.

Re: Chances of open sourcing SceneBuilder

2013-11-19 Thread Kevin Rushforth
Hi Philipp, There is a JIRA filed to track the open sourcing or SceneBuilder: https://javafx-jira.kenai.com/browse/RT-34175 Someone from the SceneBuilder team can comment on the status of this. -- Kevin Philipp Dörfler wrote: Hello list, I can’t but acknowledge the work put into SceneBuild

Re: Chances of open sourcing SceneBuilder

2013-11-19 Thread Joe McGlynn
We are actually looking at open sourcing Scene Builder at the moment, we should have some news on that soon. I think it’s an important step so that IDE vendors can use the new “kit” functionality to have deep integration within their tool and have the control necessary to fix important bugs for

Chances of open sourcing SceneBuilder

2013-11-19 Thread Philipp Dörfler
Hello list, I can’t but acknowledge the work put into SceneBuilder especially when seeing SceneBuilder 2 who apparently underwent a serious and well done design overhaul (I still want to see a dark theme ;) ). Well done! As much as I love the new design the Early Access 2.0 version feels very r

hg: openjfx/8/graphics/rt: RT-34365: On Windows, Hindi with Lucida fonts are rendered as missing glyph (box).

2013-11-19 Thread hang . vo
Changeset: c786a74301ae Author:Felipe Heidrich Date: 2013-11-19 12:35 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c786a74301ae RT-34365: On Windows, Hindi with Lucida fonts are rendered as missing glyph (box). ! modules/graphics/src/main/java/com/sun/javafx/f

hg: openjfx/8/graphics/rt: hg backout -r 5730 - back out fix for rt-34338 - Lens: Chalkboard Electronics touch screen declared as ID_INPUT_TABLET is not recognised. It was causing us to listen to the

2013-11-19 Thread hang . vo
Changeset: 690c5db6d252 Author:lisa.se...@oracle.com Date: 2013-11-19 16:00 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/690c5db6d252 hg backout -r 5730 - back out fix for rt-34338 - Lens: Chalkboard Electronics touch screen declared as ID_INPUT_TABLET is not rec

Re: Use of plugins in WebView

2013-11-19 Thread Philipp Dörfler
Thanks for clarifying this. ~ philipp Am 19.11.2013 um 19:12 schrieb Stephen F Northover : > There is no FX API to get the underlying window handle (HWND) on the desktop > or in the browser. > > Steve > > On 2013-11-18 9:02 PM, Peter Zhelezniakov wrote: >> On 11/18/2013 06:20 PM, Philipp Dör

Re: Proportional paint object behavior inconsistent and needs to change

2013-11-19 Thread Jim Graham
Hi Jasper, I had a long reply over the issues of consistency and then I got hit on the head by an idea hammer. Here's another wrench in the equation. Only Path and SVGPath objects have ever had an ambiguity, but Rectangle objects have always had a consistent behavior. And, that behavior is t

Re: Show case: JFX on iOS and Android

2013-11-19 Thread Stephen F Northover
Nice work Tobi! Especially building on software that is shifting under your feet. Steve On 2013-11-18 5:02 PM, Tobias Bley wrote: For all who do not follow me on twitter: a few screenshots concerning JFX on iOS and Android: http://blog.software4java.com/?p=148#comment-4629 Best regards, Tob

Re: Use of plugins in WebView

2013-11-19 Thread Stephen F Northover
There is no FX API to get the underlying window handle (HWND) on the desktop or in the browser. Steve On 2013-11-18 9:02 PM, Peter Zhelezniakov wrote: On 11/18/2013 06:20 PM, Philipp Dörfler wrote: And especially a HWND is what I’m looking for. So I guess anything requiring a HWND is just not

Code Review Request For RT-29527: MeshView textures are not repeated

2013-11-19 Thread Chien Yang
Kevin and Vadim, Please review my proposed fix for this bug: JIRA: https://javafx-jira.kenai.com/browse/RT-29527 Wevrev: http://cr.openjdk.java.net/~ckyang/RT-29527/webrev.00/ I have done a fairly extensive testing on our 3D programs. This fix exposes a d3d 3D state bug in Prism in 2 test

hg: openjfx/8/graphics/rt: RT-34362: Fix javafx build on OSx 10.9 using Xcode 4.6

2013-11-19 Thread hang . vo
Changeset: 7369a156078e Author:Felipe Heidrich Date: 2013-11-19 08:20 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7369a156078e RT-34362: Fix javafx build on OSx 10.9 using Xcode 4.6 ! buildSrc/mac.gradle ! modules/graphics/src/main/native-glass/mac/GlassApplica

Re: discussion about touch events

2013-11-19 Thread Daniel Blaukopf
On Nov 19, 2013, at 4:34 PM, Pavel Safrata wrote: > Hello Daniel, > > On 17.11.2013 15:09, Daniel Blaukopf wrote: >> Hi Pavel, >> >> I think we we do use CSS to configure feel as well as look - and this is >> feel, not look - but I also don’t feel strongly about whether this needs to >> be i

hg: openjfx/8/graphics/rt: RT-34350: [SWT] FXCanvas hangs for any example

2013-11-19 Thread hang . vo
Changeset: b6289f52ab84 Author:snorthov Date: 2013-11-19 09:51 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b6289f52ab84 RT-34350: [SWT] FXCanvas hangs for any example Summary: The fix was to run code right away in DND when on FX thread for SWT Reviewed-by: anthon

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

2013-11-19 Thread hang . vo
Changeset: 1ed0794d3ed3 Author:Eva Krejcirova Date: 2013-11-19 14:35 + URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1ed0794d3ed3 RT-32860: Add constructor annotations Reviewed-by: Martin Sladecek + modules/base/src/main/java/javafx/beans/NamedArg.java Changeset:

Result: New OpenJFX Committer: Rafi Tayar

2013-11-19 Thread David Hill
Voting for Rafi Tayar to OpenJFX Committer [1] is now closed. Yes: 6 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill Java Embedd

Re: discussion about touch events

2013-11-19 Thread Pavel Safrata
Hello Assaf, there is more to it than just listeners. For instance, every node has its "hover" and "pressed" states that are maintained based on the picking results and used by CSS. So I believe we can't ignore anything during picking. By the way, I suppose this fuzzy picking should happen al

Re: discussion about touch events

2013-11-19 Thread Pavel Safrata
Hello Daniel, On 17.11.2013 15:09, Daniel Blaukopf wrote: Hi Pavel, I think we we do use CSS to configure feel as well as look - and this is feel, not look - but I also don’t feel strongly about whether this needs to be in CSS. This was exactly my point. I like your idea of simply pickin

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

2013-11-19 Thread hang . vo
Changeset: 93560e195ac2 Author:Rafi Tayar Date: 2013-11-19 15:24 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/93560e195ac2 RT-32332 DFB: Application is being aborted during inserting text to Pop-up window Reviewed-by : dblaukop ! modules/graphics/src/main/nat

[8] Review request for RT-32477 Gtk: TextField: Ctrl+A don't work with Russian keyboard layout.

2013-11-19 Thread Alexander Zvegintsev
Hello, Please review fix for https://javafx-jira.kenai.com/browse/RT-32477 http://cr.openjdk.java.net/~azvegint/fx/8/32477/webrev.00/ -- Thanks, Alexander.

Re: Platform.isSupported behavior

2013-11-19 Thread Daniel Blaukopf
Hi Stas, On Nov 19, 2013, at 12:02 PM, Stas Smirnov wrote: > Hi Daniel, > > about caching, I placed it in the list, because there is no spec telling > about it, and anyone can add/remove it, that why it is an object of concern. > It will be great to hear from Controls team, cause from my point

Review request

2013-11-19 Thread Rafi Tayar
Hi, Would you review a fix for this Jira ? RT-32332 DFB: Application is being aborted during inserting text to Pop-up window https://javafx-jira.kenai.com/browse/RT-32332 The patch is attached to the jira. Thanks, Rafi

Review request : RT-32332

2013-11-19 Thread Rafi Tayar
Hi, Would you review a fix for this Jira ? RT-32332 DFB: Application is being aborted during inserting text to Pop-up window https://javafx-jira.kenai.com/browse/RT-32332 The patch is attached to the jira. Thanks, Rafi

Re: Platform.isSupported behavior

2013-11-19 Thread Stas Smirnov
Hi Daniel, about caching, I placed it in the list, because there is no spec telling about it, and anyone can add/remove it, that why it is an object of concern. It will be great to hear from Controls team, cause from my point of view, dynamical change of controls behavior will improve usability

Re: Platform.isSupported behavior

2013-11-19 Thread Philipp Dörfler
> A thought about API for listening to state changes. What if we added an API > to Platform like Platform.isSupported that instead of returning a boolean > returned an ObservableBooleanValue? This listener would never be notified on > conditional features like EFFECT or SCENE3D but would be not

hg: openjfx/8/graphics/rt: [RT-34192] - Lens:[TOUCH] HelloSanity:controls:pane - when enabled, cursor doesn't always change shape from move to pointer

2013-11-19 Thread hang . vo
Changeset: a2b08e30a638 Author:Assaf Yavnai Date: 2013-11-19 11:42 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a2b08e30a638 [RT-34192] - Lens:[TOUCH] HelloSanity:controls:pane - when enabled, cursor doesn't always change shape from move to pointer Summary: touch

Re: Platform.isSupported behavior

2013-11-19 Thread Daniel Blaukopf
Hi Stas, Yes, you have a good point here. The behavior you are seeing is what I would expect, but I agree we could do better in how we specify this. Currently, States reported by Platform.isSupported are updated when input devices are added and removed Controls check the connected input devices

RFR: RT-34094 Crash on MacOS 10.9 in Java_com_sun_t2k_T2KFontFile_getGlyphBoundingBoxNative

2013-11-19 Thread Vadim Pakhnushev
Hi Felipe, Steve, Could you please review a fix for: https://javafx-jira.kenai.com/browse/RT-34094 http://cr.openjdk.java.net/~vadim/RT-34094/webrev.00/ Thanks, Vadim

Platform.isSupported behavior

2013-11-19 Thread Stas Smirnov
Hello, Lately I have faced a strange behavior while I was using JavaFX Embedded and touch screen. As far as I understand there is no spec where I can find this information, that is why I decided to ask the community. I have developed a simple application with one text field and a button. I run

hg: openjfx/8/graphics/rt: RT-33776 : [2d traversal] Focus indicator moves to unexpected place

2013-11-19 Thread hang . vo
Changeset: 099371bc2630 Author:Martin Sladecek Date: 2013-11-19 08:52 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/099371bc2630 RT-33776 : [2d traversal] Focus indicator moves to unexpected place Reviewed by: jgiles ! modules/graphics/src/main/java/com/sun/javaf