[flexcoders] Flex B3 - Label's fontSize, fontWeight not available via Actionscript?

2006-05-16 Thread willchapm
An mx:Label's font attributes are notavailbale in Actionscript in Beta 3. I'm using: mx:Label id=sig fontWeight=bold fontSize=20 I'm trying to change the font size and weight via actionscript at runtime: this.serial.fontSize = 8; However, I can't see the attributes in FlexBuilder. When I

[flexcoders] Re: Flex B3 - Label's fontSize, fontWeight not available via Actionscript?

2006-05-16 Thread willchapm
Thanks, TH. That worked like a champ! --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: You can use setStyle: sig.setStyle(fontWeight, bold); TH --- In flexcoders@yahoogroups.com, willchapm willchapm@ wrote: An mx:Label's font attributes are notavailbale

[flexcoders] Flex 2.0 : mx:Image - How do I smooth it during/after scaling?

2006-04-28 Thread willchapm
Is there a simple way to set the smoothing on an mx:Image in Flex2? I have an mx:Image on my canvas with the width set to 100%. The source is a png file. When the canvas is scaled, the image is scaled up or down, but it looks jaggy. I am only looking for a smooth interpolatation here. I

[flexcoders] SVG as Image source at runtime in Flex 2.0?

2006-04-25 Thread willchapm
In Beta2, I can only use an SVG as an embedded source for an Image. I'd like to be able to set an Image source to an SVG URL at runtime. Will this be possible in a later beta, or in the shipping version of Flex? Thanks, ---Will Chapman -- Flexcoders Mailing List FAQ: