[flexcoders] Re: Embedded Fonts and Flash Builder 4.01

2010-07-24 Thread Jeff
Thanks Alex, I guess I was thrown off by the warning text which had it as 'embedAsCff not 'embedAsCFF'. I fixed that and then removed -managers=flash.fonts.AFEFontManager from my compiler settings and the warnings disappeared. I was also thrown off that I thought Halo components required

Re: [flexcoders] Value Object --- Object Proxy --- huh???

2010-07-24 Thread Richard Rodseth
Not sure it's worth the trouble, but did you have some particular technique in mind? I think I might have asked about this before, but if MXML had a way to do constructor injection it could also help frameworks like Mate so they don't need tags with attributes called arguments. On Fri, Jul 23,

[flexcoders] Re: Issue with item renderer in Flex 3

2010-07-24 Thread Amy
Use DataGrid_witStyle at flexdiary.blogspot.com. This sort of thing is exactly why I wrote it. Check out the itemRenderer example I provided if you need to use style properties that don't exist in your itemRenderer's base class. Note that at least part of your problem is coming from the fact

Re: [flexcoders] Value Object --- Object Proxy --- huh???

2010-07-24 Thread Alex Harui
For some setters you can test against null to know if the value was previously set, otherwise you’d need flags. Then ignore or throw an error. On 7/24/10 8:04 AM, Richard Rodseth rrods...@gmail.com wrote: Not sure it's worth the trouble, but did you have some particular technique in

Re: [flexcoders] Re: Embedded Fonts and Flash Builder 4.01

2010-07-24 Thread Alex Harui
If you are using MXFTEText.css then the Halo components can use CFF fonts. Otherwise, sounds like there is still something unexplained going on. On 7/24/10 4:18 AM, Jeff jbarts1...@yahoo.com wrote: Thanks Alex, I guess I was thrown off by the warning text which had it as 'embedAsCff not