Re: [flexcoders] Setting a filter for the UITextField inside a button?
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?
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 {