Gwt facebook wrapper api

2013-04-24 Thread Leung
Hi Is there any facebook wrapper api for facebook to recommend? Which one is the most convenient? Thanks -- 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 to

Re: columnSortHandler on a Dynamic CellTable

2013-04-24 Thread Jens
> > In your answer, columnIndex is my "i" I guess? I can't get it, it must be > "final". > First solution: Make the comparator a class like IndexedColumnComparator implements Comparator> and pass in the column index as constructor parameter. Doing so you end up with columnSortHandler.setCo

Re: columnSortHandler on a Dynamic CellTable

2013-04-24 Thread sebastien . ribeil
In https://groups.google.com/forum/?start=&hl=en#!topic/google-web-toolkit/7CFHEhWUjQA[1-25-false] I don't know what is "verbColumn" in my exemple. In http://stackoverflow.com/questions/16146094/gwt-columnsorthandler-setcomparator-for-all-columns-in-a-loop-make-the-sorting I try to do the same

Re: columnSortHandler on a Dynamic CellTable

2013-04-24 Thread sebastien . ribeil
Thanks for your answer. I didn't know what to do, so I test with the 0th entry. I know that it is not the solution. In your answer, columnIndex is my "i" I guess? I can't get it, it must be "final". I try to do that, but it doesn't work too: i=0; > while(i *final Column, ?> column= table.ge

Re: columnSortHandler on a Dynamic CellTable

2013-04-24 Thread Andrea Boscolo
Also, it looks like https://groups.google.com/forum/?start=&hl=en#!topic/google-web-toolkit/7CFHEhWUjQA[1-25-false] and http://stackoverflow.com/questions/16146094/gwt-columnsorthandler-setcomparator-for-all-columns-in-a-loop-make-the-sorting -- You received this message because you are subsc

Re: Problem With GWT 2.5.1 and Postgres 9.2. JDBC Driver

2013-04-24 Thread kim young ill
are you using app-engine ? it doesnt support everything your normal jdk would do (e.g no network connection), that's why your db-connection fails. try without app-engine On Sat, Apr 20, 2013 at 11:00 AM, wrote: > Hello, > > I try to set up a small GWT application which should do a simple SQL qu

Re: columnSortHandler on a Dynamic CellTable

2013-04-24 Thread Jens
Why do you always compare the 0th entry? Shouldn't it match the column the comparator is responsible for, e.g. o1.get(columnIndex).compareTo(o2.get(columnIndex))? -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from

columnSortHandler on a Dynamic CellTable

2013-04-24 Thread sebastien . ribeil
Hi everybody, I create a dynamic CellTable this way: for (int column = 0; column < arrListFilters.size(); column++) { > IndexedColumn IColumn= new IndexedColumn(column); > IColumn.setSortable(true); > table.addColumn(IColumn, arrListFilters.get(column)); > } > > final ListDataProvider> provider =

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-24 Thread Syed Atif Ali
Perhaps the GWT team should look into making a special browser (Chromium) version specifically for debugging GWT applications. That way, the team will not have to keep up with the constant changes in browsers, the developers will be able to quickly prototype, and test/deploy on real browsers af

Re: refresh page

2013-04-24 Thread Kartik Suba
Hi, May be you have to trigger periodic queries from the clients to the database if the clients always remain up, or you can use Oracle, from which you can setup a Trigger on a table and then have the trigger send a JMS message. Oracle has two different JMS implementations. You can then have a

Re: Formatting lists with GWT i18n API

2013-04-24 Thread Sam Pipes
And if anyone else stumbles across this in the future like myself make sire there are no spaces between "0", "list" and "text". On Thursday, 15 December 2011 13:18:35 UTC, Luiz Mineo wrote: > > Thanks! It works now. :) > > After reading through the GWT doc [1], I thought the third argument > wasn

Can not run GWT sample code on eclipse local glassfish server 3.1

2013-04-24 Thread yaniv33
I am tring to work with GWT on eclipse indigo. My goal is to create new GWT project that runs on the eclipse local glassfish server. (and after that on a remote server). I have installed the GWT plag-in on eclipse and took the following steps: Created a new project Marked use google web toolkit

Re: GWT designer in Eclipse Juno

2013-04-24 Thread Robert Kabwogi
im having the same problem... what is the solution to this problem? -- 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 to google-web-toolkit+unsubscr...@googlegr

Problem With GWT 2.5.1 and Postgres 9.2. JDBC Driver

