Re: DataGrid progress - who to change default boxs to plain text

2012-06-04 Thread dayanandabv
i tried overrideing setLoadingIndicator but no help, any help regarding the same public void setLoadingIndicator() { //giving null value here Widget defaultWidget = getLoadingIndicator(); HorizontalPanel hp = new HorizontalPanel(); hp.add(new

Re: Help: GWT Celltable Record (Specific Record Mouseover) ToolTip !!!

2012-06-04 Thread Jens
The contact instance in getValue() is your row value. So when you make the generated SafeHtml dependent on the contact you have a different tooltip for each row (= contact) in that column. If you want to show a tooltip in every column you have to do this in every Column.getValue(). -- J. --

Re: GWT Compiler Hanging

2012-06-04 Thread Erel Segal Halevi
otth2oskier wippel.roland@... writes: I am now getting the issue with the DevMode as well, and it has no flag to override the update check. On Aug 15, 3:29 pm, Stijn Bienkens stijn.bienk...@... wrote: I have exactly the same issue at work. Using Windows 7 64bit, jdk 6 update

Authentification With Selenium

2012-06-04 Thread alaa aadil
Hello , i want to do an Authentification with Selenium with GWT ( authentification af the user ; login pass word ) and i don't know the step that i should follow to do this . best regards Adil thanks -- You received this message because you are subscribed to the Google Groups Google Web

Re: Authentification With Selenium

2012-06-04 Thread András Csányi
On 4 June 2012 11:20, alaa aadil aadila...@gmail.com wrote: Hello , i want to do an Authentification with Selenium with GWT ( authentification af the user ; login pass word ) and i don't know the step that i should follow to do this . I'm sorry but based on that information what you

Re: Authentification With Selenium

2012-06-04 Thread alaa aadil
thanks Csanyi Andras for your reply , what i want to do is : i want to create an application of monitoring with GWT , and the first view of this application should be an Athentification view of the user . when i was searching in the Net , i found that some people suggest to use Selenium to do

Re: byte array to Image

2012-06-04 Thread Magallo
Excuse me Agito M, I'm intereseted in this solution. You said that Code on the client side didn't change from what I earlier posted.. What do you mean? How do you call the servlet and how do you process the result and create the image client side? Please, could you possibly post some code to

XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2012-06-04 Thread Magallo
Hi all, I qoute from https://developer.mozilla.org/En/Using_XMLHttpRequest#Handling_binary_data in javascript is possible, using the The XMLHttpRequest Level 2 Specification adds new responseType attributeshttp://www.w3.org/TR/XMLHttpRequest2/#the-responsetype-attributewhich make sending and

Re: Celltable performance issue

2012-06-04 Thread lucky
Could you please provide me the sample example for this? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ubpiMGBB0FUJ. To post to this group,

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2012-06-04 Thread Thomas Broyer
On Monday, June 4, 2012 1:03:40 PM UTC+2, Magallo wrote: Hi all, I qoute from https://developer.mozilla.org/En/Using_XMLHttpRequest#Handling_binary_data in javascript is possible, using the The XMLHttpRequest Level 2 Specification adds new responseType

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2012-06-04 Thread Magallo
Hi, I tried to use your solution. Looking at Google I/O on youtube (http://www.youtube.com/watch?v=NNmoEOpGJdk) I saw this but I wasn't able to do it. I tried creating this: public class BinaryXMLHttpRequest extends XMLHttpRequest { public native JavaScriptObject getResponse() /*-

Re: Help: GWT Celltable Record (Specific Record Mouseover) ToolTip !!!

2012-06-04 Thread laxman lingampally
Hi all, Thanks a lot Jens and Rajeshwar , For Helping me, As of now Tooltip is Working fine Regards Laxman On Mon, Jun 4, 2012 at 2:30 PM, Jens jens.nehlme...@gmail.com wrote: The contact instance in getValue() is your row value. So when you make the generated SafeHtml dependent on the

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2012-06-04 Thread Thomas Broyer
On Monday, June 4, 2012 2:53:28 PM UTC+2, Magallo wrote: Hi, I tried to use your solution. Looking at Google I/O on youtube ( http://www.youtube.com/watch?v=NNmoEOpGJdk) I saw this but I wasn't able to do it. I tried creating this: public class BinaryXMLHttpRequest extends

Re: making Anchor look like a normal link

2012-06-04 Thread Mike Dee
Just thinking. When right-clicking a Hyperlink, which starts a new instance of the app in a separate window/tab, how would one figure out the user (that is logged in to the original instance)? I assume the new instance starts up (onModuleLoad()) and knows nothing about the instance from

Re: making Anchor look like a normal link

2012-06-04 Thread Mike Dee
Actually, I think the answer is here: http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ On Monday, June 4, 2012 10:40:53 AM UTC-7, Mike Dee wrote: Just thinking. When right-clicking a Hyperlink, which starts a new instance of the app in a separate window/tab, how

Resubmitting RequestFactory request when server side logic requires it

2012-06-04 Thread Ryan McFall
I am having issues when I want to resubmit some requests to the server when the server-side logic indicates it should happen. In particular, here's what happens: 1. The user logins in, which causes an object (SurveyResponseHeader) to be created on the server-side, and sent back to the client.

Adding a DockLayoutPanel to a FlowPanel?

2012-06-04 Thread Brad Larson
Yeah, I know the subject sounds crazy. I'm working on a larger project (http://code.google.com/p/gerrit/), who's overall GWT UI is based on a top-level flow panel. Now I need to use a DockLayoutPanel for one of the pages. We have a lot of code in place assuming pages add and remove content from

Re: GWT 2.5 and beyond

2012-06-04 Thread Bademus ᵗʰᵉ
Can you share unofficial gwt2.5 build? Thank you. On Saturday, March 31, 2012 5:56:54 PM UTC+2, Joseph Lust wrote: I use TeamCity to build each GWT trunk commit. For example there were four commits yesterday to the GWT trunk to add ARIA accessibility support. So yes, they're still in the

Re: add timer on panel......

2012-06-04 Thread Ben Klein
If I recall correctly, System.currentTimeMillis() still works in GWT. In your timer code, this can be called; end_time + start_time - current_time will give you how much time is left. On Tuesday, May 29, 2012 7:59:43 AM UTC-4, Harshal Patil wrote: Hello Can anyone plz help me to create

Re: 3-tier architecture /gwt

2012-06-04 Thread Juan Pablo Gardella
Hi, I have problems to run the project inside eclipse. I add this to the parent pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId version2.9/version configuration wtpmanifesttrue/wtpmanifest wtpapplicationxmltrue/wtpapplicationxml

GWT JSNI Callback

2012-06-04 Thread zorro
I am trying to implement a callback using JSNI. 1. I don't know if changing this is allowed in the way I do it. 2. I don't know if such an assignment is advisable from the perspective of JSNI functionality 3. The compiler in Eclispe does not seem to grasp that as well and I don't know the

Help with JavaScriptObject casting issue in Prod Mode.

2012-06-04 Thread John Gentilin
I am working with a wrapper around the FB JS libs, which is actually running on a iPhone / PhoneGap that is calling the native FB Libs.. I have the following wrapper function that will log me out of FB and call the success function on return public static native void logout

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-04 Thread James Horsley
I finally managed to get time to look at this. I added tests to answer to Alexis's original question and my current patch out for review would not work with his supplied case. Luckily, it was a fairly easy change to addPathsToResolution to have it add the child resolutions without handling the

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-04 Thread James Horsley
Adding the .keys. and .values. disambiguation was much much simpler than I'd thought thanks to the prefix variable being passed down so can have the codereview updated with this change very shortly. On 4 June 2012 13:07, James Horsley james.hors...@gmail.com wrote: I finally managed to get time

[gwt-contrib] Re: MeniItem should use ScheduledCommand instead of Command (issue1698803)

2012-06-04 Thread rchandia
This seems to tick apicheck in the wrong way: $ ant apicheck ... apicheck-nobuild: [java] Found 38 new resources [java] Found 38 new resources [java] com.google.gwt.user.client.ui.MenuBar::addItem(Lcom/google/gwt/safehtml/shared/SafeHtml;Lcom/google/gwt/user/client/Command;)

[gwt-contrib] RenderablePanel should use ScheduledCommand instead of Command (issue1728803)

2012-06-04 Thread rchandia
Reviewers: rdayal, Description: RenderablePanel should use ScheduledCommand instead of Command Resubmission of issue 1693804 Thanks Patrick! Please review this at http://gwt-code-reviews.appspot.com/1728803/ Affected files: M user/src/com/google/gwt/user/client/ui/RenderablePanel.java

[gwt-contrib] Re: RenderablePanel should use ScheduledCommand instead of Command (issue1693804)

2012-06-04 Thread rchandia
LGTM Reposting as http://gwt-code-reviews.appspot.com/1728803 http://gwt-code-reviews.appspot.com/1693804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Move Super Dev Mode to the open source repository. (issue1727804)

2012-06-04 Thread skybrian
Reviewers: cromwellian, Description: Move Super Dev Mode to the open source repository. Includes a simple demo target that works with the Hello sample app. I've also made some linker options configurable, as necessary to make this work. Review by: cromwell...@google.com Please review this at

[gwt-contrib] Re: RenderablePanel should use ScheduledCommand instead of Command (issue1693804)

2012-06-04 Thread rchandia
Submitted as r11010. http://gwt-code-reviews.appspot.com/1693804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] PopupImplMozilla should not use DeferredCommand (issue1729803)

2012-06-04 Thread rchandia
Reviewers: rdayal, Description: PopupImplMozilla should not use DeferredCommand Repost of issue 1696803. Thanks Patrick! Please review this at http://gwt-code-reviews.appspot.com/1729803/ Affected files: M user/src/com/google/gwt/user/client/ui/impl/PopupImplMozilla.java Index:

[gwt-contrib] Re: PopupImplMozilla should not use DeferredCommand (issue1696803)

2012-06-04 Thread rchandia
LGTM Reposting at http://gwt-code-reviews.appspot.com/1729803 http://gwt-code-reviews.appspot.com/1696803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: PopupImplMozilla should not use DeferredCommand (issue1696803)

2012-06-04 Thread rchandia
Submitted as r11011 http://gwt-code-reviews.appspot.com/1696803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: PopupImplMozilla should not use DeferredCommand (issue1729803)

2012-06-04 Thread rchandia
Submitted as r11011 http://gwt-code-reviews.appspot.com/1729803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] JsonpRequest should not use DeferredCommand (issue1725804)

2012-06-04 Thread rchandia
Reviewers: rdayal, Description: JsonpRequest should not use DeferredCommand Repost of 1694804 Thanks Patrick! Please review this at http://gwt-code-reviews.appspot.com/1725804/ Affected files: M user/src/com/google/gwt/jsonp/client/JsonpRequest.java Index:

[gwt-contrib] Re: JsonpRequest should not use DeferredCommand (issue1694804)

2012-06-04 Thread rchandia
LGTM Reposting at http://gwt-code-reviews.appspot.com/1725804 http://gwt-code-reviews.appspot.com/1694804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: JsonpRequest should not use DeferredCommand (issue1694804)

2012-06-04 Thread rchandia
Submitted as r11012 http://gwt-code-reviews.appspot.com/1694804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: JsonpRequest should not use DeferredCommand (issue1725804)

2012-06-04 Thread rchandia
Submitted as r11012 http://gwt-code-reviews.appspot.com/1725804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Move Super Dev Mode to the open source repository. (issue1727804)

2012-06-04 Thread cromwellian
LGTM, I didn't review the Java files because I assume they are mostly unchanged since the last time. http://gwt-code-reviews.appspot.com/1727804/diff/1/dev/codeserver/BUILD File dev/codeserver/BUILD (right): http://gwt-code-reviews.appspot.com/1727804/diff/1/dev/codeserver/BUILD#newcode1

[gwt-contrib] Re: MeniItem should use ScheduledCommand instead of Command (issue1698803)

2012-06-04 Thread tuckerpmt
Correct, this is a breaking change but should not cause much commotion. Currently, Command is an extension of ScheduledCommand, that should eventually be deprecated and removed from the API. It was changed to this in order to ease the transition from DeferredCommand to Scheduler. The interface