[flexcoders] Simple (?) question about styles

2007-08-29 Thread Kyle Neath
It seems like I'm having a stupid problem with reading styles from a stylesheet. Right now, I've got a renderer being used for a DataGridHeader. This header has three graphical icons that used to be buttons. But now I'm making the buttons DisplayObjects for the sake of optimization. I'm trying

Re: [flexcoders] Simple (?) question about styles

2007-08-29 Thread Brendan Meutzner
Try this instead: this.setStyle('styleName', 'header'); Brendan On 8/29/07, Kyle Neath [EMAIL PROTECTED] wrote: It seems like I'm having a stupid problem with reading styles from a stylesheet. Right now, I've got a renderer being used for a DataGridHeader. This header has three