RE: [flexcoders] Re: Bindings on visual components being forgotten? (Flex 3 - 4.6)

2012-03-19 Thread yang chen
perhaps some built-in efficiency code to ignore binding updates when it's hidden. But I'll have to deep-dive a little further to verify that. It's more likely something I'm missing or doing wrong. --- In flexcoders@yahoogroups.com, yang chen chenyang3@... wrote: Have you tried using

RE: [flexcoders] Bindings on visual components being forgotten? (Flex 3 - 4.6)

2012-03-16 Thread yang chen
Have you tried using binding util? To: flexcoders@yahoogroups.com From: nic...@gmail.com Date: Fri, 16 Mar 2012 20:08:47 + Subject: [flexcoders] Bindings on visual components being forgotten? (Flex 3 - 4.6) Seeing a strange, rare, issue after updating an app to 4.6. I can't seem to

RE: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread yang chen
in Parsley 2.4 I've tried both approaches without much luck. On Thu, Sep 1, 2011 at 10:00, Chris Velevitch chris.velevi...@gmail.com wrote: 2011/8/31 yang chen chenya...@hotmail.com In the command result handler, dispatch the event which will trigger the next command in the chain

RE: [flexcoders] Re: Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread yang chen
If you are using short-lived command objects, just dispatch an event from the result function of the command class to trigger the execution of the next command in the chain.Can you provide a simple use case showing what you are trying to achieve and how you are doing it? Regards,Yang To:

RE: [flexcoders] year chooser component

2011-09-01 Thread yang chen
Isn't drop down list a visual component? How exactly do you want the component to look? Regards,Yang To: flexcoders@yahoogroups.com From: markflex2...@yahoo.com Date: Thu, 1 Sep 2011 20:07:27 + Subject: [flexcoders] year chooser component Hi, Do you know a custom

RE: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-08-31 Thread yang chen
In the command result handler, dispatch the event which will trigger the next command in the chain.You may also want to look at Spicefactory's task framework. Regards,Yang To: flexcoders@yahoogroups.com From: chris.velevi...@gmail.com Date: Wed, 31 Aug 2011 22:47:30 +1000 Subject:

RE: [flexcoders] Form Item Multiline

2011-08-03 Thread yang chen
By label do you mean the form item label appeared at the front or the content of the form item? In the latter case try to add a VGroup inside the formitem. Regards,Yang To: flexcoders@yahoogroups.com CC: rishitandon...@yahoo.com From: isa_lo...@yahoo.fr Date: Wed, 3 Aug 2011 21:38:05 +0200