Re: [gwt-contrib] Emma or JaCoCo support needs some attention

2014-05-22 Thread Nicolas Wetzel
we can't even proof that we are doing decent code coverage in our tests. David On Tue, May 20, 2014 at 6:19 PM, Nicolas Wetzel wetz...@gmail.com wrote: HI ! did you try gwt-test-utils ? it's a very good tool for testing widgets and more without GWTTestCase. 2014-04-11 21:11 GMT+02

Re: [gwt-contrib] Emma or JaCoCo support needs some attention

2014-05-20 Thread Nicolas Wetzel
HI ! did you try gwt-test-utils ? it's a very good tool for testing widgets and more without GWTTestCase. 2014-04-11 21:11 GMT+02:00 David david.no...@gmail.com: Any plans to improve unit testing abilities so that we might be able to do more unittesting without using GWTTestCase ? I've

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

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 t.bro...@gmail.com 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

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 matt.oliv...@gmail.com 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

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 kv.prs...@gmail.com 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

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

2009-03-12 Thread Nicolas Wetzel
/res-auth /resource-ref it works for me regards, Nicolas Wetzel On Thu, Mar 12, 2009 at 5:16 AM, wiltonj wilt...@gmail.com wrote: Hi, How to setting DataSource in GWT 1.6 (Hosted mode - Jetty)? Hoping for some guidance. Thanks Regards, Wilton

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,

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

Re: Memory leak with Widget.wrap method

2009-02-11 Thread Nicolas Wetzel
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 the java widget class at the compilation time

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