Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Dizzia #1
DataGrid reseting?
Quirky question. Whenever I add anything to my datagrid, the selectedIndex resets. Is there anyway to add something and keep the selectedIndex selected after the refresh?
Dizzia Guest
-
Reseting a shader for a model
First I'll quickly explain what I'm trying to do in case there is a better way of going about it. User clicks on a text button to highlight a few... -
Reseting connections?
I have an app that uses WebServiceConnector (programatically or from the IDE directly) as well as XMLConnectors. When I run using "Test Movie" the... -
reseting a text field after interval.
Hi all I am trying to make a text field display text when a button is clicked, and then dissapear after an interval or upon moving on to a different... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
reseting the timeoutLength correctly
Hi there, I am creating a game where the user has 2 minutes to complete the game. if the user finishes within the time allowed, the playhead moves... -
ntsiii #2
Re: DataGrid reseting?
No, you need to store the index in an instance var, then assign that to
selectedIndex after you have reset the dataProvider.
Note, this only happens when you set the entire dataProvider. If you use the
API to update individual item.properties, the entire greid soes not redraw.
Tracy
ntsiii Guest



Reply With Quote

