Re: 2.6.0-rc3 and Jetty's WebAppContext (jetty-web.xml)

2014-01-24 Thread Jens
> > I log out and change a log entry in my servlet. I open a new tab in > Chrome, etc., and I see the new message written in my log file. > Interestingly (to me, at least) is that the date and time of the servlet > class in /Library/Tomcat/catalina/webapps/myapp/WEB-INF/classes is still > from

Re: 2.6.0-rc3 and Jetty's WebAppContext (jetty-web.xml)

2014-01-24 Thread Thad Humphries
Hm... Okay, it's working on *this* machine. I start my app with Maven from a console (`mvn clean generate-sources gwt:run-codeserver`) and from Eclipse start a debug Remote Java Application for my project. Before all this (as in yesterday) I ran Web Application in Eclipse with the -noserver

Re: SelectionCell with unique list of options for every row

2014-01-24 Thread jaga
I've done something like this before. It will depend upon how many rows you are talking about. It goes like this: 1. Create a composite cell which contains the n different single selection cells you will need. 2. Populate them with their options when you build the cells columns , as you would n

Re: Annoucing Ext4j : GWT API for Ext JS

2014-01-24 Thread Alain Ekambi
Sencha GXT is NOT a wrapper around Ext JS. They just share the same look and feel.GXT is a different product totally independent of Ext (requiring it own license and support contract). Ext4j is a wrapper for Ext JS. So with Ext4j you get an Ext JS application and anything that applies to Ext JS ap

Re: Annoucing Ext4j : GWT API for Ext JS

2014-01-24 Thread Fabien Michon
Hello, what's the difference with GXT (Ext-GWT) ? Le mercredi 22 janvier 2014 22:57:21 UTC+1, Alain a écrit : > > Hello community, > > I m glad to make the Ext4j available to everybody. > Ext4j aims to extends the already awesome capabilities of Ext JS by > combining it with GWT. > If you are lo

Re: -XfragmentCount still experimental in 2.6 rc4

2014-01-24 Thread gwtomni gwtomni
Hello, It's still experimental in 2.6 too. Can we have a feed back please ? thx 2014/1/10 gwtomni gwtomni > Hello, > > When can we use the compiler option -XfragmentCount in production mode > ? > > its experimental since 2.5.0. > > thx. > -- You received this message becaus

Re: Phantom widget

2014-01-24 Thread Honza Rames
Hi, actually I'm using something you may find useful. I have a UiBinder template that holds something I call actions. Actions hold some properties that may be shared by multiple other widgets (like caption, image, hint, etc.) and they can be translated which is why I wan to to have this in UiBi

Re: Introducing GWT-Tour 0.1

2014-01-24 Thread doright
thanks, yes, I will feedback my implementation to the group. cheers, Doug On Friday, January 24, 2014 9:41:00 AM UTC, Alain wrote: > > I Pmd you. > > A tour's Tarbet must not be a button. It can be any DOM Element. You just > need to pass the ID of the Element as target. > So I think setNextOn

Re: Introducing GWT-Tour 0.1

2014-01-24 Thread Alain Ekambi
I Pmd you. A tour's Tarbet must not be a button. It can be any DOM Element. You just need to pass the ID of the Element as target. So I think setNextOnTargetClick might work after all ? GwtTour is on GitHub https://github.com/eemi2010/gwt-tour You could just fork the project and send some pull

Re: Phantom widget

2014-01-24 Thread Jens
I don't think so. Why do you need it? -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to th

Re: Introducing GWT-Tour 0.1

2014-01-24 Thread doright
Hi again Alain, we might want to take this offline, you're call. I love this tool, and am pretty close to releasing a whole 'training academy' subsection of my site, using GWT-Tour, but I really need programmatic control of the tours. For example when a user clicks on a target I'm asking them

A Simple ComboBox/ListBox snippet/example for Widgets.

2014-01-24 Thread Lars Perf
As I needed a way to easily manage localization selection (iow changing language on the page), I was looking around for a listbox that supported images (for country flags). Sadly it seemed the only available options were embedded in large, complex libraries such as SmartGWT. Anyhow I decided t

Phantom widget

2014-01-24 Thread Stephen Leung
Hi GWT users, Is it possible to create a fake/phantom Widget/Element such that when it is rendered no HTML code will be generated? Thanks, -Stephen -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop

Re: SelectionCell with unique list of options for every row

2014-01-24 Thread Bob
I have been trying to do the same thing with no success. Does anyone have any pointers on this? I created a custom DynamicSelectionCell that lets me populate the list from the datagrid by overriding render. This works OK and I get selections with the unique values for each row OK. However when

GWT and XSLT

2014-01-24 Thread Lichtkabouter
Hi, I've got a problem with the current XSLTProcessor (which can be found on github). When trying to parse a XSLT file combined with a XML it produces an error. I know this is a external piece of code and therefor I am looking for a better way to transform XML into HTML by XSLT. Can anyone poin