Re: How to validate TextBox fields?

2013-01-08 Thread membersound
I was not aware of the editor framework. This looks very promising! -- 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/-/9qGf8hGJ1ZwJ. To post to this

Re: Problem with parser from XML to String on GWT

2013-01-08 Thread Crease
Thanks for your answer, Do you know any way of write a file XML to String in GWT? I know make it in java with XMLSerializer, StringWriter, OutputFormat but I look for as make it and I don´t find it. If you know make it, I thanks you for explain me. Postscript: I sorry for my english. Thanks.

Run GWT app by demand + xs linker

2013-01-08 Thread Jose María Zaragoza
Hello: I'm using GWT 2.3 I want to run a GWT application by demand, i.e, clicking an external HTML button ( I mean, this button doesn't belong to GWT application ) I can do that when I use std linker (iframe bootstrap mechanism). I do it by modifying DOM with Javascript But now I need to

How to add ValueChangeHandler to Tree?

2013-01-08 Thread membersound
Hi, as far as I can see a GWT Tree has no ValueChangeHandler by default (for modifying elements in the tree). Therefore I'm trying to extend the Tree and add a ValueChangeHandlermy myself. But it never get's called: class MyTree extends Tree implements ValueChangeHandlerString { //never

Re: help to understand uiRenderer

2013-01-08 Thread Axel REGNOULT
I have this code in Contact_cell.ui.xml div span ui:field='nameSpan' ui:text from={name} / /span /div I think that [object Object] comes from ui:text, but I do not understand what ui:text is for (when I should use ui:text ?) ? Thx, -- You received this message because you are

Re: Code Splitting Simple Example Still getting Thrown into Left Overs

2013-01-08 Thread Ashton Thomas
Jens, thanks for the input. If you don't mind me asking, - Do you link Activities directly to specific places: ActivityP extends Place ? - Somewhat related, do you set an actual place (constructor/setter) or just a particular param (DTO/other object/variable)? - Do you have a lot of

Re: How to preserve session state with a canvas?

2013-01-08 Thread RyanZA
First you need to get the data from the canvas so you can save that. Use this method: http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/canvas/client/Canvas.html#toDataUrl%28%29 Now for session you have 2 options: 1) You can transmit this data to your server in an http

Re: How to only allow digits to be entered in a textbox?

2013-01-08 Thread RyanZA
Grab this code from stackoverflow, should do what you want http://stackoverflow.com/questions/2865647/solution-for-numeric-text-field-in-gwt On Monday, January 7, 2013 4:55:44 PM UTC+2, membersound wrote: Hi, I have a textbox where I want to user to only enter digits. Moreover I want to

In MVP is there a difference between declaring the 'binding' interface in the presenter versus the view?

2013-01-08 Thread MAQ
I saw a lot of sample code, most of them use the following way of creating MVP: public interface ContactsViewT { public interface PresenterT { void onAddButtonClicked(); void onDeleteButtonClicked(); void onItemClicked(T clickedItem); void onItemSelected(T selectedItem); }

Re: help to understand uiRenderer

2013-01-08 Thread Axel REGNOULT
ok, I close this topic, my error was the importance to use the same parameter name Contact in the render method. void render(SafeHtmlBuilder sb, Contact *contact*); ui:with field='*contact*' type='com.MS.client.core.MODEL.admin.Contact_database.Contact' / -- You received this message

Re: Some of my images arnt being turned into image strips :?

2013-01-08 Thread darkflame
Still no luck. If it helps diagnose I can supply sample images. On Saturday, December 29, 2012 11:31:06 PM UTC+1, darkflame wrote: ...and thus are rather flickery when animating between them. (they are frames in a animated sprite). What baffles me is they are defined the same way as others

Re: GWT - Crawlable (SEO)

2013-01-08 Thread darkflame
I can only comment how I did it; Googles bot will read any url in the form: #!key1=value1key2=value2 As: ?_escaped_fragment_=key1=value1%26key2=value2 Thus I built a php version of my site that delivered the same content without the need for JavaScript. By using escape fragments the same

Re: In MVP is there a difference between declaring the 'binding' interface in the presenter versus the view?

2013-01-08 Thread Thomas Broyer
On Tuesday, January 8, 2013 3:52:32 PM UTC+1, MAQ wrote: I saw a lot of sample code, most of them use the following way of creating MVP: public interface ContactsViewT { public interface PresenterT { void onAddButtonClicked(); void onDeleteButtonClicked(); void

Elegant handling of user experience when new GWT application is deployed.

2013-01-08 Thread DrG
Is there an elegant solution to handle when a new release is deployed while you are in the GWT app? E.g. we want the application to notice a new version of itself and automatically do a full page refresh? Ideas? -- You received this message because you are subscribed to the Google Groups

Re: Elegant handling of user experience when new GWT application is deployed.

2013-01-08 Thread Thomas Broyer
On Tuesday, January 8, 2013 6:16:54 PM UTC+1, DrG wrote: Is there an elegant solution to handle when a new release is deployed while you are in the GWT app? E.g. we want the application to notice a new version of itself and automatically do a full page refresh? Ideas? The way Google

GWT and Adsense

2013-01-08 Thread JC
Hi All, Has anyone found the way to integrate the Google AdSense code into the Java GWT code? Thanks, JC -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Elegant handling of user experience when new GWT application is deployed.

2013-01-08 Thread Chak Lai
On Tuesday, January 8, 2013 12:16:54 PM UTC-5, DrG wrote: Is there an elegant solution to handle when a new release is deployed while you are in the GWT app? E.g. we want the application to notice a new version of itself and automatically do a full page refresh? Ideas? In the project

Re: Elegant handling of user experience when new GWT application is deployed.

2013-01-08 Thread Stephen Haberman
Is there an elegant solution to handle when a new release is deployed while you are in the GWT app? I thought through some of this awhile ago: http://draconianoverlord.com/2010/07/07/gwt-seamless-upgrades.html IncompatibleRemoteServiceException for GWT-RPC for instance, which is used

Re: How to preserve session state with a canvas?

2013-01-08 Thread Kody
Thanks I think local store will fit best here. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Firefox 18 GWT plugin

2013-01-08 Thread James Wendel
It looks like the Google dev team has already started working on the GWT plugin for Firefox 18 (which was released today). GWT Bug: https://code.google.com/p/google-web-toolkit/issues/detail?id=7877 Firefox release notes: http://www.mozilla.org/en-US/firefox/18.0/releasenotes/ -- You received

Re: Code Splitting Simple Example Still getting Thrown into Left Overs

2013-01-08 Thread Jens
If you don't mind me asking, - Do you link Activities directly to specific places: ActivityP extends Place ? - Somewhat related, do you set an actual place (constructor/setter) or just a particular param (DTO/other object/variable)? Yes I do. Its like interface CustomActivity extends

opera deserialization problem

2013-01-08 Thread Evgeniy Maltsev
Hi, I've got an interesting problem I can reproduce only in opera browser (12.12). Chrome, Firefox, IE looks ok. On rpc call (pretty much any RPC call with custom classes or collections) I see the following exception on client side:

IntelliJ IDEA and the The RequestFactory ValidationTool must be run issue. Any help appreciated!

2013-01-08 Thread Christien Lomax
Just wondering if anyone else is getting this issue or has run into this issue (re: The RequestFactory ValidationTool must be run) while using IntelliJ IDEA (ver 12, ultimate). We are currently exploring moving from Eclipse to IntelliJ and this is our last stumbling block. Run

RequestFactory on Websphere

2013-01-08 Thread Andrea Fiorentini
Hello, I'm developing an application GWT on Websphere 7 and I'm using the GWT SDK version 2.4 and jdk 1.6_23. To make asynchronous calls would use requestfactory but I am having problems at the time the call is made. In particular, I get the following error: Error 404:

Re: DataGrid on a hidden tab

2013-01-08 Thread Tomáš Hlatký
Same issue here using gwt 2.4 Dňa nedeľa, 21. augusta 2011 22:13:02 UTC+2 P.G.Taboada napísal(-a): Am I the only one with the problem? I have 2 or more tabs, on each tab a data grid. only the one initially visible gets rendered, all the other stay hidden, not visible, not rendered,

Re: Using EMF Model in GWT Client Side

2013-01-08 Thread MG12
Hi Soeren Did you find a solution to this issue? Thanks On Thursday, March 8, 2012 8:12:58 AM UTC+1, Soeren B wrote: Hi, I'm currently working with EMF and GWT. I created my own EMF Model and generated the model code (Runtime Platform: GWT is set). This Project got exported as JAR File

How does GWT implement Runnable?

2013-01-08 Thread Charles Nelson
Hi, I've searched the group and I can't seem to find an explanation. I'm porting a pure Swing app to GWT and I need to know how GWT implements Runnable. Thanks, Charles Nelson -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2013-01-08 Thread Bademus ᵗʰᵉ
Sorry for resurrecting dead post, but every time I'm looking how to implement something gwt'ish I find your answer Thomas, and it always helpful! Thank you. On Monday, June 4, 2012 3:59:35 PM UTC+2, Thomas Broyer wrote: On Monday, June 4, 2012 2:53:28 PM UTC+2, Magallo wrote: Hi, I tried

Re: How to integrate Jsoup in GWT

2013-01-08 Thread Kaustav Mukherjee
Can you tell me how to implement the jSoup on the server-side? That is, what to do with jSoup jar file downloaded from the official site so that I can use it in the server side script to scrape web pages? On Saturday, January 5, 2013 12:06:40 AM UTC+5:30, Andy King wrote: It appears that

Re: adding scroll panel to popup panel

2013-01-08 Thread Mike Dee
It's fairly simple. Do as expected. Put a ScrollPanel inside a popup. Set the width and height of the ScrollPanel to that of the Popup width and height. Put something (another panel) in the ScrollPanel and set its width and height independently. Here is an example with an HTMLPanel