Re: I want to build the project and need help
- From: Steven Herod <steven.herod@gmail.com>
- To: Jungeun Woo <Jungeun.Woo@Sun.COM>
- Cc: users@twitterfx.kenai.com
- Subject: Re: I want to build the project and need help
- Date: Thu, 22 Jan 2009 05:51:40 +1100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:mime-version:subject :date:references:x-mailer; b=fPMvhVuj+hBxCoHBoaGOCqCRbB8x0dTJk3tcXWJDZKutDMWs6gvNJ1eCHN+QJK653S 1MF9Gt7X8Cl+EutnCs1FD7hwld7P55y3/Dsm8l5IAtoIVIjFjdtdAUqTiMg75VjGQq4s 2xlIcG20/6jrguBPjCahvXzjDkwDtVc0MVJuY=
| Hi Jungeun Um, no, it should work just fine, but you are not the first person to have reported this issue, there is one other. Are you using a non-english (perhaps korean) version of Windows? It may be a font thing In the StatusNode.fx class (or indeed, the entire project), you should search and remove this line: name: "Lucida Grande" from all the font statements and re-run it. The documentation for Font says that JavaFX should fall back to a working font if it isn't available (Lucida Grande is a OSX only font) - and I haven't written the bit yet that makes the most appropriate font selection for the platform. On 22/01/2009, at 1:04 AM, Jungeun Woo wrote:
|
| jungeun.woo | 01/21/2009 | |
| Steven Herod | 01/21/2009 | |
| Jungeun Woo | 01/21/2009 | |
|
Re: I want to build the project and need help |
Steven Herod | 01/21/2009 |
| Jungeun.Woo | 01/22/2009 |






