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

2013-07-23 Thread hang . vo
Changeset: 359d69593b2a Author:Martin Soch Date: 2013-07-23 10:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/359d69593b2a SW pipeline: RTL text in TextField/TextArea was not higlight correctly (RT-30844) ! modules/graphics/src/main/java/com/sun/prism/sw/SWGra

hg: openjfx/8/graphics/rt: RT-31688: added missing javadoc.

2013-07-23 Thread hang . vo
Changeset: 3845aeb79f7f Author:Pavel Safrata Date: 2013-07-23 09:13 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3845aeb79f7f RT-31688: added missing javadoc. ! modules/graphics/src/main/java/javafx/scene/transform/TransformChangedEvent.java

[OT] My first blog about JavaFX

2013-07-23 Thread Felix Bembrick
[ P lease excuse this somewhat off-topic post] I have just posted my very first attempt at a blog post and it concerns my new favourite topic JavaFX. http://lucan1d.wordpress.com/2013/07/22/javafx-lame-duck-or-golden-goose/ I have hit a weird Twitter bug/feature where some people's tweets that c

hg: openjfx/8/graphics/rt: [NETBEANS-ONLY] fix typo in swt nbproject file

2013-07-23 Thread hang . vo
Changeset: d9a91186416f Author:kcr Date: 2013-07-23 14:10 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d9a91186416f [NETBEANS-ONLY] fix typo in swt nbproject file ! netbeans/swt/nbproject/project.properties

java.lang.NullPointerException at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129)

2013-07-23 Thread Peter Penzov
Hi, I'm working on JavaFX example which uses Toggle button: private void initMainStage(final Stage mainStage) { // Set Main Window Label // Set Icon of the main stage Image img = new Image(getClass().getResource("/com/dx57dc/images/internet-icon.png").toExternalForm(

Fwd: [OT] My first blog about JavaFX

2013-07-23 Thread Felix Bembrick
I have been informed that I definitely should not be posting off-topic material like this to this list so please accept my apologies and I'll be sure to keep my posts to subject matter pertaining to the development of JavaFX in the future :-) -- Forwarded message -- From: Felix Bem

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Artem Ananiev
On 7/22/2013 9:17 PM, Anthony Petrov wrote: Hi Artem, Do you propose to add another StageStyle - namely, a DIALOG? Note that styles cannot be combined in a mask, meaning that developers won't be able to create e.g. transparent dialogs, or utility dialogs. There is no need in yet another Stage

Re: java.lang.NullPointerException at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129)

