Re: Is there a DecoratorPanel that works with LayoutPanel children?

2010-03-05 Thread AndiMullaraj
I think you are right, there should be a direct link of LayoutPanel to the RootLayoutPanel in order for things to work. When I test with something simpe though (like adding a SimplePanel to the RootLayoutPanel and then my LayoutPanel on top of it) things seem to work. But not in a more complicated

Re: Is there a way to block until a server response is available?

2009-10-19 Thread AndiMullaraj
e interested in the use case which makes the ability to make > synchronous calls so desirable/indispensable -- at the GUI level. Would it > be possible to share this use case with us (or personally with me, if you > prefer). > > Thanks > Peter > > On Sat, Oct 17, 2009 at 1:13

Re: Is there a way to block until a server response is available?

2009-10-16 Thread AndiMullaraj
ove command from list before call > execute(); > > On Oct 16, 1:48 am, AndiMullaraj wrote: > > > There are cases when blocking calls to server are indispensable > > (agreed, assync calls are the way to go for 99% of the cases). > > > I scanned the client API and cannot

Is there a way to block until a server response is available?

2009-10-15 Thread AndiMullaraj
There are cases when blocking calls to server are indispensable (agreed, assync calls are the way to go for 99% of the cases). I scanned the client API and cannot find a way on how to do this. If not through a direct API call, is there a way on how to achieve this? (Like having a wait/process_ev