[flexcoders] Re: Do states and transitions behave differently depending on the context?

2009-01-20 Thread mauricen
Thanks very much! It looks as though the transition will work - or not - depending on when it's invoked in the component creation process. And invoking it at the wrong time (ie as part of initialisation, as I did) prevents it from working later, as in your solution. Transitions seem to have a

Re: [flexcoders] Re: Do states and transitions behave differently depending on the context?

2009-01-20 Thread Haykel BEN JEMIA
Why do you need the one state? Is it only to make the transition when the component is created or do you have other states? What do you want to achieve exactly? Perhaps there is a better solution! Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Tue, Jan 20, 2009 at

[flexcoders] Re: Do states and transitions behave differently depending on the context?

2009-01-20 Thread mauricen
There may well be... It's part of a dialog for creating or editing Foos. A Foo can be either red or green; green Foos also have a pressure and a temperature, which red Foos don't have. When you're creating a Foo, you can select one of two radio buttons labelled Red/Green. You can't edit the