Re: App does not display in IE 7

2010-08-24 Thread bear-z
Hi! You must make sure that all height and width in your application more then 0. If height or width <0 than ie have in exception and doesn't load anything. If you have any errors on web page in ie? Good luck, Sergey On Aug 20, 8:21 pm, Greg Dougherty wrote: > I have a web app that displays

Re: Using native methods in a JavascriptObject class

2011-04-21 Thread bear-z
Why are you try to get this from native javascript. Try to implement this, using gwt objects. You can insert gwt-map js from the normal view, not from EntryPoint. Here code example: public MapRootView() { Maps.loadMapsApi("", "2", false, new Runnable() {

DevMode and setInnerHTML extremly slow.

2011-07-02 Thread bear-z
Hi! I have a following problem. I used to create all tables needed for my application through the FlexTable, but rendering wasn't as fast as I want. So, I've created table that injects all needed elements through the innerHTML and setups handlers through gwt-query. Everything work fine and fast in