Re: [flexcoders] Setting a filter for the UITextField inside a button?

2006-10-04 Thread Daniel Freiman
I forget the exact reason why this is happening, but the workaround is to move your code to the createChildren function.- DanOn 10/3/06, joshuajnoble <[EMAIL PROTECTED]> wrote:Hi, I'm trying to add a dropShadow to a button like so: public class DropShadowButton extends Button{  

[flexcoders] Setting a filter for the UITextField inside a button?

2006-10-03 Thread joshuajnoble
Hi, I'm trying to add a dropShadow to a button like so: public class DropShadowButton extends Button { private var ds:DropShadowFilter; public function DropShadowButton():void {