Problem to set height in ScrollPanel in gwt 2.1.1

2011-02-01 Thread goolie
Hi, I'm trying to update our project to gwt 2.1 but I have a problem with the ScrollPanel.setHeight("100%") which doesn't seem to work. We have the code: myScrollPanel.add(myBigTable); myScrollPanel.setHeight("100%"); initWid

GWT.getVersion() in 2.0.3

2010-03-04 Thread goolie
Hi, I've updated my project to gwt 2.0.3 yesterday but it seems like the method GWT.getVersion() is still returning 1.7.0. I can see and use all the new stuff like ClientBundle etc so it really must be version 2. Have I possibly missed something in the upgrade (I've swapped gwt- user.jar, gwt-dev.

Re: Init Frame while invisible?

2010-02-08 Thread goolie
Thx Sky! I thought I had attached it to the DOM but actually had a broken chain when testing it with isAttached(). I've go it working now. BR Oskar -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

Init Frame while invisible?

2010-02-05 Thread goolie
Hi, I've a problem where I have an external webapp running inside a Frame in my GWT project. I create the Frame and set the URL at startup of my app but I'm not showing it until the user wants to see it. The problem seems to be that the frame is not actually initialized until it is visible and I n

Re: No addClosingHandler(CloseHandler handler) in Window class

2009-10-21 Thread goolie
Ah, of course! Thx! I was blind looking for the method addClosingHandler... Is this maybe an error in the naming convention for the new event handlers? :-) /O --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google W

No addClosingHandler(CloseHandler handler) in Window class

2009-10-14 Thread goolie
Hi, I'm upgrading my code to the new event structure in gwt 1.6 and I have a class that was implementing WindowCloseListener, which should now be replaced by ClosingHandler and CloseHandler instead. My problem is that I can't get the method onWindowClosing(ClosingEvent event) to be fired. There i

Heavy performance problems in ie6 and ie7 with both gwt1.6 and gwt1.7

2009-08-27 Thread goolie
Hi, We've recently upgraded our project to both gwt1.6 and gwt1.7. The problem is that our app becomes VERY slow running on both ie6 and ie7. With ie8 it works very well but none of our customers run that browser yet. Has anyone experienced the same thing? Any pointers of what could cause this pr

Disable menu shifting to stay visible

2009-03-13 Thread goolie
I've recently upgraded from gwt 1.4 to 1.5 and I have a rather strange problem. Our application constantly resizes itself to be as small as possible. This means that when a menu is opened, IE automatically resizes itself to fit the menu. The problem is that with gwt 1.5 it seems like some command