JavaFX PDF Support

2013-05-22 Thread Mark Fortner
to be able to do with this type of component: http://www.youtube.com/watch?v=1M26DRlZwSM Regards, Mark Fortner

Table Column Headers

2013-06-27 Thread Mark Fortner
Recently I found that I needed to make a custom table column header. I needed the column header background to be different, and I needed to display a tooltip to display the entire column name in cases where it had been truncated. Going forward it would be nice to be able to filter by entering

Re: Table Column Headers

2013-06-27 Thread Mark Fortner
Scott, I think that may be in the works: https://javafx-jira.kenai.com/browse/RT-14905 Cheers, Mark On Thu, Jun 27, 2013 at 11:51 AM, Scott Palmer swpal...@gmail.com wrote: Can you use CSS to set the Labeled to Graphic Only mode? Scott On Thu, Jun 27, 2013 at 1:01 PM, Mark Fortner

Re: How are Mnemonics On Buttons Supposed To Work?

2013-07-01 Thread Mark Fortner
is automatically entered into your menus. Accelerators work on both Windows and OS X ( http://stackoverflow.com/questions/12710468/using-javafx-2-2-mnemonic). -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto: openjfx-dev-boun...@openjdk.java.net] On Behalf Of Mark Fortner

Re: JavaFX 8 Progress

2013-07-18 Thread Mark Fortner
I've heard the webstart is broke, don't fix it, move on song before from a number of people. What I haven't heard is a credible solution to solving the very real problem of keeping an app up-to-date in a corporate setting. For the most part, I agree that if you're in the business of selling

Re: Level of detail

2013-07-30 Thread Mark Fortner
This is a common problem when scaling a chart. When you zoom out you want to temporarily remove data from the chart that will result in overlapping nodes. This usually results in improved memory and responsiveness. When rendering graphs (i.e. DAGs) you want subgraphs of nodes to collapse into a

Re: CNET: Google begins barring browser plug-ins from Chrome

2013-09-25 Thread Mark Fortner
Hi Daniel, I guess everyone is still too caught up in the javaone frenzy to reply. We'll probably convert our web start applet into an application. All of the lighter-weight stuff may get migrated to html5 or we might look at a widget framework as a container for those applets. Depends on the

Re: Moving on to a round house kick (forked from Re: JavaOne roundup?)

2013-09-30 Thread Mark Fortner
I'm not an apologist for Oracle, but in their defense, I can't see any commercial company telegraphing their punches by pre-announcing technology. If you want support for those platforms, feel free fork the codebase and write it. I'd be satisified if we could get high-priority bugs and

Re: Code Review Policies

2013-11-07 Thread Mark Fortner
Did you guys ever take a look at Crucible (part of the Atlassian suite)? It makes diff's easier to read, and lets you provide feedback in the context of the code. Cheers, Mark On Thu, Nov 7, 2013 at 3:21 PM, Richard Bair richard.b...@oracle.comwrote: Awesome! Thanks guys. I hope everybody

Fwd: Reloading stylesheets

2013-12-10 Thread Mark Fortner
It would be nice if there were some documentation for how to get around the memory leak in stylesheets in 7x (since most of us won't be upgrading to 8 until it's actually released). And in general if there were some performance guidelines for JavaFX that would be really helpful. There was some

Re: javafxpackager and launcher

2014-01-10 Thread Mark Fortner
Comments in-line I just started experimenting with the javafxpackager and I noticed that the .exe that is created could, and probably should, have more things customized in the resources. If you get properties on the file in Windows and look at the Details tab, things like Product name and

Re: 8u20 review request: RT-35635: new bundlers for fxpackager

2014-03-14 Thread Mark Fortner
Just out of curiousity, is there some reason that the new classes are in *com.oracle* and *com.sun* packages instead of just in a *javafx.tools*package? import com.oracle.bundlers.windows.WindowsBundlerParam; import com.sun.javafx.tools.packager.Log; import

Re: Using JavaFX deploy and having signing issues...

2014-03-24 Thread Mark Fortner
Tony and/or Danno, Would you mind documenting the steps that you had to go through to make a Mac application that was submittable to the Apple Store? I'm sure everyone who's struggling to create applications would appreciate the information. Cheers, Mark On Mon, Mar 24, 2014 at 3:30 PM, Tony

Re: JavaScript library for JavaFX fans?

2014-12-16 Thread Mark Fortner
Just to be clear, you're looking for a js library that has JavaFX-like components, an event model, threading, graphics, animation and charting. And runs in a browser. You're not looking to use fxml and js to build an application, correct? On Dec 16, 2014 5:13 AM, Jim Laskey (Oracle)

Re: JavaScript library for JavaFX fans?

2014-12-16 Thread Mark Fortner
(Oracle) james.las...@oracle.com wrote: He mentioned JavaFX Script language, so I assume he wants to work with FX directly from Javascript. Look at https://blogs.oracle.com/nashorn/entry/jjs_fx as an example Cheers, -- Jim On Dec 16, 2014, at 10:49 AM, Mark Fortner phidia...@gmail.com

Re: What are the plans for Java9?

2015-03-31 Thread Mark Fortner
It would be nice if there was official support for mobile app packaging. Cheers, Mark On Tue, Mar 31, 2015 at 11:55 AM, Tom Schindl tom.schi...@bestsolution.at wrote: Hi, Are there any official plans already for Java9? One of the major pain points I see is that the java-packager does not

Re: Future of JavaFX

2015-12-02 Thread Mark Fortner
I think the first hurdle is to get people to sign the CLA. Having to print a copy, sign it, and find a fax machine or scanner to resend it seems kind of archaic in this day and age. That said, e-signing a PDF shouldn't be too difficult, but it would be better if it were simply a form that you

Re: Anyone using JMX with JavaFX?

2016-06-10 Thread Mark Fortner
Back to the original topic, since JMX is used to monitor servers and applications, and since most of us don't write monitoring software, the audience for it is by definition small. I would imagine that Oracle and perhaps a Cisco (or companies involved in network monitoring) would be interested,

Re: OpenJFX initiative

2017-09-23 Thread Mark Fortner
I must have missed the bit where you described a proposed roadmap. I think for the most part I've seen JavaFX used as a means of keeping older Swing-based projects alive. In the enterprise, those projects are dwindling, in part because people just rebuild them as web applications. It's easier to

JPackage package types

2018-12-14 Thread Mark Fortner
I know that there are a number of projects out there for building web assembly artifacts from Java projects (TeaVM and JWebAssembly to name a couple). I'm curious if anyone on the JPackage team is looking into the possibility of generating Web Assembly as one of the supported deployment