Re: How do I change the location of my cache/nocache HTML files

2009-04-16 Thread Javier Mena
Ok. Thanks. But the documentation is not updated... it's for 1.3 and 1.4. Not for 1.5. Cheers, On Apr 16, 11:27 am, Thomas Broyer wrote: > On 16 avr, 16:56, Javier Mena wrote: > > > Hi, > > > I'm trying to relocate the nocache files, but it doesn't wo

How do I change the location of my cache/nocache HTML files

2009-04-16 Thread Javier Mena
Hi, I'm trying to relocate the nocache files, but it doesn't work. See http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/16d306b481911fec/f5d5c4becaf016a5?lnk=gst&q=javimena#f5d5c4becaf016a5 Where can I find an updated information for GWT 1.5? Thanks --~--~-~--~---

Re: BUG in 1.5.3 and DecoratedPanel, Standard theme and IE7

2009-04-16 Thread Javier Mena
17 am, Thomas Broyer wrote: > On 16 avr, 04:13, Javier Mena wrote: > > > > > When compiling a project that uses a DecoratedTabPanel with standard > > theme and the project folder is renamed, and using and index outside > > the folder, it doesn't render well in IE

BUG in 1.5.3 and DecoratedPanel, Standard theme and IE7

2009-04-15 Thread Javier Mena
When compiling a project that uses a DecoratedTabPanel with standard theme and the project folder is renamed, and using and index outside the folder, it doesn't render well in IE. Found in GWT Release (e.g. 1.5.3, 1.6 RC): 1.5.3 Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): IE7 Deta

Uses of generator to proxying a service call

2009-01-21 Thread Javier Mena
Hi, I need to check, that everytime I call a service, the user is logged in the application. To do this I make a call to a function called isLoggedIn(). I need to do before every call to every service (except for a single function that is used to check the service) so I've been thinking in using

Gwt + Openlayers + Beyond (but no so far)

2008-09-14 Thread Javier Mena
Hi, I'm trying to use OpenLayers in Gwt, but I don't know to make something. I want that everytime a user press a button, the application create new panel a put a map there. I don't know how to do it even in JS. Currently my approach is somthing like this: public class X { public onClick() {