Re: Setting Locale language dynamically initially

2012-07-31 Thread Rana
Hello Jens, But, what if I don't want to use neither JSP nor PHP. Is there a way of doing it using GWT, or JavaScript? Many thanks Rana On Wednesday, July 4, 2012 11:40:21 AM UTC+2, Jens wrote: You could build your app's host html page dynamically (jsp, php, whatever) and add a meta

Re: Setting Locale language dynamically initially

2012-07-31 Thread Paul Robinson
On 31/07/12 09:24, Rana wrote: Hello Jens, But, what if I don't want to use neither JSP nor PHP. Is there a way of doing it using GWT, or JavaScript? That'll be the whatever in Jens' email. You can generate a host html page with whatever server-side technology you're using. If you have a

Re: Setting Locale language dynamically initially

2012-07-31 Thread Rana
Hi, But, I don't have a server-side technology, and I don't want to have one. The whole idea is to have only client-side HTML, JavaScript, CSS technology and that is it. That is why I need something using JavaScript or GWT to solve the problem. Many thanks Rana On Tuesday, July 31, 2012

Re: Using Gilead with GWT 2.0 ms1

2012-07-31 Thread Rahul Gamit
Hi, The error was successfully solved by the jack you have suggested Trevor. I am just trying to run the Sample Gilead Hibernate code given on google groups. Was getting the Parameter 0 error previously. But after putting the 2 files you have given, I was able to get rid of it. But now I get a

Re: Cancelling RequestContext.create()

2012-07-31 Thread David Sanders
I'd like to know how to do this as well. Anyone know a solution other than creating a detached proxy? On Friday, 27 May 2011 02:15:06 UTC+10, will0 wrote: Dear all, Considering the following common data structure: ParentProxy { ... ListChildProxy } In our app, the user may

google finance portfolio performance graph

2012-07-31 Thread Peter Nees
I want to integrate the google finance portfolio performance graph into my application. I don't care whether I integrate it via HTML or in my GWT app. I looked at several options: - I did not find any HTML for this graph to be able to include it as an iframe - I tried to embed the

Re: AsyncDataProvider and CellTree

2012-07-31 Thread Andrea Boscolo
On Monday, July 30, 2012 10:02:03 PM UTC+2, Thad wrote: I have a CellTree in which I want to represent something similar to a directory listing (actually represented in database records): public class DirectoryObject implements Serializable { public String name; public String

Re: Setting Locale language dynamically initially

2012-07-31 Thread Jens
But, I don't have a server-side technology, and I don't want to have one. The whole idea is to have only client-side HTML, JavaScript, CSS technology and that is it. That is why I need something using JavaScript or GWT to solve the problem. Ok take a look at

GWT RPC Proxy - how to create custom own one

2012-07-31 Thread Олександр Бежан
AFAIK GWT generates RPC proxies using Generators. I need more control in my proxy and so want to create my custom proxy. How can I do that ? -- 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: Help:Dynamic Refresh or Auto-Refresh in GWT !!

2012-07-31 Thread Ümit Seren
Use a timer to get the data from the backend and refresh your CellTable. The expenseshttp://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/src/main/java/com/google/gwt/sample/expenses/client/ExpenseReportList.javaexample in the gwt samples is using the same thing.

Need list of companies who integrated GWT with their own softwares

2012-07-31 Thread Venkat
Hi, can anybody provide me with the list of companies who has implemented GWT with their own apis. Like Vaadin, Sencha, Smart GWT (Isomorphic). Do you know any other. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Help:How to do search in GWT (search Operation On celltale(like Grid) )!!

2012-07-31 Thread Laxman Lingampally
Hi all, please help me out . i have one Grid and one search form in this iam using GWT componints like Celltable ,Gird and all form controls. now my problem is using search form to search the records and set the what ever we getting that values we can set all records to Grid, so please help

Re: GWT RPC Proxy - how to create custom own one

2012-07-31 Thread Colin Alworth
All of the source for the existing RPC proxy generation code can be found in gwt-user.jar. As with all Generators, the first step is to create a Generator or GeneratorExt subclass, and reference it in the module (this is in RemoteService.gwt.xml): generate-with

Re: GWT

2012-07-31 Thread Natanael Maldonado
You can check gwtpages framework too ;-) Here's an example: https://community.jboss.org/thread/199409 2012/7/30 Ernani Sottomaior ernanisottoma...@gmail.com You can use gwt history manager... *add a listener:* History.addValueChangeHandler(new ValueChangeHandlerString() {

Re: Source maps

2012-07-31 Thread Joseph Lust
FYI, Source Map support is now in Mozilla Firefox nightly builds! Soon Alan's life will be much easier. Read more details herehttp://fitzgeraldnick.com/weblog/45/ . Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Need list of companies who integrated GWT with their own softwares

2012-07-31 Thread Alfredo Quiroga-Villamil
http://www.emitrom.com/ All products there use GWT. Regards, Alfredo On Tue, Jul 31, 2012 at 10:43 AM, Venkat reddy.pven...@gmail.com wrote: Hi, can anybody provide me with the list of companies who has implemented GWT with their own apis. Like Vaadin, Sencha, Smart GWT (Isomorphic). Do you

Re: Source maps

2012-07-31 Thread Juan Pablo Gardella
:) Good news. Alan will be happy 2012/7/31 Joseph Lust lifeofl...@gmail.com FYI, Source Map support is now in Mozilla Firefox nightly builds! Soon Alan's life will be much easier. Read more details herehttp://fitzgeraldnick.com/weblog/45/ . Sincerely, Joseph -- You received this

