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 strategies.

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 f

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

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 atta

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 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 > support to set a spl

Re: JavaScript library for JavaFX fans?

2014-12-16 Thread Mark Fortner
f > > > On Dec 16, 2014, at 9:07 AM, Jim Laskey (Oracle) > 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, > >

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)" wrote: > Na

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: 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 com.sun.javafx.tools.packager.bundlers.C

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

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 me

Re: Code Review Policies

2013-11-07 Thread Mark Fortner
7;t it? Cheers, Mark On Thu, Nov 7, 2013 at 3:54 PM, Richard Bair wrote: > Yes, we've been looking at it. But until OpenJDK manages to get some code > review tool hosted externally, we want something everybody can use. > > Richard > > On Nov 7, 2013, at 3:53 PM, Mark Fortne

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 wrote: > Awesome! Thanks guys. I hope everybody else sees what I see he

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 performanc

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

2013-09-29 Thread Mark Fortner
When you click a JNLP link (or button, invoke javascript, whatever...) the browser downloads a JNLP file then runs javaws to open that file. Beyond that there is no involvement with the browser. I believe that's true for webstart applications, but not for webstart applets. In the latter case, we

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 amou

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 me

Re: Java Deployment (was Re: JavaFX 8 Progress)

2013-07-20 Thread Mark Fortner
-updating, etc > > > > - we need to build one, not that hard, maybe a month or two of > > > > work to > > get a first working version out. I would have built one by now but > > because jfx packaging tools are so bad I've burnt up all my spare time > > jus

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 com

Re: How are Mnemonics On Buttons Supposed To Work?

2013-07-01 Thread Mark Fortner
al Message----- > From: openjfx-dev-boun...@openjdk.java.net [mailto: > openjfx-dev-boun...@openjdk.java.net] On Behalf Of Mark Fortner > Sent: Monday, July 01, 2013 10:35 AM > To: openjfx-dev@openjdk.java.net > Subject: How are Mnemonics On Buttons Supposed To Work? > > Rece

How are Mnemonics On Buttons Supposed To Work?

2013-07-01 Thread Mark Fortner
Recently, I added mnemonics to some buttons and enabled mnemonic parsing, and noticed that the mnemonic isn't rendered. I came across this issue: https://javafx-jira.kenai.com/browse/RT-18849 which seems to indicate that NOT showing mnemonics is the expected behavior. If that's correct, how are

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 wrote: > Can you use CSS to set the "Labeled" to Graphic Only mode? > > > Scott > > On Thu, Jun 27, 2013 at

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 som

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