Encountered errors or warnings while building project project1.mxml: Data binding will not be able to detect assignments to "storageDirectory". project1.mxml: Data binding will not be able to detect assignments to "nativePath".
views:
81answers:
1
A:
The easiest route would be to have a Bindable var on your component and assign these values to it. Though, it probably will detect the changes (storageDirectory won't actually change so it doesn't matter)
Joel Hooks
2009-09-08 20:18:15