2013-07-23 Thread Pavel Safrata
Hi Peter, it's enough to report on one place, let's discuss the issue in the bug. I'll put there a comment soon. Pavel On 23.7.2013 12:37, Peter Penzov wrote: Hi, I'm working on JavaFX example which uses Toggle button: private void initMainStage(final Stage mainStage) { // Se

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

2013-07-23 Thread hang . vo
Changeset: 8fa67aa324c8 Author:Petr Pchelko Date: 2013-07-23 14:38 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8fa67aa324c8 RT-26891 Re-enable glass thread checks by default once depenedent issues are fixed ! modules/graphics/src/main/java/com/sun/glass/ui/App

hg: openjfx/8/graphics/rt: RT-31358 Mac: thread checks in native code should be removed

2013-07-23 Thread hang . vo
Changeset: 5827d5e7a9f8 Author:Petr Pchelko Date: 2013-07-23 14:48 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5827d5e7a9f8 RT-31358 Mac: thread checks in native code should be removed Revieved-by: anthony, art, snorthov ! modules/graphics/src/main/native-glass

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Werner Lehmann
On 23.07.2013 12:39, Artem Ananiev wrote: To me, making a window non-resizable is a good way to make the window unmaximizable. Do you see any cases, when a window should be resizable, but not maximizable? I create resizable modal dialogs on a frequent basis. To me, sizability is a convenience

Mixing 2D and 3D

2013-07-23 Thread August Lammersdorf, InteractiveMesh
Vidio games usually draw the player's 2D UI elements in a second step on top of the perspective 3D scene in the parallel/orthographic projection mode (overlay or head-up display - HUD). This approach is already widest supported by JavaFX even with perspective 3D transforms. Using a StackPane o

glass.dll depends issue in windows8 at b97-b99

2013-07-23 Thread 向雅
Hi, 3 builds both got this in notebook: java.lang.UnsatisfiedLinkError: X:\JDK8\jre\bin\glass.dll: Can't find dependent libraries but in my pc, b96 seems works. seems the world dead, only my case in here?:) realy?

Re: glass.dll depends issue in windows8 at b97-b99

2013-07-23 Thread Kevin Rushforth
Are you sure you tried b99? This issue should be fixed now, and we have seen no other reports that it is still broken. -- Kevin 向雅 wrote: Hi, 3 builds both got this in notebook: java.lang.UnsatisfiedLinkError: X:\JDK8\jre\bin\glass.dll: Can't find dependent libraries but in my pc, b96 seems

hg: openjfx/8/graphics/rt: RT-31734: Long pressing on space (via VKB) opens secondary popup with empty alternatives

2013-07-23 Thread hang . vo
Changeset: 6931c36b4dbe Author:Elina Kleyman Date: 2013-07-23 15:00 +0300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6931c36b4dbe RT-31734: Long pressing on space (via VKB) opens secondary popup with empty alternatives ! modules/controls/src/main/java/com/sun/javaf

Fwd: Re: java.lang.NullPointerException at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129)

2013-07-23 Thread Pavel Safrata
Forwarding to the list.. Pavel Original Message Subject: Re: java.lang.NullPointerException at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129) Date: Tue, 23 Jul 2013 15:48:20 +0300 From: Peter Penzov To: Pavel Safrata With the help of Pavel Saf

hg: openjfx/8/graphics/rt: Restored JSObject entries in WebView Mac/Linux mapfiles that were accidentally removed by RT-31450

2013-07-23 Thread hang . vo
Changeset: 3b3ed6d7f368 Author:peterz Date: 2013-07-23 19:11 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3b3ed6d7f368 Restored JSObject entries in WebView Mac/Linux mapfiles that were accidentally removed by RT-31450 ! modules/web/src/main/native/Source/WebCore

Re: Mixing 2D and 3D

2013-07-23 Thread David Ray
And Voila! Webstart fails again! "Cannot launch the application…" http://javafx.com"; codebase="http://www.interactivemesh.org/models/webstartjfx/"; href="fxTuxCube-0.6_FX3D.jnlp"> FXTuxCube 0.6 InteractiveMesh e.K. FXTuxCube 0.6

Can JavaFX do CAD?

2013-07-23 Thread Chris Gay
Hello all. Please could someone advise if it is even feasible for me to consider re-factoring the following Swing application, so that it becomes a JavaFX one. From trying to read about JavaFX, I get the feeling that Oracle never intended Java FX for the purpose I need. I have a large Java Swi

Re: Re: java.lang.NullPointerException at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129)

2013-07-23 Thread Peter Penzov
Well, the only solution that I can think of is to place the images and the css file into one folder. On Tue, Jul 23, 2013 at 3:51 PM, Pavel Safrata wrote: > Forwarding to the list.. > Pavel > > > Original Message > Subject:Re: java.lang.NullPointerException at > com.sun

Re: java.lang.NullPointerException at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129)

2013-07-23 Thread Richard Bair
David Grieve is your best resource, but he's on vacation. On Jul 23, 2013, at 9:00 AM, Peter Penzov wrote: > Well, the only solution that I can think of is to place the images and the > css file into one folder. > > > On Tue, Jul 23, 2013 at 3:51 PM, Pavel Safrata > wrote: > >> Forwarding to

