Re: [flexcoders] Need help dynamically modifying text displayed based on DB return

2012-01-30 Thread Haykel BEN JEMIA
I think the best way is to use states. Define the different states for your component, e.g. You have now to track changes to win.status and set the current state accordingly, e.g. by listening to the property change event on win: protected function win_propertyChangeHandler(even

[flexcoders] Need help dynamically modifying text displayed based on DB return

2012-01-30 Thread hermeszfineart
Part of the functionality in the gallery app ia am working on for my wife is a popup window that displays information about the specific painting or drawing. I am trying to figure out how to do the following based on the value returned from the DB for the imageStatus field: 1) Change the text dis