RE: Small drawing problem with Chinese-compatible font

2010-09-22 Thread Roger L. Whitcomb
Hmm, the font it is finding (using the algorithm below) is: Arial Unicode MS, which is having problems. Roger Whitcomb | Architect, Engineering | roger.whitc...@ingres.com | Ingres | 500 Arguello Street | Suite 200 | Redwood City | CA | 94063 | USA +1 650-587-5596 | fax: +1 650-587-5550 -

Re: Run Pivot in a Headless environment

2010-09-22 Thread Todd Volkert
It works fine -- you just need a virtual frame buffer running so the low-level graphics API calls have a rendering context. -T On Wed, Sep 22, 2010 at 7:33 AM, Greg Brown wrote: > Todd may be able to confirm that, but I don't see any reason why it shouldn't. > > On Sep 22, 2010, at 7:08 AM, Sand

Re: Run Pivot in a Headless environment

2010-09-22 Thread Greg Brown
Todd may be able to confirm that, but I don't see any reason why it shouldn't. On Sep 22, 2010, at 7:08 AM, Sandro Martini wrote: > > So I take that all works even with latest trunk version, right ? > Very good. > > Thank you, > Sandro > > -- > View this message in context: > http://apache-

RE: [jira] Commented: (PIVOT-245) In Skin json file, add optional coefficients for darkening and brightening base colors

2010-09-22 Thread aappddeevv
You may want to consider a few "multipliers." I've included the code I added this to my aspects library. It includes contrast, transparency and brightener (not by color component though). Just a thought if you are adding this in. The code was designed to configure in the serializer under my compone

[jira] Commented: (PIVOT-245) In Skin json file, add optional coefficients for darkening and brightening base colors

2010-09-22 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913513#action_12913513 ] Sandro Martini commented on PIVOT-245: -- > Why not add a new signature with the multipli

Re: Announcement for the (future) JavaFX 2.0

2010-09-22 Thread Greg Brown
Reading a little more, it also appears that Oracle is planning to at least attempt to provide an "HTML 5 rendering pipeline" for Prism: http://steveonjava.com/javafx-2-0/ Based on my own preliminary investigation of providing such support to Pivot, I don't think they will be (completely) succes

Re: Announcement for the (future) JavaFX 2.0

2010-09-22 Thread Greg Brown
>> Some info here: >> http://marxsoftware.blogspot.com/2010/09/javaone-2010-opening-keynote.html >> and an extract: >> The "high-performance graphics engine" called Prism (and used with >> JavaFX and discussed at last year's JavaOne) will be made available. It >> renders 2D objects today, but will

[jira] Updated: (PIVOT-500) JNLP demos that use signed JARs fail to launch

2010-09-22 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-500: - Fix Version/s: 2.1 (was: 2.0) I agree with Greg, so postpone this feature (

Re: Announcement for the (future) JavaFX 2.0

2010-09-22 Thread Sandro Martini
Hi Greg, take a look here: > The real problem that I see (in the med/long term) is that Oracle is > rewriting the graphics pipeline, but seems that it will NOT be released as > part of Java SE ... too bad in my opinion. > Some info here: > http://marxsoftware.blogspot.com/2010/09/javaone-2010-ope

Re: Run Pivot in a Headless environment

2010-09-22 Thread Sandro Martini
So I take that all works even with latest trunk version, right ? Very good. Thank you, Sandro -- View this message in context: http://apache-pivot-developers.417237.n3.nabble.com/Run-Pivot-in-a-Headless-environment-tp1557788p1560451.html Sent from the Apache Pivot - Developers mailing list ar