[flexcoders] Can't seem to get Myriad Pro to encode in Flex

2009-02-24 Thread Adrian Gillette
I'm trying to embed couple versions of Myriad Pro into my Flex project: Myriad Pro Semibold Condensed Myriad Pro Semibold Condensed Italic Myriad Pro Condensed I've tried two different methods to embed the fonts using CSS: 1. Using an OTF file. 2. Using a fla file with embedded

[flexcoders] Re: Can't seem to get Myriad Pro to encode in Flex

2009-02-24 Thread Adrian Gillette
By the way, I used Flash CS4 to create my font swf. --- In flexcoders@yahoogroups.com, Adrian Gillette gille...@... wrote: I'm trying to embed couple versions of Myriad Pro into my Flex project: Myriad Pro Semibold Condensed Myriad Pro Semibold Condensed Italic Myriad Pro Condensed

[flexcoders] Re: Using AdvancedDataGridRendererProvider for AdvancedDatagrid

2008-06-06 Thread Adrian Gillette
; } cursor.moveNext(); } removeButton.visible = isFirst; } I would greatly appreciate anyone's comments and/or suggestions on this solution. Thanks, Adrian --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 02 Jun 2008, Adrian Gillette wrote: But I having

[flexcoders] Using AdvancedDataGridRendererProvider for AdvancedDatagrid

2008-06-02 Thread Adrian Gillette
I'm using AdvancedDataGridRendererProvider to use custom itemEditors in an advanced datagrid. BTW - Thanks to Peter Ent for his blogs on the subject of itemrenderers. It was very helpful in showing how to bind textInputs to data in datagrids. But I having a problem with trying to determine

[flexcoders] Re: actionscript equivalent to setting labelFunction in PieSeries

2008-01-25 Thread Adrian Gillette
That worked. Thanks for your help. Adrian

[flexcoders] actionscript equivalent to setting labelFunction in PieSeries

2008-01-24 Thread Adrian Gillette
I'm looking for a way to use as3 code to set the labelFunction in a PieSeries instance. I've tried series1.labelFunction(displayLabel) and series1.labelFunction = displayLabel. But no luck. Any recommendations? Adrian

[flexcoders] adding an arraycollection VO as a property in another VO

2007-05-28 Thread Adrian Gillette
I'm trying to add an arrayCollection of VOs to another VO as a property in the following way: [ArrayElementType(com.ics.vo.ChoiceVO)] public var CHOICES:ArrayCollection; But when I run my flex project, I get the following error: ReferenceError: Error #1056: Cannot create property CHOICES on