[gwt-contrib] Re: Compiler Error (StackOverflow)

2009-01-19 Thread Jeff J.
I had the same issue. Increasing the stack size fixed it for me. Try adding the following VM argument: -Xss32m Jeff On Jan 19, 4:51 am, dflorey daniel.flo...@gmail.com wrote: Hi, I get an ICE with gwt 1.6 trunk. No clue where this comes from. If anybody could provide a hint I'll try to track

[gwt-contrib] Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-19 Thread jack.yang
Since this widget is a Div which contains a Table, why it do not have a method to set its cell alignment? This is not the only widget which consists of a table but do not have a method to set alignment. I think this is not a good design. For some widget developers set alignment by code while for

[gwt-contrib] Re: OOPHM development branches

2009-01-19 Thread Cameron Braid
On Mon, Dec 15, 2008 at 9:45 AM, Cameron Braid came...@braid.com.au wrote: b) bug in hosted.html - see overlay-hosted.html.patch The patch for hosted.html is required because I need gwt to support a url encoded gwt.hosted value My webapp re-writes urls to pass along some query string

[gwt-contrib] Re: OOPHM development branches

2009-01-19 Thread Cameron Braid
It looks to be more serious than a warning. Immediately after this warning is printed, the module is unloaded and the oophm plugin is disconnected from the hosted mode server. Could it be something to do with my module serializing ArrayList ? Cam On Tue, Dec 16, 2008 at 8:40 AM, BobV