How do they do that left panel thing??

2009-06-16 Thread kingdomain
On the GWT website, I can't figure out how they do the left panel that opens and closes with the table of contents. It doesn't behave like a normal disclosure panel, unless there some special CSS going on there. Can someone point me to the way? Thanks, John --~--~-~--~~

Re: How do they do that left panel thing??

2009-06-17 Thread kingdomain
i know this is not a vanila gwt widget. But you can make one > - at the end it's just a panel that is made invisible with an > animation. > > On 17 Jun., 05:47, kingdomain wrote: > > > > > On the GWT website, I can't figure out how they do the left panel th

Re: How do they do that left panel thing??

2009-06-17 Thread kingdomain
e Panel... Thanks! John On Jun 17, 3:58 pm, Jeff Chimene wrote: > On 06/16/2009 08:47 PM, kingdomain wrote: > > > On the GWT website, I can't figure out how they do the left panel that > > opens and closes with the table of contents.  It doesn't behave like a > >

Re: How do they do that left panel thing??

2009-06-18 Thread kingdomain
e.google.com/p/gwt-fx/ > > On 18 Jun., 02:52, Jeff Chimene wrote: > > > > > On 06/17/2009 05:23 PM, kingdomain wrote: > > > > Yes, sorry, it's on the site that has all the getting started stuff > > > here: > > > >http://code.google.com/webtoolki

Re: How do they do that left panel thing??

2009-06-18 Thread kingdomain
Thank you for your excellent post, Jeff. I appreciate the detail. I'm open to either straight js/css or GWT, which ever makes the most sense/is the quickest and easiest. Your post was really helpful to understand what's going on under the covers (which GWT is probably doing down in the bowels so

Re: How do they do that left panel thing??

2009-06-18 Thread kingdomain
Thanks Thomas! John On Jun 18, 11:05 am, Thomas Broyer wrote: > On 17 juin, 05:47, kingdomain wrote: > > > On the GWT website, I can't figure out how they do the left panel that > > opens and closes with the table of contents.  It doesn't behave like a > > nor

Long running Timer RPC issue

2009-07-26 Thread kingdomain
I have an app that involves long run times on a server (scientific app). I ported to GWT specifically to give better user feedback on long jobs (e.g. progress bar, email results option, etc.). I have to control threads on the server side, in my RPC services, in order to avoid memory issues in to

Re: Long running Timer RPC issue

2009-07-27 Thread kingdomain
hanks! John On Jul 26, 10:09 am, "brett.wooldridge" wrote: > Pls post some pseudo-code of your timer and RPC call. > > -Brett > > On Jul 26, 10:39 pm, kingdomain wrote: > > > I have an app that involves long run times on a server (scientific > > app).  I p

Re: Long running Timer RPC issue

2009-07-28 Thread kingdomain
Awesome. Thanks so much! I'll give it a try. --jfk On Jul 28, 8:38 am, "brett.wooldridge" wrote: > I suspect you've touched upon a subtle bug involving the translation > of Java anonymous inner-classes and JavaScript garbage collection. > There is a subtle co-dependency between the anonymous