[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-09-22 Thread nkopcsek
ot;rough cuts" mid/end of next month and > will include jar, installation instructions and sample code . > Thank you, > Anatole > > > On Mon, Sep 15, 2008 at 3:19 PM, nkopcsek <[EMAIL PROTECTED]> wrote: > > > Hi Anatole, > > > > being also inter

[flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-09-15 Thread nkopcsek
Hi Anatole, being also interested in a NIO endpoint for BlazeDS, I'm wondering if your implementation is already available to the public. Greetings, Norbert --- In flexcoders@yahoogroups.com, "Anatole Tartakovsky" <[EMAIL PROTECTED]> wrote: > > Adam, > We are setting different server this week

[flexcoders] Re: Off-topicish - (probably stupid) regex question

2008-06-03 Thread nkopcsek
I'm sure this will help you: http://exampledepot.com/egs/java.util.regex/Greedy.html If you want the shortest possible match you have to make the quantifier non-greedy by adding an ?, like: /.*?fish/g/

[flexcoders] Re: Nested Repeaters: Weird Behaviour

2008-01-09 Thread nkopcsek
dataProvider of the component's > repeater in the setter function. If it is so easy to debug the binding, > why are you having a problem? > > > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Re: Nested Repeaters: Weird Behaviour

2008-01-08 Thread nkopcsek
e values being passed in. Type the setter function as > specifically as you can, avoid Object. > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of nkopcsek > Sent: Tuesday, January 08, 2008 9:51 AM > To: flexcoders@yahoogr

[flexcoders] Nested Repeaters: Weird Behaviour

2008-01-08 Thread nkopcsek
Hi, I got some really strange behaviour with nested repeaters. In this case a repeater is part of a component which is repeated itself (let's call this component RepeatedComponent, see below for code). Whenever I add a new item to the dataProvider of the outer repeater it doesn't add only the new