TableView column header bug?

2014-08-29 Thread Robert Fisher
Hi guys, it's me again J I found another bug in TableView. I didn't find a JIRA issue for it, so again I want to check if it's known. To reproduce: . Start Java 8 / Modena Ensemble app. . Load TableView control. . Increase the size of one of the columns so they spill

AW: GridPane percent width.

2014-08-28 Thread Robert Fisher
, I would suggest you file a JIRA issue with some sample to reproduce the issue: https://javafx-jira.kenai.com. See also https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report Thanks, -Martin On 27.8.2014 17:16, Robert Fisher wrote: Hi all, I have a grid pane with 2 columns

GridPane percent width.

2014-08-27 Thread Robert Fisher
Hi all, I have a grid pane with 2 columns, with one child in each. The columns are each assigned 50% width. I find that for some sizes (maybe when the total width is an odd number of pixels), the right-most column of pixels of the right child are cut off and not rendered. Is this

Re: Blurry strokes and zooming via scale transforms

2014-06-13 Thread Robert Fisher
Thanks for the links, I'll take a look. Rob -Ursprüngliche Nachricht- Von: John Smith [mailto:john_sm...@symantec.com] Gesendet: Donnerstag, 12. Juni 2014 22:05 An: Robert Fisher; openjfx-dev@openjdk.java.net Betreff: RE: Blurry strokes and zooming via scale transforms A couple

Blurry strokes and zooming via scale transforms

2014-06-12 Thread Robert Fisher
Hi all, I'm trying to avoid the blurry strokes you can get in JavaFX in some cases, e.g. for a non-integer stroke width, or a stroke width of 1 and StrokeType.CENTERED. So far my 'solution' to this problem has been to round layout values to integers, or to round and add 0.5 in the

AW: Blurry strokes and zooming via scale transforms

2014-06-12 Thread Robert Fisher
? Tom On 2014-6-12 10:56, Robert Fisher wrote: Hi all, I'm trying to avoid the blurry strokes you can get in JavaFX in some cases, e.g. for a non-integer stroke width, or a stroke width of 1 and StrokeType.CENTERED. So far my 'solution' to this problem has been to round layout values

Transparency and drop-shadow

2014-03-28 Thread Robert Fisher
Hi everyone, I'm have some problems mixing transparency and drop-shadow together. Suppose I want to create a transparent white rectangle with a subtle drop-shadow effect. If I create a rectangle with a transparent white fill and a light grey drop-shadow, I get something like in the left

Re: Poor font rendering..

2014-03-11 Thread Robert Fisher
Hi Felipe, thanks for the detailed reply, that Firefox blog post is interesting. I guess sub-pixel positioning is the crucial point here. If a black, 1-pixel wide vertical stroke is positioned between two pixels, you'll get a dimmer, 2-pixel wide stroke instead. Suppose I want to see what

AW: Poor font rendering..

2014-03-10 Thread Robert Fisher
Hi Felipe, I've added the results from the DirectWrite 'Hello World' sample to the image: http://i.imgur.com/CGyckge.png Is this supposed to be the benchmark for how black text should look? In my opinion the text in Chrome / Firefox / Eclipse is a lot clearer and sharper when viewed at 100%.

Re: Poor font rendering..

2014-03-07 Thread Robert Fisher
Hi Felipe, Hi Phil, Thanks for the tips. Phil, your program yielded the following output: Text-specific antialiasing enable key : LCD HRGB antialiasing text mode Text-specific LCD contrast key : 120 I tried all of the 5 settings that Felix mentioned. Here are my results for the default font

Re: Poor font rendering..

2014-03-06 Thread Robert Fisher
Hi all, I think there is still room for improvement in terms of the 'contrast' or 'vibrancy' of fonts in JavaFX. Take a look at this example: http://i.imgur.com/6qSamTO.png I'm running Windows 7. What you are seeing is a screenshot of the default font, zoomed in 600%. The top text is JavaFX 8

Re: JavaFX applications turning to black screen after some time

2013-09-10 Thread Robert Fisher
+1 I see this too, also Windows 7. -Ursprüngliche Nachricht- Von: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] Im Auftrag von John C. Turnbull Gesendet: Dienstag, 10. September 2013 07:55 An: openjfx-dev@openjdk.java.net Betreff: JavaFX applications

RE: Poor quality font rendering

2013-08-29 Thread Robert Fisher
...@openjdk.java.net] Im Auftrag von Robert Fisher Gesendet: Donnerstag, 29. August 2013 09:07 An: openjfx-dev@openjdk.java.net Betreff: RE: Poor quality font rendering Hi all, I've done a few tests to compare font rendering between JavaFX and something native on my 64bit Windows 7 machine. I used Firefox to test

RE: Poor quality font rendering

2013-08-29 Thread Robert Fisher
Hi all, I've done a few tests to compare font rendering between JavaFX and something native on my 64bit Windows 7 machine. I used Firefox to test native font rendering, and JavaFX 8 b100 (my apologies if something's been fixed since then), using the code Phil just posted to create a Label,

RE: Poor quality font rendering

2013-08-29 Thread Robert Fisher
...@oracle.com] Gesendet: Donnerstag, 29. August 2013 17:42 An: Robert Fisher Cc: openjfx-dev@openjdk.java.net Betreff: Re: Poor quality font rendering Hi Robert, Please add this information to https://javafx-jira.kenai.com/browse/RT-14187 See my previous message, it is possible the difference is due

AW: Building JavaDoc and Sources JARs

2013-07-26 Thread Robert Fisher
For a source jar/zip I added the following top-level task to my build.gradle file: task jfxrtSources(type: Zip) { group = Basic; description = Packs all sources for jfxrt.jar into a zip file; archiveName = build/javafx-src.zip; includeEmptyDirs = false;

AW: FBX Importer for OpenJFX

2013-07-25 Thread Robert Fisher
and the quality of its COLLADA exports? August Am Mittwoch, den 24.07.2013, 09:38 +0200 schrieb Robert Fisher rfis...@tesis.de: Hi all, We would like to be able to load FBX files into the 3DViewer app. Are there any plans to develop an FBX importer, or is this something we should

FBX Importer for OpenJFX

2013-07-24 Thread Robert Fisher
Hi all, We would like to be able to load FBX files into the 3DViewer app. Are there any plans to develop an FBX importer, or is this something we should implement ourselves? Thanks in advance. Rob