Re: Slider for GWT?

2013-05-06 Thread kim young ill
this could help http://turbomanage.wordpress.com/2011/03/23/a-partially-updated-sliderbar-for-gwt-2-2/ On Sun, May 5, 2013 at 8:05 PM, Jens jens.nehlme...@gmail.com wrote: GWT doesn't have a slider widget but there are some 3rd party libraries that provide them. -- J. -- You received

Mismatch between I18NSync and MessageFormat

2013-05-06 Thread christian elsen
There is the DevGuide https://developers.google.com/web-toolkit/doc/latest/DevGuideI18nMessages which defines *GWT-Specific formats* which even extend the standard java MessageFormat. This works fine when the Java message class is written by hand and appropriate Java parameter types are

gwt maven project ,update problem

2013-05-06 Thread sahli . sabrina
hi, I have a gwt maven project, the problem is that the changes I make on the application are not taken into account when running in jetty, how can i do to resolve the problem? please help me , thank you a lot, -- You received this message because you are subscribed to the Google Groups

Re: gwt maven project ,update problem

2013-05-06 Thread deepak chauhan
Tryto create the project using https://github.com/tbroyer/gwt-maven-archetypes. I was also facing same type of issues, but worked after using this archetype. On Mon, May 6, 2013 at 2:02 PM, sahli.sabr...@gmail.com wrote: hi, I have a gwt maven project, the problem is that the changes I make

Re: gwt maven project ,update problem