Java 8 not supporting Windows XP

2013-07-23 Thread Pedro Duque Vieira
I don't think that's a good move. Not at all. I would agree more at not supporting Windows 8 which has a small market share (although it wouldn't still be a good move either) than not supporting Windows XP. That will probably make me stick to Java 7 on a project I'm working on. Just look at the m

Re: Prism Arch. WAS. Re: Mixing 2D and 3D

2013-07-23 Thread Joseph Andresen
I hate to point out a small part of such an important reply but I must. "before we could support DX 10, 11+, is to make it as easy as we can to write & maintain multiple pipelines." I cannot stress enough how important this is. I have been playing around with extending prism to dx11 and before

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Nicolas Lorain
We only support OSes that are supported by their vendors. Since MS is finally ending support for XP, so are we. On 7/23/13 9:58 AM, Pedro Duque Vieira wrote: I don't think that's a good move. Not at all. I would agree more at not supporting Windows 8 which has a small market share (although it

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Richard Bair
I think the basic issue is that we can't officially support something that the vendor is not going to officially support either. If Microsoft moved their support deadline, we would probably look at doing the same. Oracle has support contracts with folks and there is no way that we can support so

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Richard Bair
Java 9 will not ship before 2014, so Java 8 will be out there at the time that XP support is dropped by Microsoft. Richard On Jul 23, 2013, at 10:14 AM, Pedro Duque Vieira wrote: > Microsoft is dropping Windows XP in 2014, maybe dropping Windows XP on 2014 > would be wiser. > > On Tue, Jul

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Pedro Duque Vieira
Microsoft is dropping Windows XP in 2014, maybe dropping Windows XP on 2014 would be wiser. On Tue, Jul 23, 2013 at 6:09 PM, Richard Bair wrote: > I think the basic issue is that we can't officially support something that > the vendor is not going to officially support either. If Microsoft moved

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Pedro Duque Vieira
Ah ok, than your decision sounds reasonable! Thanks, best regards, On Tue, Jul 23, 2013 at 6:28 PM, Joe McGlynn wrote: > MS ends support for XP in April of 2014. JDK 8/FX 8 is released in March > of 2014. > > > > -- > > > > On Jul 23, 2013, at 10:14 AM, Pedro Duque Vieira < > pedro.duquevie...

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Hervé Girod
XP is not supporting multitouch, so as a user keeping XP to use JavaFX is not a good idea IMO. Hervé Sent from my iPhone On 23 juil. 2013, at 19:14, Pedro Duque Vieira wrote: > Microsoft is dropping Windows XP in 2014, maybe dropping Windows XP on 2014 > would be wiser. > > On Tue, Jul 23,

Re: Java 8 not supporting Windows XP

2013-07-23 Thread Joe McGlynn
MS ends support for XP in April of 2014. JDK 8/FX 8 is released in March of 2014. -- On Jul 23, 2013, at 10:14 AM, Pedro Duque Vieira wrote: > Microsoft is dropping Windows XP in 2014, maybe dropping Windows XP on 2014 > would be wiser. > > On Tue, Jul 23, 2013 at 6:09 PM, Richard Bair

Re: glass.dll depends issue in windows8 at b97-b99

2013-07-23 Thread 向雅
Yes, I do in my notebook from HP. hours ago, I ant it. The result is true. 致敬 向雅 2013/7/23 Kevin Rushforth > Are you sure you tried b99? This issue should be fixed now, and we have > seen no other reports that it is still broken. > > -- Kevin > > > > 向雅 wrote: > >> Hi, >> >> 3 builds both got

Slimming Graphics hierarchy

2013-07-23 Thread Richard Bair
There are 14 types of com.sun.prism.Graphics (actually there is a 15th, PrinterGraphics, which is a graphics by name only since it is a tagging interface that doesn't extend from Graphics). Some of the methods in these classes and interfaces are documented, most of them are not, which makes und

Mixing 2D and 3D

2013-07-23 Thread August Lammersdorf, InteractiveMesh
David, JavaFX 3D requires JDK 8. Please see 'System requirements' on the webpage. Webstart of FXTuxCube runs on my OS X 10.7.5/JDK 8 b99. August Am Dienstag, den 23.07.2013, 10:19 +0200 schrieb David Ray : And Voila! Webstart fails again! "Cannot launch the application…" http://javafx.c

hg: openjfx/8/controls/rt: RT-31840: DatePicker test fails (when not on en_US locale).

2013-07-23 Thread hang . vo
Changeset: ed328ed4e278 Author:leifs Date: 2013-07-23 11:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ed328ed4e278 RT-31840: DatePicker test fails (when not on en_US locale). ! modules/controls/src/test/java/javafx/scene/control/DatePickerTest.java

hg: openjfx/8/graphics/rt: Backed out fix for RT-26891 until RT-31879 (IllegalStateException in SwingInterop) is fixed

2013-07-23 Thread hang . vo
Changeset: c808d2104719 Author:kcr Date: 2013-07-23 23:29 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c808d2104719 Backed out fix for RT-26891 until RT-31879 (IllegalStateException in SwingInterop) is fixed Backed out 8fa67aa324c8 ! modules/graphics/src/main/ja

WebView capabilities review

2013-07-23 Thread Felix Bembrick
I have been evaluating the capabilities of WebView in Java 8 with some interesting results. I have basically tested a few different types of web sites using not just JavaFX WebView but also Qt WebView and Firefox itself. For those who don't know, Qt is a leading C++ framework and their WebView co

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
> 1. It's WebKit itself or the way JavaFX wraps WebKit. > 2. It's the graphics layer of JavaFX that is not optimised enough yet. > 3. It's a 64-bit thing because JIT is not enabled in 64-bit WebKit (but why > does it only impact the JavaFX implementation?) > 4. It's simply because C++ is faster th

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Anthony Petrov
Hi Artem, Jonathan, I agree with what you say, except for using the initOwner() to imply some particular (and implicit) style that is going to be applied to the window. We should evaluate first whether the current implementation is sufficient. And no, I don't see a reason to disable maximizati

API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Chien Yang
Hi all, We appreciate all the feedback you have contributed to this topic. After listening to the feedback and an internal discussion, we would like to propose a minor change to the API for supporting scene anti-aliasing. We intentionally choose not to expose the number of samples and tec

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
Thanks Richard. CPU seems to be fine, spiking slightly as each animation is played in the famo.us web page. I turned on pulse logger and this is some of the output: *FINEST: uri: [ http://www.google-analytics.com/__utm.gif?utmwv=5.4.3&utms=7&utmn=1027948491&utmhn=famo.us&utmt=event&utme=5(demo*s

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Fabrizio Giudici
On Tue, 23 Jul 2013 13:19:19 +0200, Werner Lehmann wrote: Minimizing a modal dialog does not achieve much because the owning window is still blocked. Unless that window is minimized along. At least Windows usually disables the window decoration buttons of the owning window though. I ju

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Anthony Petrov
Hi Werner, On 07/23/2013 03:19 PM, Werner Lehmann wrote: On 23.07.2013 12:39, Artem Ananiev wrote: To me, making a window non-resizable is a good way to make the window unmaximizable. Do you see any cases, when a window should be resizable, but not maximizable? I create resizable modal dialog

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Jonathan Giles
To be clear, are you proposing that setResizable(false) on a Stage (where its owner is non-null) will be used to specify both that the stage can not be resized and that it can not be minimised? I don't have a big opinion on the best approach, except of course the discoverability of the functio

Re: Slimming Graphics hierarchy

2013-07-23 Thread Richard Bair
One downside to removing the interfaces is that there are parts of the code which get a type safe access to a type of Graphics (ShaderGraphics for example) and since it is type safe, we *know* that in that part of the code we are working with a graphics object that can handle shaders. We weren't

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Felix Bembrick
I am not sure I like the name of the value DEFAULT. To me "default" implies some kind of "typical" option for the particular platform which could conceivably be very different on each platform. For example, on my Windows super-computer with ultra fast GPU the "default" would logically be somethin

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Fabrizio Giudici
On Tue, 23 Jul 2013 22:34:48 +0200, Anthony Petrov wrote: I don't agree. IMO, it's annoying when I'm able to resize a window freely but unable to maximize it. This just doesn't look logical or convenient. I'm with Werner here. Maximixing a dialog is usually ugly from the aesthetic poin

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
I'm not seeing pulseLogger output in all that. If you don't turn on logging but just do -Djavafx.pulseLogger=true then you should get a different plain-text output. I would tend to rule out networking as the likely culprit just because google maps work well. Richard On Jul 23, 2013, at 1:34 P

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
I turned on logging because simply using -Djavafx.pulseLogger=true produced no output at all! What should I be seeing? On 24 July 2013 06:48, Richard Bair wrote: > -Djavafx.pulseLogger=true

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

2013-07-23 Thread hang . vo
Changeset: e1d01c02a7b3 Author:jgiles Date: 2013-07-23 09:41 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e1d01c02a7b3 @Ignore'd a failing DatePickerTest ! modules/controls/src/test/java/javafx/scene/control/DatePickerTest.java Changeset: 79c688dfa63d Author:

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Felix Bembrick
Exactly. I think we need to come up with a word that implies that it's really a balance of quality and speed. That's why I suggested BALANCED but I am hoping we can do even better than that. As an aside, why did you decide to not expose the setting of either the AA type or number of samples? I w

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Chien Yang
Yes, very good point, we struggled with the DEFAULT value too. It doesn't really convey the in between value of FAST and NICEST. - Chien On 7/23/2013 1:41 PM, Felix Bembrick wrote: I am not sure I like the name of the value DEFAULT. To me "default" implies some kind of "typical" option for th

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Tom Schindl
Hi, The question for me is what we want: * disable iconification / maxification completely (even through code) => then an iconifiable property is appropriate * disable iconification / maxification through trimbar buttons => then I'd vote for the possibility to set the buttons enabled on

hg: openjfx/8/graphics/rt: RT-31880 SpiralText got EXCEPTION_ACCESS_VIOLATION: Race condition on dispose

2013-07-23 Thread hang . vo
Changeset: 5a8cd1d2c0bd Author:Yao Wang Date: 2013-07-23 13:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5a8cd1d2c0bd RT-31880 SpiralText got EXCEPTION_ACCESS_VIOLATION: Race condition on dispose ! modules/graphics/src/main/java/com/sun/javafx/font/directwrit

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
A whole pile of output to standard out. Is it being redirected?? Richard On Jul 23, 2013, at 1:51 PM, Felix Bembrick wrote: > I turned on logging because simply using -Djavafx.pulseLogger=true produced > no output at all! > What should I be seeing? > > On 24 July 2013 06:48, Richard Bair wro

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Richard Bair
Actually that is exactly what I was hoping DEFAULT would mean -- some kind of typical option for the particular platform (maybe even disabled on some!). Richard On Jul 23, 2013, at 1:41 PM, Felix Bembrick wrote: > I am not sure I like the name of the value DEFAULT. To me "default" > implies s

hg: openjfx/8/graphics/rt: RT-31752: Getting error message ': CGAffineTransformInvert: singular matrix.'

2013-07-23 Thread hang . vo
Changeset: 2ac36adbe491 Author:Felipe Heidrich Date: 2013-07-23 14:48 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2ac36adbe491 RT-31752: Getting error message ': CGAffineTransformInvert: singular matrix.' ! modules/graphics/src/main/java/com/sun/javafx/font/co

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
Try again... PULSE: 1 [0ms:57ms] T11 (3 +0ms): CSS Pass T11 (3 +0ms): Layout Pass T11 (4 +0ms): Waiting for previous rendering T11 (4 +7ms): Copy state to render graph T9 (25 +0ms): Dirty Opts Computed T9 (25 +29ms): Painted Counters: Cached Region background image used: 1 Nodes rendered: 6 No

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Felix Bembrick
Yes, that's what the word "default" implies but clearly the DEFAULT in the suggested enum does not mean that at all. On 24 July 2013 07:37, Richard Bair wrote: > Actually that is exactly what I was hoping DEFAULT would mean -- some kind > of typical option for the particular platform (maybe eve

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
Not sure why the output is not appearing with Eclipse but here is the output using the command line: On 24 July 2013 07:38, Richard Bair wrote: > A whole pile of output to standard out. Is it being redirected?? > > Richard > > On Jul 23, 2013, at 1:51 PM, Felix Bembrick > wrote: > > I turne

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
Hi Felix, Thanks, this helps a lot. Let me walk through it: > PULSE: 1 [0ms:57ms] The PulseLogger accumulates data for each pulse that occurs. Here we've got: PULSE: [pulse number] [[time since end of previous frame]ms:[time this pulse took, including time it took waiting for previous pulse]ms

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
W hat I didn't mention is that with this website famo.us I initially started with WebView in JavaFX 2.2.5 and it renders the animations but very, very slowly and is not really usable. However, with JavaFX 8 b99 it's much, much worse. Now it doesn't even get to render the first animation as it jus

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
I'm not seeing anything at all, beyond a fuzzy background image (similar app to yours): import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.web.WebView; import javafx.stage.Stage; public class HelloWebView extends Application { @Override public void start(St

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
Doh, that's just what you said :-) On Jul 23, 2013, at 3:49 PM, Richard Bair wrote: > I'm not seeing anything at all, beyond a fuzzy background image (similar app > to yours): > > import javafx.application.Application; > import javafx.scene.Scene; > import javafx.scene.web.WebView; > import ja

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
I've filed https://javafx-jira.kenai.com/browse/RT-31885, lets see how that turns out. Richard On Jul 23, 2013, at 3:49 PM, Richard Bair wrote: > Doh, that's just what you said :-) > > On Jul 23, 2013, at 3:49 PM, Richard Bair wrote: > >> I'm not seeing anything at all, beyond a fuzzy backg

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
Just thinking, it might also be CSS 3 transforms are not supported yet in WebView? I'm not certain, will need to hear back from Peter. Richard On Jul 23, 2013, at 3:53 PM, Richard Bair wrote: > I've filed https://javafx-jira.kenai.com/browse/RT-31885, lets see how that > turns out. > > Richa

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
Windows 7 64-bit here. On 24 July 2013 08:53, Richard Bair wrote: > I've filed https://javafx-jira.kenai.com/browse/RT-31885, lets see how > that turns out. > > Richard > > On Jul 23, 2013, at 3:49 PM, Richard Bair wrote: > > > Doh, that's just what you said :-) > > > > On Jul 23, 2013, at 3:4

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
No, I tried running http://www.the-art-of-web.com/css/3d-transforms/#.UemI7BK9LCQ in WebView and other than a bug (the transforms are not drawn right, maybe the wrong Z values since web uses the opposite Z values that we do) the CSS 3 transforms look good and run fast. Richard On Jul 23, 2013

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
Well if it's to do with CSS3 then why did it work with JavaFX 2? On 24 July 2013 08:55, Felix Bembrick wrote: > Windows 7 64-bit here. > > > On 24 July 2013 08:53, Richard Bair wrote: > >> I've filed https://javafx-jira.kenai.com/browse/RT-31885, lets see how >> that turns out. >> >> Richard >

Re: WebView capabilities review

2013-07-23 Thread Richard Bair
Another good one to look at in terms of performance is impress.js, which looks pretty dang good in web view. Richard On Jul 23, 2013, at 4:00 PM, Richard Bair wrote: > No, I tried running > http://www.the-art-of-web.com/css/3d-transforms/#.UemI7BK9LCQ in WebView and > other than a bug (the t

Re: WebView capabilities review

2013-07-23 Thread Felix Bembrick
Do you have an example URL? On 24 July 2013 09:04, Richard Bair wrote: > Another good one to look at in terms of performance is impress.js, which > looks pretty dang good in web view. > > Richard > > On Jul 23, 2013, at 4:00 PM, Richard Bair wrote: > > No, I tried running > http://www.the-art-

Re: Can JavaFX do CAD?

2013-07-23 Thread Daniel Zwolenski
+1 More specifically I would like to know the official recommended best practices for implementing a CAD style app in JFX. - How best to represent large numbers of complex shapes efficiently, and when to add shapes to the scene (add all and let jfx clip, or manually work out what should be sho

Re: Can JavaFX do CAD?

2013-07-23 Thread Joe McGlynn
That's a demo I'd love to see. On Jul 23, 2013, at 4:21 PM, Daniel Zwolenski wrote: > +1 > > More specifically I would like to know the official recommended best > practices for implementing a CAD style app in JFX. > > - How best to represent large numbers of complex shapes efficiently, and

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Chien Yang
We are way past the feature freeze date for this release. The objective now is to ensure the API is clean and doesn't preclude future options. Currently MSAA is the only supported technique and specifying the number of samples will require additional API which we aren't ready to commit. - Chie

Re: Can JavaFX do CAD?

2013-07-23 Thread Tadashi Ohmura
I am interested in this theme very much, too. I have been engaged in development of CAD/CAM system on Java for many years. This StellaVision for Java please look at http://www.stellacorp.co.jp/en/products/soft/java/index.htm I investigate that I develop the next version based on JFX. Tadashi Oh

Re: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Chien Yang
Well, I personally think that might be over stretching. :-) FAST and NICEST will behave no difference on a platform that can't support AA. For such platform we will have to cover in the API specification. - Chien On 7/23/2013 2:37 PM, Richard Bair wrote: Actually that is exactly what I was h

Fwd: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Scott Palmer
copying the list... -- Forwarded message -- From: Scott Palmer Date: Tue, Jul 23, 2013 at 9:33 PM Subject: Re: API Change Proposal - Re: MSAA and Scene anti aliasing To: Chien Yang Is DEFAULT intended to defer to the settings in the system graphics drivers (e.g. nVidia control

hg: openjfx/8/graphics/rt: RT-31399: Label misbehaves when TextAlignment is set to JUSTIFY

2013-07-23 Thread hang . vo
Changeset: 8f404415e671 Author:Felipe Heidrich Date: 2013-07-23 20:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8f404415e671 RT-31399: Label misbehaves when TextAlignment is set to JUSTIFY ! modules/graphics/src/main/java/com/sun/javafx/text/TextRun.java

Re: Can JavaFX do CAD?

2013-07-23 Thread Joseph Andresen
I believe JavaFx could do cad, first step would be to provide a simple data set and boil it down to the best render paths in JavaFX. As far as I know it shouldn't be any worse than swing with the slowest render paths. -Joe On Jul 23, 2013, at 8:47 AM, Chris Gay wrote: > Hello all. > > Plea

Re: Fwd: API Change Proposal - Re: MSAA and Scene anti aliasing

2013-07-23 Thread Chien Yang
Hi Scott, This isn't in the plan for JavaFX 8. I'm not sure how feasible it is to access this information from different GPU vendors and across platforms (desktop and embedded). - Chien On 7/23/2013 6:33 PM, Scott Palmer wrote: copying the list... -- Forwarded message -