[flexcoders] Re: Trigger DateFormatter bindings

2009-05-03 Thread Tim Hoff
Hi Ben (MrB), Looks like you're going to have to do a little trickery. Binding the formatString doesn't seem to change the date formats. However, if you re-instantiate the DateFormatter it works: [Bindable] private var myDate:Date = new Date(); [Bindable] private var formatString:String = "YYY

[flexcoders] Re: Trigger DateFormatter bindings

2009-05-03 Thread Ben Reynolds
Hey TH, I'd tried binding the formatString but I hadn't considered reinstantiation. Thanks. Of course I was hoping for a panacea for all my problems without any code whatsoever. :P This actually relates to a larger problem regarding dynamic resource switching that I'd got no help on befor