A library for creating graph-like diagrams in JavaFX

2014-12-17 Thread Robert Fisher
Hi everyone, In case anyone is interested, we're working on an open source JavaFX library for creating graph-like diagrams: https://github.com/tesis-dynaware/graph-editor It uses EMF so you get undo/redo, serialization, and some other nice features. You can try out a demo here: https://g

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: TableView bug?

2014-08-29 Thread Robert Fisher
Ah yep, that looks like it. Cheers, Rob

TableView bug?

2014-08-29 Thread Robert Fisher
Hi guys, I am having some difficulties fine-tuning the style of my TableView and I'm wondering if I've found a bug. It may well be related to an existing JIRA issue, so I thought I'd check here first to see if I should create a new one. http://i.imgur.com/9tGc2FB.png These screenshots are

AW: GridPane percent width.

2014-08-28 Thread Robert Fisher
a bug, 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 gr

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 intentional

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 coup

AW: Blurry strokes and zooming via scale transforms

2014-06-12 Thread Robert Fisher
last transformation? 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 m

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 StrokeType

Drag events following pressed events.

2014-04-23 Thread Robert Fisher
Hi everyone, I'm confused about how pressed and dragged events are related in JavaFX. My initial assumption was that MOUSE_PRESSED events would *always* precede MOUSE_DRAGGED events. That is, you would never find a case where a MOUSE_DRAGGED event fired on a node and a MOUSE_PRESSED event had

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 pictur

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 GDI

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 (S

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-09 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
heidr...@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 i

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, expl

RE: Poor quality font rendering

2013-08-29 Thread Robert Fisher
x-dev-boun...@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

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
;s FBX. Do you have any experiences with Autodesk's FBX Converter and the quality of its COLLADA exports? August Am Mittwoch, den 24.07.2013, 09:38 +0200 schrieb Robert Fisher : > Hi all, > > We would like to be able to load FBX files into the 3DViewer app. Are > there any plan

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

Building sources for jfxrt.jar and missing packages

2013-07-16 Thread Robert Fisher
jfxrtSourcesTask); ... } Is this the correct way to go about it? I also noticed that the jfxrt.jar from the latest JDK1.8 snapshot includes com.sun.media.* packages which are not yet part of OpenJFX (at least I don´t think so, as my modules