Re: gwt webgl smartgwt

2010-05-11 Thread Alan Chaney
Label text appears to ignore the Alignment.CENTER (at least vertically) when placed within a VLayout. I haven't actually noticed anything else, but I didn't want to get a long way into what's going to be a very big project and hit a show stopper, so I'm was looking for a workaround should somet

Re: gwt webgl smartgwt

2010-05-11 Thread ckendrick
What layout issue on what browser with what code? This is not a known issue, so to get it addressed, post a test case to the SmartGWT forums: http://forums.smartclient.com/forumdisplay.php?f=14 On May 11, 12:25 pm, Alan Chaney wrote: > Hi > > I've started to build an application using GWT 2

Re: gwt webgl smartgwt

2010-05-11 Thread rakesh wagh
Use emulateIE7 in your html page. I personally had limited luck with this. Another work around is: frames. If your underlying layout is in smartgwt, load your canvas piece as different module html in a frame and vice versa. Both are really bad options, however smartgwt and gwt2 mix and match does

gwt webgl smartgwt

2010-05-11 Thread Alan Chaney
Hi I've started to build an application using GWT 2 which will needs an HTML 5 canvas element to display WebGL. I was intending to use smartgwt for the bulk of the UI. Sadly, smartgwt gives layout problems when I add the required by HTML 5 to the main html page of my app. Hopefully this wil