[flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right - itemRenderer problem..

2009-03-09 Thread Tim Hoff
1. Are there any known issues with extending Label for item renderers? No, but it's rare. 2. Assuming that the item renderer only needs to manipulate the text of the renderer, is example 1 - extending DataItemGrid - (below) a good way to do it? (I've never written one before, so I'm just checki

[flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right

2009-03-08 Thread Tim Hoff
Adobe Systems Inc.<http://www.adobe.com/> > Blog: http://blogs.adobe.com/aharui > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Hoff > Sent: Saturday, March 07, 2009 5:59 PM > To: flexcoders@yahoogroups.com > Subject: [flexcod

RE: [flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right

2009-03-08 Thread Alex Harui
ps.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Hoff Sent: Saturday, March 07, 2009 5:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right Has to be another object on top of the DataGrid. The redraw region is the clue

[flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right - itemRenderer problem..

2009-03-08 Thread tom s
Problem solved. But is was bizarre, so I'll explain. Also, I still have one or two questions, but mainly for education now... First, I set the visible property of the dataGrid to false. I then check the redraw region and never saw the area that was causing trouble before. So I figured it was proba

[flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right

2009-03-07 Thread Tim Hoff
Has to be another object on top of the DataGrid. The redraw region is the clue. Look at the other objects in the same class as the DataGrid. -TH --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > If you are pretty sure there is not something invisible covering that area, > try clean