Re: Image Sprites + IE6/7

2012-05-15 Thread Nicolas Wetzel
Hello, According to the Thomas's response, we've made a ClientBundle with a CssResource containing "image Sprites" in png format. Everything works fine in Firefox and IE8 but in IE7 the clip doesn't work correctly: The result of a FlowPanel (div) with a cssClass having a sprite image is a bad cli

open native popup window and fill it with gwt doesn't work

2011-09-20 Thread Nicolas Wetzel
Hi all, I my app, i want to alert the user for an important information, even he is working on a other things (i.e word or other app). To alert him only native popup (windows popup ws popup panel) can be put at the front of his desk. So here is my code to do that, it's running without error but

Re: NativePreviewHandler doesn't catch ONBLUR events on TextBox

2011-03-14 Thread Nicolas Wetzel
Thanks Thomas! On Mon, Mar 14, 2011 at 4:38 PM, Thomas Broyer wrote: > See http://code.google.com/p/google-web-toolkit/issues/detail?id=1431 > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to g

NativePreviewHandler doesn't catch ONBLUR events on TextBox

2011-03-14 Thread Nicolas Wetzel
Hi all, I want to catch onBlur event with a NativePreviewHandler set in my entrypoint. But it doesn't handle it. My code : public void onModuleLoad() { Textbox testBox1 = new TextBox(); RootPanel.get().add(textBox1); Textbox testBox2 = new TextBox(); RootPanel.get().add(textBox2); Event.addNati

Re: Table tree ?

2010-06-19 Thread Nicolas Wetzel
look at the bikeshed project inside the 2.1 version of gwt there is an sample with a tree table On Tue, Mar 20, 2007 at 4:52 PM, OlivierMatt wrote: > > Hi Sha-India, > > I am not sure its a good idea for me to create a flextable for each > item i want to display (since there is no sharing of the

Re: Twitter Emulation Using GWT

2009-12-27 Thread Nicolas Wetzel
go on the www.awdio.com, I've done this if you want the code i can give you it On Fri, Dec 25, 2009 at 3:54 PM, Prashant wrote: > Hey all, > > I read this wonderful article on Nettuts called Twitter Emulation > Using MooTools 1.2 and PHP. I love Mootools and am comfortable with > PHP. I wanted t

Re: Force image caching in gallery

2009-11-12 Thread Nicolas Wetzel
Hi, I've done something like this for www.awdio.com gallery. If the behavior of this gallery is what you're looking for, i can send you the gwt code. Just send me a email Nicolas On Wed, Nov 11, 2009 at 2:55 AM, dicko wrote: > Hi there > > I've setup a basic GWT app that's essentially an image

Re: Setting DataSource (JNDI) in GWT 1.6 (hosted mode - Jetty)

2009-03-12 Thread Nicolas Wetzel
myUserName myPassword 5) make a reference on it in your web-inf/web.xml DataSource's project jdbc/projectDS javax.sql.DataSource Container it works for me regards, Nicolas Wetzel On Thu, Mar 12, 2009 at

Re: Jetty classpath in GWT 1.6

2009-03-05 Thread Nicolas Wetzel
look at the post of Sami jaber http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/f4ad9f021c45275c?pli=1 he's has got the solution, but it's a hack. You just have to override the JettyLauncher and comment the if condition at the line 213 and 214. On Thu, Mar 5, 20

SEO limitation for Hyperlink

2009-02-27 Thread Nicolas Wetzel
Hi all, I'm working for a compagny which build a web site broadcasting music based on gwt: www.awdio.com On SEO, we've found some interresting stuff to cope with Ajax specifity : search engine can't have javascript engine so they are not able to retrieve the entire html produced by gwt script (o

Re: Memory leak with Widget.wrap method

2009-02-11 Thread Nicolas Wetzel
documented in every widget that implements > .wrap() > > -jason > > > On Feb 10, 2009, at 10:55 AM, Nicolas Wetzel wrote: > > Hi all! , > > The Widget.wrap() API is very usefull to build widgets(fragments) from > html templates retrieved from server or bound with t

Memory leak with Widget.wrap method

2009-02-10 Thread Nicolas Wetzel
Hi all! , The Widget.wrap() API is very usefull to build widgets(fragments) from html templates retrieved from server or bound with the java widget class at the compilation time (generators). By this way, the design (HTML+CSS) is entirely delagated to Web Developpers, Java Gwt Developpers have

Re: Problem with Event Listeners

2008-08-24 Thread Nicolas Wetzel
Hi dont' forget that javascript execution is monothread . I' not sure the trouble you describe could happen. did you check it ? Nicolas W On Sun, Aug 24, 2008 at 8:10 AM, Dean S. Jones <[EMAIL PROTECTED]> wrote: > > I have posted about this before, but it keeps coming back to bite me, > or ...