[flexcoders] Set Style of default itemEditor

2008-03-31 Thread Ben Marchbanks
I am using the default TextInput itemEditor for a data grid and not having much luck changing its style. Currently its inheriting the text color from its parent (titleWindow) which is #ff. I have tried event.currentTarget.editedItemRenderer.setStyle(color,#00); and...

RE: [flexcoders] Set Style of default itemEditor

2008-03-31 Thread Alex Harui
:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Set Style of default itemEditor I am using the default TextInput itemEditor for a data grid and not having much luck changing its style. Currently its inheriting the text color from its parent (titleWindow) which is #ff. I have