Re: Sorting icons needs to right align in DataGrid

2013-04-04 Thread Bhumika Thaker
To show sorting icons left align, applied below style. It works. .cellTableStyle th div:first-child { margin-right: 15px; } .cellTableStyle th div div:first-child { left: 50%; margin-left: 100%; } On Monday, 4 March 2013 10:41:57 UTC+5:30, Bhumika Thaker wrote: Hi, I use sorting

Re: Window onfocus/onblur events.

2013-04-04 Thread Nano Elefant
I'm struggling now since days trying to determine if the browser window is inactive. There's probably a reason why GWT does not support this, but I must implement it non the less. Can you please tell me how it can be done? Eric's code above, does not even call the notifyOnFocus/notifyOnBlur

Re: Window onfocus/onblur events.

2013-04-04 Thread Jens
Check out http://stackoverflow.com/a/1060034 Its pure JavaScript but it shouldn't be hard to adapt it to GWT. -- 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

Re: Changes Opacity for vertical scrollbar inside 2.4 DataGrid?

2013-04-04 Thread RAJ
Hi Andrea, Thanks a lot for the reply. I have tried your suggestions and it worked perfectly. I am copying code here so that others can use it if needed. --As you said, following code is part of constructor of the class which extends DataGrid final CustomScrollPanel scrollPanel =

Here we go again ... Firefox 20

2013-04-04 Thread Boris Brudnoy
Hi there, Today the Firefox browser prompted me with the next recommended upgrade, version 20, and told me that the GWT Dev Mode plugin would be clobbered. I haven't seen anyone else post about FF20 and so hopefully this'll be the post to follow update once the GWT team publishes the

Re: Here we go again ... Firefox 20

2013-04-04 Thread Thomas Broyer
On Thursday, April 4, 2013 4:26:52 PM UTC+2, Boris Brudnoy wrote: Hi there, Today the Firefox browser prompted me with the next recommended upgrade, version 20, and told me that the GWT Dev Mode plugin would be clobbered. I haven't seen anyone else post about FF20 and so hopefully

Re: Here we go again ... Firefox 20

2013-04-04 Thread Boris Brudnoy
Awesome, thank you. My folly was not checking the Add-ons page before trying the upgrade. (Arguably Firefox could introduce some sort of a prompt that there are new plugin versions available and offer to restart Firefox, which I haven't done in a while). Boris Brudnoy Founder and Web App

Problems adding Click Handler to Grid

2013-04-04 Thread skippy
I am trying to add a Click Handler to a Grid object, but it never fires. tableData.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) { Window.alert(I am here); } }); Any ideas would be great. Thanks -- You received this message because you are

Re: Changes Opacity for vertical scrollbar inside 2.4 DataGrid?

2013-04-04 Thread Andrea Boscolo
Good, another two suggestions: - if you do not want opacity/transition, simply use NativeVerticalScrollbar.Resources as-is; - in order to reliably know the right scrollbar width/height (in case you want to stick with a native scrollbar), you can use the static methods

Re: Here we go again ... Firefox 20

2013-04-04 Thread Williame
My suggestion is to use the Esr version of Firefox. 17.0.5 I think is latest. http://www.mozilla.org/en-US/firefox/organizations/all.html They are supposed to be for enterprise to use in place of the rapid releases and should be updated only every 5-6 major firefox versions, so good for

Re: Problems adding Click Handler to Grid

2013-04-04 Thread skippy
I am using GWT 2,4 if that helps. On Apr 4, 10:35 am, skippy al.leh...@fisglobal.com wrote: I am trying to add a Click Handler to a Grid object, but it never fires. tableData.addClickHandler(new ClickHandler() {      public void onClick(ClickEvent event)      {         Window.alert(I am

Error in Totoe XML Parser.

2013-04-04 Thread skippy
This code works fine for me in IE but fails in Firefox. I get the error Bad format on namespace decleration(s) given. String namespaces = xmlns:default=\http://code.google.com/p/totoe\; + xmlns:Group=\http://code.google.com/p/totoe/Group\; +

Upload a file - special characters are converted to html chars?

2013-04-04 Thread membersound
Hi, I'm reading a file using file chose dialog (by GWT FileUpload).. Therefore on the client side I created a form that has the content of the file as a String in its SubmitCompleteEvent. Problem: already on the client side (before sending the content to the server), special characters like

Re: Upload a file - special characters are converted to html chars?

2013-04-04 Thread Jens
As far as I know, GWT posts/submits to an iframe and then reads the iframe's content which you access through event.getResults(). So after a form submit is complete the iframe contains your server response. If you don't send back the uploaded file from server to client,

Re: Upload a file - special characters are converted to html chars?

2013-04-04 Thread Thomas Broyer
On Thursday, April 4, 2013 10:36:20 PM UTC+2, Jens wrote: As far as I know, GWT posts/submits to an iframe and then reads the iframe's content which you access through event.getResults(). So after a form submit is complete the iframe contains your server response. If you don't send back

Re: GWT Designer - MenuBar

2013-04-04 Thread Michael Prentice
The links in this discussion show that this was fixed on Jan 16th, 2013. http://code.google.com/p/gwt-designer/source/detail?r=99 But it is not clear from the change or the issue in what version this fix was delivered. I would guess 2.5.1? On Wednesday, April 3, 2013 2:28:14 PM UTC-4,

[gwt-contrib] Re: Fixes #8036, properly sorting of places in PlaceHistoryGeneratorContext (issue1895803)

2013-04-04 Thread t . broyer
We just need someone with commit rights. Calling in Matthew (at random), who will delegate if needed. http://gwt-code-reviews.appspot.com/1895803/ -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups

[gwt-contrib] Change in gwt[master]: Allow strong name to be omitted.

2013-04-04 Thread Matthew Dempsky
Matthew Dempsky has uploaded a new change for review. https://gwt-review.googlesource.com/2420 Change subject: Allow strong name to be omitted. .. Allow strong name to be omitted. Change-Id:

[gwt-contrib] Change in gwt[master]: Allow strong name to be omitted.

2013-04-04 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Allow strong name to be omitted. .. Patch Set 1: Verified-1 Boo, this patch set FAILED the build and/or checkstyle tests. :( Build details:

[gwt-contrib] Change in gwt[master]: Allow strong name to be omitted.

2013-04-04 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Allow strong name to be omitted. .. Patch Set 1: That's an interesting failure... looks like the java command broke on the jenkins VPS(!!). -- To view,

[gwt-contrib] Change in gwt[master]: Allow strong name to be omitted.

2013-04-04 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Allow strong name to be omitted. .. Patch Set 1: Code-Review+1 (1 comment) File