JSONParser.parseStrict() exception Unexpected token

2012-07-31 Thread seven.reeds
Hi, GWT 2.4.0 Eclipse Juno Ubuntu I am using a GWT Form. In the form.addSubmitCompleteHandler() I do the following: try { Info = JSONParser.parseStrict(event.getResults()).isObject(); } catch (NullPointerException e) { RootPanel.get(list).clear(); RootPanel.get(list).add(new

Re: google finance portfolio performance graph

2012-07-31 Thread Rob
You might consider - http://www.amcharts.com/stock/ On Tuesday, July 31, 2012 8:33:36 PM UTC+10, Peter Nees wrote: I want to integrate the google finance portfolio performance graph into my application. I don't care whether I integrate it via HTML or in my GWT app. I looked at several

Re: GWT future

2012-07-31 Thread Joseph Lust
it would be great if Google's management can stand behind GWT as a platform of choice for web development - similar to how Microsoft stands behind theirs development platforms. -1 Tell that to any Silverlight developers out there. Sincerely, Joseph -- You received this message

Re: GWT 2.4 Javascript exception when selecting an element in a CellBrowser

2012-07-31 Thread Joseph Lust
Sydney, Do you know if it's a problem with my code, or if it's a GWT compiler bug? Trying to understand the issue here. You are trying to catch uncaught exceptions, and display your customized error, right? What you provided as the output looks pretty close to what I'd expect the code you

Re: shall we use assert in GWT project in the development period

2012-07-31 Thread Joseph Lust
You should be able to use asserts in GWT Java code. Can you provide an example of your faulty 'assert' sentence? Sincerely, Joseph -- 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: JSONParser.parseStrict() exception Unexpected token

2012-07-31 Thread Colin Alworth
Your catch (Exception e) should also be printing out the results, but your quoted error message didn't contain that exact json - any chance that the json you started with isn't actually making it to the client? One simple way to test would be to escape that string and put it in your Java code

RequestFactory and Editor Frame Work Question

2012-07-31 Thread Daniel Mauricio Patino León
Hello there RequestFactory and EditorFramework gurus and all the comunity. I have the following structure public class CitaWidget{ //here i load a complex graph with request factory // in some place of this class i create a Editor of each proxy on a list for(UnidadProxy unidadProxy:

Re: which EventBus

2012-07-31 Thread andrewsc
yeah, well, I guess I need to adapt to the brave new world, where a two-line paragraph in the Javadoc passes for documentation. Perhaps this is the price we pay for having access to the source. Still, it's a long and hard road, from reading GWT sources, to building an understanding of

[gwt-contrib] Re: fixes ISSUE 7479 (typo in javadoc) (issue1770803)

2012-07-31 Thread tuckerpmt
On 2012/07/30 19:10:14, rdayal wrote: Since this is just a doc fix can you also fix 4575? http://code.google.com/p/google-web-toolkit/issues/detail?id=4575 http://gwt-code-reviews.appspot.com/1770803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make ScriptInjectorTest less flaky by referencing locally-served test data. (issue1800803)

2012-07-31 Thread rdayal
Thanks for the review. http://gwt-code-reviews.appspot.com/1800803/diff/1/user/test/com/google/gwt/core/public/script_injector_test_absolute.js File user/test/com/google/gwt/core/public/script_injector_test_absolute.js (right):

[gwt-contrib] Fix incorrect SuggestBox documentation related to adding selection handlers. Fixes issue 4575. (issue1801803)

2012-07-31 Thread rdayal
Reviewers: Patrick Tucker, skybrian, Description: Fix incorrect SuggestBox documentation related to adding selection handlers. Fixes issue 4575. Please review this at http://gwt-code-reviews.appspot.com/1801803/ Affected files: M user/src/com/google/gwt/user/client/ui/SuggestBox.java

[gwt-contrib] Re: fixes ISSUE 7479 (typo in javadoc) (issue1770803)

2012-07-31 Thread Rajeev Dayal
Patch posted here (had already submitted the original before that): http://gwt-code-reviews.appspot.com/1801803 On Tue, Jul 31, 2012 at 8:24 AM, tucker...@gmail.com wrote: On 2012/07/30 19:10:14, rdayal wrote: Since this is just a doc fix can you also fix 4575?

[gwt-contrib] Re: Added support for group sequences - including Default group overrides. (issue1798803)

2012-07-31 Thread nchalko
http://gwt-code-reviews.appspot.com/1798803/diff/1/user/src/com/google/gwt/validation/client/GroupChainGenerator.java File user/src/com/google/gwt/validation/client/GroupChainGenerator.java (right):

[gwt-contrib] Re: Make ScriptInjectorTest less flaky by referencing locally-served test data. (issue1800803)

2012-07-31 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1800803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added support for group sequences - including Default group overrides. (issue1798803)

2012-07-31 Thread idol
http://gwt-code-reviews.appspot.com/1798803/diff/1/user/src/com/google/gwt/validation/client/Group.java File user/src/com/google/gwt/validation/client/Group.java (right): http://gwt-code-reviews.appspot.com/1798803/diff/1/user/src/com/google/gwt/validation/client/Group.java#newcode26

[gwt-contrib] Re: Added support for group sequences - including Default group overrides. (issue1798803)

2012-07-31 Thread idol
http://gwt-code-reviews.appspot.com/1798803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added support for group sequences - including Default group overrides. (issue1798803)

2012-07-31 Thread nchalko
lgtm http://gwt-code-reviews.appspot.com/1798803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors