[no subject]

2013-03-11 Thread Bernd Meyer
-- 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 this

Re: How to apply a complete css file to an element in Ui-Binder?

2013-03-11 Thread karim duran
Hi membersound, 1) I think your SuggestBox should have a ui:field attribute 2) then, add a stylename attribute like this - styleName={css.mySuggestBox}. Where mySuggestBox is your css style directives name for your gwt:SuggestBox. Also, In UI Visual Designer, just can click on your suggestbox,

Deployment to Tomcat

2013-03-11 Thread nalini . kar
Hi, My application works fine in development mode. But not fetching any data while deploying with tomcat server. Can anyone tell me what is the right way to deploy in tomcat. I read through some sites but could not get it What I do is, I complile my project,make a .war file with the

Re: Deployment to Tomcat

2013-03-11 Thread Jens
DevMode deploys the app to the root while on tomcat you have probably deployed your app into a subfolder. Thus your server requests will result in 404 Not Found. Make sure you deploy your app to the correct location. -- J. -- You received this message because you are subscribed to the Google

Re: How to apply a complete css file to an element in Ui-Binder?

2013-03-11 Thread Kody
No this would be suitable if I only want to apply a specific property class of my css file. But I want to create a css file which contains all relevant css classes for styling a SuggestBox, and then just apply everything that's insndie it. Like: .gwt-SuggestBox {} .gwt-SuggestBoxPopup {}

Re: Deployment to Tomcat

2013-03-11 Thread Thomas Broyer
On Monday, March 11, 2013 10:38:06 AM UTC+1, Jens wrote: DevMode deploys the app to the root while on tomcat you have probably deployed your app into a subfolder. Thus your server requests will result in 404 Not Found. Make sure you deploy your app to the correct location. It's less

How to get the css styles from showcase SuggestBox?

2013-03-11 Thread membersound
I'd like to apply the styles from the showcase SuggestBox: http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwSuggestBox Especially I like the thin-round borders around the box. How can I do this when using Standard theme? This is what I tried: ui:style field=styles

Re: How to get the css styles from showcase SuggestBox?

2013-03-11 Thread Thomas Broyer
On Monday, March 11, 2013 11:44:41 AM UTC+1, membersound wrote: I'd like to apply the styles from the showcase SuggestBox: http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwSuggestBox Especially I like the thin-round borders around the box. How can I do this when using

Re: How to get the css styles from showcase SuggestBox?

2013-03-11 Thread Jens
If you like the Showcase theme then you can simply use the Clean.gwt.xml theme in your module. What I do to change the GWT style globally the way I want is to copy the GWT style into a ClientBundle and only inherit theme-nameResources.gwt.xml so that images get copied to the war folder. For

Re: Deployment to Tomcat

2013-03-11 Thread Maurizio Fassone
I have attached the ANT file that I use in order to create the war of mt GWT project. Try to use it, you need just to modify the properties with you module and the name of the war that will be created. Hope this helps Maurizio Il giorno lunedì 11 marzo 2013 10:26:56 UTC+1,

Re: How to get the css styles from showcase SuggestBox?

2013-03-11 Thread Kody
Thomas, where would I place the @externals? Inside the css resource that I defined for the suggestPopup only? And would I have to add @external for EVERY class that is inside there? Or could I use wildcards somehow? 2013/3/11 Thomas Broyer t.bro...@gmail.com On Monday, March 11, 2013

websitesframeworks.com : GWT has the greatest growth.

2013-03-11 Thread maticpetek
Interresting articles - it would be nice to see which sites are this. http://blog.websitesframeworks.com/2013/03/web-frameworks-statistics-174/#husage Regards, Matic -- GWT stuff twitter - http://twitter.com/#!/gwtstuff -- You received this message because you are

GWT 2.5.1 now available

2013-03-11 Thread Matthew Dempsky
Hi everyone, We're excited to announce the GWT 2.5.1 release! There will be an announcement soon on the GWT Blog http://googlewebtoolkit.blogspot.com/, and you can download it herehttps://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.5.1.zip. This release has been uploaded to

Re: Invalid version number errror after upgrading from 2.1 M2 to M3

2013-03-11 Thread isu
It works !! Thanks!!! -- 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 this group, send email to

Re: Deformed DialogBox

2013-03-11 Thread yann
Hello, I have the same problem. You found the solution ? Or anyone !! Thx Le jeudi 7 juillet 2011 13:50:56 UTC+2, Tiago Rinck Caveden a écrit : Hello all, I'm a newbie in GWT and I am struggling to create a dialog box using UIBinder. I'm sorry if this has already been discussed but I

Refresh button hangs up GWT application

2013-03-11 Thread Вадим Коваленко
I have a problem with my GWT (2.5.0) app: on some (not all) pages when user hits refresh or F5 button, my app stops responding and only shows loading wheel. For example, on page http://127.0.0.1:/portal/index.html?gwt.codesvr=127.0.0.1:9997#categories refresh works fine, but on

Re: GWT WebApp and iOS 6 Safari

2013-03-11 Thread Matthew Lieder
This is a bit old, but in the interest of linking information here's a blog post I found on this issue with another workaround: http://deploythoughts.blogspot.com/2012/11/gwt-webapp-and-ios-6-safari.html. That workaround did the trick for us. On Wednesday, January 16, 2013 7:17:16 AM UTC-6,

[gwt-contrib] Change in gwt[master]: Adds isStandalone to ImageResource so Image can used an Uncl...

2013-03-11 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Adds isStandalone to ImageResource so Image can used an UnclippedState. .. Patch Set 3: Code-Review+1 Thanks. Internally, we need to run corresponding

[gwt-contrib] Change in gwt[master]: Add a /policies/ directory to Super Dev Mode code server.

2013-03-11 Thread Brian Slesinsky
Brian Slesinsky has uploaded a new change for review. https://gwt-review.googlesource.com/2200 Change subject: Add a /policies/ directory to Super Dev Mode code server. .. Add a /policies/ directory to Super Dev Mode code