[flexcoders] Cursors and datagrids

2009-03-19 Thread Jason Nichols
I'm not sure if I'm missing something regarding cursors and datagrids... I'm trying to implement a 'find within datagrid functionality' generically. I had things working doing it the hard way of just looping through the arraycollection and doing a compare for each cell within the datagrid. The

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
the set and get were still visible on the object. Removing get/set fixed everything. j --- In flexcoders@yahoogroups.com, "Jason Nichols" wrote: > > I've searched around and have yet to find an answer for this question. > Perhaps I'm just phrasing it incorrectly

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
You might also check to see if any new CSS has been introduced; that has > settings for DataGrid. > > -TH > > --- In flexcoders@yahoogroups.com, "Jason Nichols" wrote: > > > > I guess I didn't put down. There is still data in every row of the > > d

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
DK Developer > Adobe Systems Inc.<http://www.adobe.com/> > Blog: http://blogs.adobe.com/aharui > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jason Nichols > Sent: Monday, February 16, 2009 6:50 AM > To: flexcoders@yahoogroups.com >

[flexcoders] Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
I've searched around and have yet to find an answer for this question. Perhaps I'm just phrasing it incorrectly. I have a Flex app that until recently performed as expected. The Tab is a class that Extends from FlexLib MDICanvas. Tabs are put into a FlexLib SuperTab. I've gotten everything to w