Re: [flexcoders] Why does this effect not work?

2005-12-13 Thread Ben Lucyk
Hey Jesse, I almostforgot to post a thank you follow up inhere. I only remembered the sticky issues surrounding certain effects and the need to embed fonts after reading your comments. Thanks for the helpful code snippets. -Ben On 12/10/05, JesterXL [EMAIL PROTECTED] wrote: AND, here's an

Re: [flexcoders] Why does this effect not work?

2005-12-13 Thread JesterXL
Glad it helps! That's why I post 'em. - Original Message - From: Ben Lucyk To: flexcoders@yahoogroups.com Sent: Tuesday, December 13, 2005 2:39 PM Subject: Re: [flexcoders] Why does this effect not work? Hey Jesse, I almostforgot to post a thank you follow up inhere. I only

Re: [flexcoders] Why does this effect not work?

2005-12-10 Thread Ralf Rottmann
Title: Re: [flexcoders] Why does this effect not work? As to your guess with Device Fonts and effects, the thing is that using an mx:Fade .../ on a Label's show/hideEffect attribute does work. So it must be anything with the code... I really want to got this solved because I wanna make

Re: [flexcoders] Why does this effect not work?

2005-12-10 Thread JesterXL
Title: Re: [flexcoders] Why does this effect not work? mx.controls.Label is a glorified wrapper for TextField. TextField is the basic, intrinsic GUI object for a TextField in Flash. Label ensures it's only 1 line, doesn't word-wrap, and has a nice API compared to the TextField. It does

Re: [flexcoders] Why does this effect not work?

2005-12-10 Thread JesterXL
Title: Re: [flexcoders] Why does this effect not work? Here's an example of Dissolve working in Flex 2: ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" creationComplete="initApp()&qu

Re: [flexcoders] Why does this effect not work?

2005-12-10 Thread JesterXL
Title: Re: [flexcoders] Why does this effect not work? AND, here's an example that gets fade to work by embedding the font: ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" creati

[flexcoders] Why does this effect not work?

2005-12-09 Thread Ralf Rottmann
Title: Why does this effect not work? Hi there, Following up on the recent posting related to Flex effects, can anybody comment on why the following very simple code excerpt does not work? All I want to do is on click of the button fade the label from 0 to 1. private function

Re: [flexcoders] Why does this effect not work?

2005-12-09 Thread JesterXL
: [flexcoders] Why does this effect not work? Hi there,Following up on the recent posting related to Flex effects, can anybody comment on why the following very simple code excerpt does not work? All I want to do is on click of the button fade the label from 0 to 1.private function FadeIn():Void { var