Re: CFV: New OpenJFX Committer: Oleg Mazurov

2013-07-10 Thread Jasper Potts
Vote: YES On Jul 10, 2013, at 1:05 AM, Anthony Petrov anthony.pet...@oracle.com wrote: Vote: YES

Re: FBX Importer for OpenJFX

2013-07-26 Thread Jasper Potts
We at Oracle don't have plans for a FBX importer. We have a importer for Maya ASCII which supports animation. Other than that simple mesh importers for Obj, Max and Collada. We are working on a more fully featured Collada importer that will support animation etc. You may be able to get away

Re: CFV: New OpenJFX Committer:Daniel Blaukopf

2013-08-06 Thread Jasper Potts
Vote: yes. Jasper On Aug 6, 2013, at 8:15 AM, David Hill david.h...@oracle.com wrote: I hereby nominate Daniel Blaukopf to OpenJFX Committer. Daniel is a member of the Embedded Device team, which means he works across various aspects of the platform. He is also the architect for the

Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Jasper Potts
Windows XP = Tahoma 8pt Windows Vista or newer = Segoe UI 12,15 or 18 depending on user large font setting Mac = Lucida Grande 13 Linux = I am not 100% sure think Lucida Sans 12 Jasper On Aug 24, 2013, at 7:55 AM, Richard Bair richard.b...@oracle.com wrote: It depends on the platform. We

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

Re: CFV: New OpenJFX Committer: Joseph Andresen

2013-09-25 Thread Jasper Potts
Vote: yes On Sep 25, 2013, at 8:17 AM, Artem Ananiev artem.anan...@oracle.com wrote: I hereby nominate Joe Andresen to OpenJFX Committer. Joe is a member of JavaFX Graphics team at Oracle. His first changeset in Prism is dated by 2009, and total number of commits is close to one hundred.

Re: Proportional paint object behavior inconsistent and needs to change

2013-11-18 Thread Jasper Potts
I agree with Scott, it seems bad if gradient doesn't match stroke bounds when applied to stroke. Jasper On Nov 18, 2013, at 9:36 PM, Scott Palmer swpal...@gmail.com wrote: It wasn't clear from your original message that the stroke bounds were much more expensive. Given that additional

Re: Look and feel mechanism?

2013-12-08 Thread Jasper Potts
You can set skin classes from CSS so should be able to do everything you could with Swing and more. With just a CSS file and skins as and when needed. Jasper On Dec 8, 2013, at 3:00 PM, Jonathan Giles jonathan.gi...@oracle.com wrote: At present there are no plans to introduce any further

Re: To Be Or Not To Be (Native), was:Look and feel mechanism?

2013-12-11 Thread Jasper Potts
I feel it's possible to emulate native well enough that vast majority of users would not notice. But I don't think it's commercially viable as the cost to create and maintain is just too high. I worked for years with apps using Swing native LAF and later on worked on Swing team on LAFs

Re: Performance-limiting characteristics of Nodes

2013-12-29 Thread Jasper Potts
My experience was it is not the number of Nodes. It's the number of Nodes that are changed/dirty in a single frame. So having a scene with 500 nodes may take a couple of seconds to render first time but then you can animate a couple of those nodes at 60fps if you done make too big a area dirty.

Re: Performance-limiting characteristics of Nodes

2013-12-30 Thread Jasper Potts
issue really is, given your statement. Tom On 2013-12-30 1:50, Jasper Potts wrote: My experience was it is not the number of Nodes. It's the number of Nodes that are changed/dirty in a single frame. So having a scene with 500 nodes may take a couple of seconds to render first time

Re: Opacity in Image.getPixelReader.getColor()

2014-03-17 Thread Jasper Potts
My understanding is alpha and opacity are same just different range. Opacity is 0.0 to 1.0 Alpha is 0 to 255 Jim or Kevin will be authority on this. Jasper On Mar 16, 2014, at 5:55 AM, Tom Schindl tom.schi...@bestsolution.at wrote: Hi, Maybe I'm completely wrong but to me it looks

Re: macosx fullscreen and window manager

2014-03-31 Thread Jasper Potts
Hot corners and screen saver could just be turned off in system preferences. Then the cursor set to empty. If you need dynamic then you might be able to use something like JNA or JNIWrapper to make native call need to disable those things. Jasper On Mar 29, 2014, at 2:08 AM, Erik Colson

Re: Dynamic position/size change and built-in layouts

2014-04-03 Thread Jasper Potts
VBox preferred size will grow if one of its children's preferred sizes grows. It will be down the the parent node of the VBox to react to that and make the VBox bigger if there is space available. The change is not immediate it will happen one pulse later. Jasper On Apr 3, 2014, at 7:01 AM,

hg: openjfx/8u-dev/rt: Many improvements to Modena CSS for Spinner.

2014-07-17 Thread jasper . potts
Changeset: 1de821d7599b Author:Jasper Potts Date: 2014-07-17 13:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1de821d7599b Many improvements to Modena CSS for Spinner. Added Spinners to Modena sample application ! apps/samples/Modena/src/main/java/modena

Re: CFV: New OpenJFX Committer: Johan Vos

2015-12-22 Thread Jasper Potts
Vote: yes Sent from my iPhone > On Dec 22, 2015, at 5:03 PM, Alexander Kouznetsov > wrote: > > Vote: yes > > Best regards, > Alexander Kouznetsov > (408) 276-0387 > >> On 21 дек 2015 11:45, David Hill wrote: >> >> I hereby nominate Johan Vos to OpenJFX