2013-05-06 Thread sahli . sabrina
thank you for the reply, but i created the project using gwt-maven-archetypes :( . and i keep cleaning the project but i have the same problem Le lundi 6 mai 2013 09:39:38 UTC+1, deepak chauhan a écrit : Tryto create the project using https://github.com/tbroyer/gwt-maven-archetypes. I

Re: gwt maven project ,update problem

2013-05-06 Thread Thomas Broyer
On Monday, May 6, 2013 10:32:54 AM UTC+2, sahli@gmail.com wrote: hi, I have a gwt maven project, the problem is that the changes I make on the application are not taken into account when running in jetty, how can i do to resolve the problem? please help me , Which kind of

Re: gwt maven project ,update problem

2013-05-06 Thread sahli . sabrina
I made the changes in java files (src/main/java ). And i run the application in devMode by using eclipse and i put the gwt:run command After cleaning and re -runing the project i find that the java files generated are the old files (without change) and the samre execution results Thank you,

Re: Emulated stack mode not resolving symbols

2013-05-06 Thread Honza Rames
Hi! Using emulated stack traces won't deofuscate the callstack it just makes it available on more browsers (see https://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions#Example_Production_Mode_stack_traces_without_emulation). If you wan't to have readable callstack you need to

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-06 Thread Andrea Boscolo
Unfortunately I can't say much about ADA and 508 compliance, but the CellTable/DataGrid supports ARIA http://www.w3.org/TR/wai-aria/attributes (see docs https://developers.google.com/web-toolkit/doc/latest/DevGuideA11y). Also, such grids are the only enterprise grid officially supported by

How to add a shadow border to a g:center element?

2013-05-06 Thread membersound
Hi, I have a the following setup and would like to apply a box shadow around everything that is contained in the g:center tag. The following does not work: g:SplitLayoutPanel g:northsome other content /g:north g:center

Re: ClientAbortException Issue Since 2.5.1

2013-05-06 Thread Eric Eastman
Sorry for the confusion. It was gwt-dev.jar that contained this class in 2.5.0 and not in 2.5.1. It looks like there are many differences in that jar. On Friday, May 3, 2013 5:18:16 PM UTC-4, Thomas Broyer wrote: On Friday, May 3, 2013 10:46:07 PM UTC+2, James Patrick wrote: Hey Guys,

Re: When modifying SimpleHtmlSanitizer.java, how to deal with a href= (Gwt)?

2013-05-06 Thread Patrick Tucker
The XML tag's name is a not a href= On Sunday, May 5, 2013 11:21:40 PM UTC-4, zal...@gmail.com wrote: You know that SimpleHtmlSanitizer.java only accepts the following markup (b, em, i, h1, h2, h3, h4, h5, h6, hr, ul, ol, li). It is good but I want u, sub, a href= don't want hr, ul, ol,

Re: Modifying SimpleHtmlSanitizer.java, how to deal with a href= (Gwt)?

2013-05-06 Thread Patrick Tucker
The XML tag's name is a not a href= On Sunday, May 5, 2013 11:23:25 PM UTC-4, Tom wrote: You know that SimpleHtmlSanitizer.java only accepts the following markup (b, em, i, h1, h2, h3, h4, h5, h6, hr, ul, ol, li). It is good but I want u, sub, a href= don't want hr, ul, ol, li. So I need

Re: Super dev mode - sourcemap not working anymore

2013-05-06 Thread Martones
Hello all, I'm using 2.5.1 GA now and the problem still persists for me in Chrome. Is there something else I missed ? :) Many thanks, Ludovit Le jeudi 17 janvier 2013 15:25:56 UTC+1, Guus Bloemsma a écrit : Until the new version is available: Make your own copy of

How to add an icon to MenuItem?

2013-05-06 Thread membersound
Hi, how can I get add an icon with text to a menu item in GWT? The following does not work: ui:with field='res' type='my.package.MyResources' / gwt:MenuBar g:MenuItem text=testg:Image resource={res.myIcon} //g:MenuItem Resulting error: Not allowed in an HTML context: g:Image

Re: Menu Bar - hide

2013-05-06 Thread Patrick Tucker
I don't believe there is an open issue for this, might be worth filing one: http://code.google.com/p/google-web-toolkit/issues On Sunday, March 17, 2013 9:50:54 AM UTC-4, Marco wrote: I have a strange behaviour which also occurs in GWT Showcase.

Re: When modifying SimpleHtmlSanitizer.java, how to deal with a href= (Gwt)?

2013-05-06 Thread Tom
if i put a, then nothing happened as the system marked aText/a. so we need href On Monday, May 6, 2013 11:33:05 PM UTC+10, Patrick Tucker wrote: The XML tag's name is a not a href= On Sunday, May 5, 2013 11:21:40 PM UTC-4, zal...@gmail.com wrote: You know that SimpleHtmlSanitizer.java only

Re: Compiler exception after upgrade to 2.5.1

2013-05-06 Thread DC
That worked for me too. Thanks Thomas! On Wednesday, March 20, 2013 5:11:14 AM UTC-4, Thomas Broyer wrote: Delete the gwt-unitCache and try again. On Wednesday, March 20, 2013 3:27:16 AM UTC+1, mdwarne wrote: Hi, My project compiles and runs OK with GWT 2.5.0. After upgrading to

UiBinder

2013-05-06 Thread Mass PR
UiBinder example i'm able to compile without any errors but it is not generating URL Why it is happened like that -- 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

Re: GWT 2.5.1 now available

2013-05-06 Thread Mass PR
On Tuesday, March 12, 2013 6:41:16 AM UTC+5:30, Matthew Dempsky wrote: 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

Re: When modifying SimpleHtmlSanitizer.java, how to deal with a href= (Gwt)?

2013-05-06 Thread Patrick Tucker
Unfortunately, you will have to modify simpleSanitize(String) then. You will have to add further checking for when the tag equals a. On Monday, May 6, 2013 9:45:24 AM UTC-4, Tom wrote: if i put a, then nothing happened as the system marked aText/a. so we need href On Monday, May 6, 2013

Desktop application work with gwt website

2013-05-06 Thread Boris Son
I have GWT project web application. Now I have to create desktop application to work with this website. Is there any libraries? Web application uses rpc from GWT framework. Objects are serialized by framework. So now in desktop application I have to send http request with serialized

Re: Desktop application work with gwt website

2013-05-06 Thread Michael Prentice
GWT is open sourced and available on GitHub. So you are free to take a look at the code that handles serialization. But my first question is why would you want/need to create a desktop application? Is GWT not high performance enough for you in the browser? Does HTML5 not provide you with rich

Re: Facebook login button

2013-05-06 Thread Mohammad Al-Quraian
I don't think that Scribe is gwt safe, so what I did is handle most of the login process on the server side. Unfortunately, I couldn't find easy tutes for that. Most importantly you have to understand how OAuth works (which is easy especially v.2). Then try to implemented yourself, here are a

Re: Weird problem with UIBinder Constructor args

2013-05-06 Thread wayne rasmuss
I'm now pretty sure that this was (mostly) a problem with my gradle build not cleaning correctly. Not sure why my changes required a clean, but that's not the end of the world. On Sunday, May 5, 2013 1:38:18 PM UTC-5, wayne rasmuss wrote: I'm having a very strange problem with UiConstructor.

User login and session management.

2013-05-06 Thread Mohammad Al-Quraian
I'm implementing a simple app which require users to be logged in for some pages/actions. I get the idea about sessions and cookies, and after some reading I deduced that the best way is to only save the session id on the client side as a cookie. Then all communication with the server (that

mouse over tab (TabLayoutPanel) to select

2013-05-06 Thread Weihua
Dear GWTers, Is it possible to mouseover a tab of TabLayoutPanel to select it? Thank you very much!!! Weihua -- 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

[gwt-contrib] Re: Ensures integer pixel values and adds getters for subpixel values (issue1815803)

2013-05-06 Thread john
On 2013/04/30 23:05:08, skybrian wrote: Hello, could you avoid reformatting code that you're not working on? Or if you want to just fix the javadoc, do that in a separate CL. Appears the eclipse auto formatting had changed Element JavaDocs without me noticing, Removed the changes, sorry

[gwt-contrib] Re: Ensures integer pixel values and adds getters for subpixel values (issue1815803)

2013-05-06 Thread skybrian
On 2013/05/06 08:05:00, John A. wrote: On 2013/04/30 23:05:08, skybrian wrote: Hello, could you avoid reformatting code that you're not working on? Or if you want to just fix the javadoc, do that in a separate CL. Appears the eclipse auto formatting had changed Element JavaDocs without

[gwt-contrib] Re: Replacing deprecated HorizontalSplitPanel and VerticalSplitPanel samples in Showcase with a new ... (issue1356804)

2013-05-06 Thread macmurali
Here is the code which is similar to deprecated HorizontalSplitPanel and VerticalSplitPanel but implemented extending new SplitLayoutPanel. Works great on standards mode. import com.google.gwt.user.client.DOM; import com.google.gwt.user.client.Event; import com.google.gwt.user.client.Window;

[gwt-contrib] Change in gwt[master]: Allow line breaks and other whitespace in jsni method refere...

2013-05-06 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Allow line breaks and other whitespace in jsni method references. .. Patch Set 1: (1 comment) File

[gwt-contrib] Change in gwt[master]: Adds Java 7 new language features.

2013-05-06 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Adds Java 7 new language features. .. Patch Set 1: This patch includes the JDT 3.8 update patch; I am uploading to start the review process for the

[gwt-contrib] Change in gwt[master]: Adds Java 7 new language features.

2013-05-06 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Adds Java 7 new language features. .. Patch Set 1: Are the JDT 3.8 jars that you want to use stable? If so, maybe we should go ahead and add those

[gwt-contrib] Change in gwt[master]: Adds Java 7 new language features.

2013-05-06 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Adds Java 7 new language features. .. Patch Set 1: Oh, disregard that comment then. Didn't realize this was the child patch. :) -- To view, visit

[gwt-contrib] Change in gwt[master]: Adds Java 7 new language features.

2013-05-06 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#2). Change subject: Adds Java 7 new language features. .. Adds Java 7 new language features. Adds the Java 7 new language features: namely, the diamond operator, new