2013-04-24 Thread tsstnet
Hello, I try to set up a small GWT application which should do a simple SQL query to Postgres SQL 9.2. Tests are based on GWT demo GreetingService. Server side greeting service has now following constructor: public GreetingServiceImpl() { System.out.println("Konstruktor"); t

http RequestBuilder problem on iPad/android

2013-04-24 Thread 129pierre
Hi all, I used a http requestbuilder for getting data generated by a app from the same server. This works on windows/linux for any browser. But on iPad/android, response.getStatusCode() is 0 and response.getText() is empty. What can be the difference on these mobile devices ? Thanks in adv

sending and receiving information from the GWT server server

2013-04-24 Thread Suraj
Hello, I am very new to GWT, I am just trying to create a sample application form, which contains basic information. I need to know how to retrieve information from the server For, eg : if we have a radio button as male and female, and we choose as "male" and send to server it should displa

Re: Could not find the main class: com.google.gwt.user.tools.WebAppCreator

2013-04-24 Thread Nagesh Lakinepally
Hi Maria, did you get a solution for this error? I am using Eclipse Juno and Google SDK 2.5.1 Please let me know if you have any solution for this. thanks, --Nagesh On Tuesday, May 24, 2011 11:48:57 AM UTC-4, MarĂ­a wrote: > When I want to create a web application project, this message appea

Re: java.util.MissingResourceException: Can't find bundle for base name com.google.gwt.dev.js.rhino.Messages, locale en_US

2013-04-24 Thread Dan Bucholtz
Have either of you guys solved this issue? I'm seeing this on my windows machine with GWT SDK 2.5.1 and Atmosphere for async io. Using the same project, I cannot recreate on my Mac also using GWT SDK 2.5.1. Very strange issue. -- You received this message because you are subscribed to the G

Re: Download of GWT 1.7 keeps failing

2013-04-24 Thread Jerin Joseph
Hi, I'm still facing this error, I'm not able to download the GWT version 1.7.1. It breaks every time after downloading 8 MB. I'm trying to download from the below link, https://developers.google.com/web-toolkit/versions gwt-windows-1.7.1.zip

Re: Entity not persisted, using JDO,RequestFactory.

2013-04-24 Thread Aman Sharma
I'm only having problem persisting this entity. -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to

Re: Entity not persisted, using JDO,RequestFactory.

2013-04-24 Thread Aman Sharma
I have checked localhost:/_ah/admin there's no Poll entity created in datastore. -- 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 to google-web-toolkit+un

Re: Entity not persisted, using JDO,RequestFactory.

2013-04-24 Thread Aman Sharma
No,there's no error or exception. And the control never reaches onSuccess block. -- 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 to google-web-toolkit+unsub

Re: Entity not persisted, using JDO,RequestFactory.

2013-04-24 Thread Thomas Broyer
What do you mean? There's an error? or your method isn't called but everything goes as if it had? On Wednesday, April 24, 2013 3:12:51 PM UTC+2, Aman Sharma wrote: > > I am trying to persist this http://pastebin.com/7KtXaBGe entity using > following piece of code: > > PollReques

GWT application in iFrame

2013-04-24 Thread Imy
Hi, I have a web app and it is called in an iFrame. This contains 2 slider elements and an output element. When the sliders are moved a calculation is fired and displayed in the output element. However, this works fine with all browsers except Chrome. When I move the sliders, the output element

Re: module source path hell

2013-04-24 Thread DP
Thomas, Thanks for the reply. Have you used the include or exclude element within the source element? I find that the include element doesn't work at all. On Wednesday, April 24, 2013 10:51:58 AM UTC-4, Thomas Broyer wrote: > > > > On Wednesday, April 24, 2013 3:47:46 PM UTC+2, DP wrote: >> >>

Re: module source path hell

2013-04-24 Thread Thomas Broyer
On Wednesday, April 24, 2013 3:47:46 PM UTC+2, DP wrote: > > Ian, > > What did you mean by "add a line for the .xxx..client". > The examples.roughian.com link didn't point to any specific example. > What Ian meant is that if you do not have any in your gwt.xml then a default

Re: module source path hell

2013-04-24 Thread DP
Ian, What did you mean by "add a line for the .xxx..client". The examples.roughian.com link didn't point to any specific example. Thanks, David On Friday, March 28, 2008 9:54:21 PM UTC-4, Ian Bambury wrote: > > If you add a source statement, you also have to add a line for the

Entity not persisted, using JDO,RequestFactory.

2013-04-24 Thread Aman Sharma
I am trying to persist this http://pastebin.com/7KtXaBGe entity using following piece of code: PollRequest pr = requestFactory.pollRequest(); PollProxy createdPoll = pr.create(PollProxy.class); createdPoll.setQuestion(view.getQuestion()); createdPoll.setOptions(view.asEditor().ge

Async "mymodule.nocache.js" script loading, onModuleLoad not fired

2013-04-24 Thread Andrew Uglev
Are there anyway to load initial "mymodule.nocache.js" with

How to add/remove dynamic column to/from celltable.

2013-04-24 Thread vaibhav bhalke
Hi, I am gwt celltable. My columns are configurable through other module. used AsyncDataProvider to update row data. Is there any way in celltable to updateColumnData only? so that newly added data get inserted into celltable or to remove column from celltable. Assume, 10 column in table. User