Re: CFV: New OpenJFX Committer: Johan Vos

2015-12-22 Thread Alexander Kouznetsov
Vote: yes Best regards, Alexander Kouznetsov (408) 276-0387 On 21 дек 2015 11:45, David Hill wrote: I hereby nominate Johan Vos to OpenJFX Committer. Johan Vos (jvos) has been active in the OpenJFX community, and instrumental in the maturity of Monocle, the owner of the Android and IOS

Re: JavaFX on Raspberry Pi

2015-12-11 Thread Alexander Kouznetsov
I believe Gluon has support for camera. Not sure what platforms are supported, though. Best regards, Alexander Kouznetsov (408) 276-0387 On 5 дек 2015 20:37, Scott Palmer wrote: Thanks, that worked. Now I have to see how easily I can get he Device I/O stuff working. If I'm lucky, I might

Re: Pausing Quantum Renderer

2015-11-18 Thread Alexander Kouznetsov
Shouldn't this be an equivalent of minimizing the window? Best regards, Alexander Kouznetsov (408) 276-0387 On 18 ноя 2015 12:45, Johan Vos wrote: Hi, On Android, a JavaFX Application might transfer control to another app (and become invisible) and enter the foreground later. In that case

Re: [9] Review request for 8140503: JavaFX "Pair" Hash Code Collisions

2015-11-03 Thread Alexander Kouznetsov
ing of what hashcode is and how it is to be used. Best regards, Alexander Kouznetsov (408) 276-0387 On 3 ноя 2015 13:42, Alexander Kouznetsov wrote: After the fix, you should expect another incident report of Objects.hash(1, 0) == Objects.hash(0, 31) always true :-) I'd rather file anothe

Re: [9] Review request for 8140503: JavaFX "Pair" Hash Code Collisions

2015-11-03 Thread Alexander Kouznetsov
After the fix, you should expect another incident report of Objects.hash(1, 0) == Objects.hash(0, 31) always true :-) I'd rather file another bug on key == null causing NPE and closing this one as incomplete or not an issue. Best regards, Alexander Kouznetsov (408) 276-0387 On 3 ноя 2015

Re: Windows Hi-DPI

2015-10-30 Thread Alexander Kouznetsov
Have you tried running it with -Dprism.verbose=true flag? It should provide some debug output. Best regards, Alexander Kouznetsov (408) 276-0387 On 30 окт 2015 3:55, Felix Bembrick wrote: The NVIDIA Control Panel allowed me to disable SLI completely and I even rebooted. I also upgraded

Re: Fx questions

2015-10-30 Thread Alexander Kouznetsov
Hi Michael, Could you please file a bug on this? Best regards, Alexander Kouznetsov (408) 276-0387 On 30 окт 2015 3:21, Dr. Michael Paus wrote: This is good to know but I just gave it a try on my MacBookPro Retina and it failed. I opened the youtube start page and there was an add at the top

Re: Converting from svg format to javafx css svg

2014-01-16 Thread Alexander Kouznetsov
For JavaFX 8, please refer to http://download.java.net/jdk8/jfxdocs/javafx/scene/doc-files/cssref.html You can use -fx-min-width, -fx-pref-width, -fx-max-width and corresponding height properties to set region size. Best regards, Alexander Kouznetsov (408) 276-0387 On 15 дек 2013 11:17

Re: Progress Bar into Combo Box is not working properly

2014-01-16 Thread Alexander Kouznetsov
why there is the following situation: selected node cannot appear in the list of nodes at the same time: Your example also has some code to hide combobox which is confusing as it is not related to the question. Best regards, Alexander Kouznetsov (408) 276-0387 On 16 дек 2013 18:18, Peter

Re: Font.font() says it is point size but it looks like it are pixels

2014-01-16 Thread Alexander Kouznetsov
Tom, Could you please file a bug on this? Best regards, Alexander Kouznetsov (408) 276-0387 On 23 дек 2013 15:31, Tom Schindl wrote: Hi, The JavaDoc of Font.font says: -8- size - The point size of the font. This can be a fractional value, but must not be negative. If the size is 0

Re: How I do connect two panes?

2014-01-15 Thread Alexander Kouznetsov
Try using Line node. It has bindable coordinates. Best regards, Alexander Kouznetsov (408) 276-0387 On 7 янв 2014 1:30, Amine Tengilimoglu wrote: I want to connect two panes. panes are dragable so: I need dinamic line... Which API should I look at? ı am waiting for answers...thanx

Re: Launching JavaFX apps

2014-01-15 Thread Alexander Kouznetsov
Here is the link to file a bug on NetBeans: http://netbeans.org/bugzilla/enter_bug.cgi Best regards, Alexander Kouznetsov (408) 276-0387 On 8 янв 2014 18:45, Kevin Rushforth wrote: So yes, it does seem that Netbeans should modify the wording of their javadoc comment for the main() method

Re: Launching JavaFX apps

2014-01-15 Thread Alexander Kouznetsov
Scott, I didn't get that. Are you saying that main() method javadoc is correct? Best regards, Alexander Kouznetsov (408) 276-0387 On 15 янв 2014 16:40, Scott Palmer wrote: Thanks. I'm participating in NetCat 8.0 so I'm well aware of that link :-). But this doesn't appear to be a NetBeans

Re: [8u] Post-commit review: RT-35237, When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause

2014-01-15 Thread Alexander Kouznetsov
The link doesn't work for me. Best regards, Alexander Kouznetsov (408) 276-0387 On 13 янв 2014 16:33, Martin Sladecek wrote: Hello, here's a changeset for RT-35237 (When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause), if anybody's

Re: Post commit review: [Re: hg: openjfx/8u-dev/rt: RT-35147: [Android, Ensemble8] App should react to hardware buttons on Android]

2014-01-13 Thread Alexander Kouznetsov
Hi Steve, In general it looks good but I want to correct some parts of it. How should I proceed in this case? Best regards, Alexander Kouznetsov (408) 276-0387 On 3 янв 2014 21:44, Stephen F Northover wrote: Hi Alex, Samples were changed to support Android. Apparently, hitting escape

Re: Post commit review: [Re: hg: openjfx/8u-dev/rt: RT-35147: [Android, Ensemble8] App should react to hardware buttons on Android]

2014-01-13 Thread Alexander Kouznetsov
Hi Stefan, Thank you for this summary. As an android user I would say that #2 is not a good options for Ensemble. #3 is better than #1. However, it usually responds to the second key press only within a short period of time. About the time a notice message is shown. Best regards, Alexander

Re: please review RT-31668

2013-12-05 Thread Alexander Kouznetsov
Looks good to me if NetBeans 7.3.1 is happy as well. Thank you! Best regards, Alexander Kouznetsov (408) 276-0387 On 5 дек 2013 14:16, David Hill wrote: https://javafx-jira.kenai.com/browse/RT-31668 Kevin, Alexander, please review: http://cr.openjdk.java.net/~ddhill/RT-31668/ http