From: Andrew H. <ahh...@gm...> - 2010-05-21 04:14:52
|
This is really about css rules. I recommend you go take a look at <div> based layout in css and how they differ from (the abusive and evil use of) <table> based layout. Try and use div's, GWT 2.0's LayoutPanels were put there for this reason :) Then, when you run your app use firebug or chrome to peep at the html output of your app... you might find some <tables> where you expect to see <div> and you can also manually manipulate the css and html/elements at runtime to test/debug on the fly in the browser. Unfortunately these css problems are often a time sink, so be prepared. On Mon, Mar 8, 2010 at 1:39 PM, Christopher Navarro <cna...@gm...>wrote: > Is there a way to dynamically resize the Map in GWT-OL so that it takes up > all of the available browser window space? > > Thanks, > Chris > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Gwt-openlayers-users mailing list > Gwt...@li... > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > > |