It means that it doesn’t know the type of my_list and therefore can’t figure out how to detect changes to the dataValues property.

 

http://livedocs.macromedia.com/flex/15/flex_docs_en/00000697.htm

 

Matt

 


From: dhiren9 [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 26,2005 2:07 PM
To: [email protected]
Subject: [flexcoders] Changes to unknown property will not be detected.

 


What does this error message mean? It shows up on the browser when
running the application. I have a datagrid with the following code:

<mx:DataGrid id="dg3" dataProvider="{my_list.dataValues}"
width="100%" creationCompleteEffect="Fade">

This error comes up after using {my_list.dataValues} as the
dataProvider.

Thanks.





Reply via email to