Re: Getting started

2012-07-09 Thread vikash@Atos
Any Idea? On Jun 11, 12:53 pm, vikash@Atos vikash.chaura...@gmail.com wrote: Hi, Can you please suggest how the samples in Eclipse for GWT can be configured in Eclipse and run? Thanks, Vikash On May 31, 8:24 am, Kanagaraj M kanagaraj@gmail.com wrote: Eclipse GWT plugin comes

Re: SimpleRPC example is not working fine

2012-07-09 Thread vikash@Atos
Any Idea? On Jul 6, 3:30 pm, vikash@Atos vikash.chaura...@gmail.com wrote: Hi, I tried to run SimpleRPC example, but it is not working fine and always show the message in the onFailure method? Due to size of the file, I have deleted gwt-servlet.jar file from the attachment. Please help.

Re: Getting started

2012-07-09 Thread Kanagaraj M
That come by default. Just create New GWT Web Application project in eclipse. Run as Web Application, thats it. On Monday, 11 June 2012 16:23:20 UTC+5:30, vikash@Atos wrote: Hi, Can you please suggest how the samples in Eclipse for GWT can be configured in Eclipse and run? Thanks,

Re: SimpleRPC example is not working fine

2012-07-09 Thread Kanagaraj M
Could not open the file in Ubuntu. Can you upload it in another format zip,tar, etc? On Friday, 6 July 2012 19:00:58 UTC+5:30, vikash@Atos wrote: Hi, I tried to run SimpleRPC example, but it is not working fine and always show the message in the onFailure method? Due to size of the file,

Re: unknown style in CellTable and scheduledCommand not work

2012-07-09 Thread Thomas Broyer
That pale yellow is the style for the currently keyboard-selected line. Maybe tweak your KeyboardSelectionPolicy. On Monday, July 9, 2012 8:22:04 AM UTC+2, tong123123 wrote: 1) when user press a Search button, a popupPanel is prompted and I use scheduledCommand to set focus on the upper

Re: AsyncDataProvider for a CellTable that must always have an item selected

2012-07-09 Thread Tiago
Ümit, That's exactly what I've done. I've overridden the method setRowData(int, ListT) of my internal CellTable since I have control over that instance. But what if I had not? Like, what if the CellTable instance was a parameter or something? Wouldn't it be interesting if HasData allowed the

Re: unknown style in CellTable and scheduledCommand not work

2012-07-09 Thread tong123123
My KeyboardSelectionPolicy is set to KeyboardSelectionPolicy.BOUND_TO_SELECTION. in fact, in page 3 lower part, the detail information is come from singleSelectionModel.getSelectedObject(); and the upper part CellTable (with pale yellow style), it is attached to the same

Re: unknown style in CellTable and scheduledCommand not work

2012-07-09 Thread Thomas Broyer
On Monday, July 9, 2012 10:53:05 AM UTC+2, tong123123 wrote: My KeyboardSelectionPolicy is set to KeyboardSelectionPolicy.BOUND_TO_SELECTION. in fact, in page 3 lower part, the detail information is come from singleSelectionModel.getSelectedObject(); and the upper part CellTable (with

Re: Scheduler and DeferredCommand stopping in unit tests

2012-07-09 Thread salk31
Thanks Joseph, I'd like to have events fired as the RPC queue changes but my boss, quite rightly, would kill me if I changed production code to get the unit tests to work ;) I've just tried using a Timer (the GWT one) but still stalls :( Regards Sam On Saturday, July 7, 2012 2:48:46 AM

How to test presenter that contains overlay type lightweight collections?

2012-07-09 Thread Alex Luya
I tried to define interface for lightweight collections as blow, but it can't be compiled successfully. Any mistake here? //...Interface... @SingleJsoImpl(JsArrayExtImpl.class) public interface JsArrayExtM{ public void

Re: PopupPanel size problem

2012-07-09 Thread tong123123
is using a percentage of Window.getClientHeight() and Window.getClientWidth() the correct direction? On Monday, July 9, 2012 4:37:33 PM UTC+8, tong123123 wrote: In developer guide https://developers.google.com/web-toolkit/doc/2.4/DevGuideUiPanels seems it must explicit set the size inside

Re: PopupPanel size problem

2012-07-09 Thread ashwin.desi...@gmail.com
are you setting the size of the docklayout panel or making it use all the available size of your popuppanel? Yes you can use window %. I would suggest you set min width and height for your popup panel and make the docklayout panel cover the width and height of your popup. Setting min width and

Re: Scheduler and DeferredCommand stopping in unit tests

2012-07-09 Thread salk31
Maybe related to this: http://code.google.com/p/google-web-toolkit/issues/detail?id=2391 (Only just remembered that Timer exists!) On Friday, July 6, 2012 10:23:02 AM UTC+1, salk31 wrote: Has anybody else had cases where Scheduler and DeferredCommands have stopped being scheduled/run when

Re: Google IO 2012 : no GWT session ?

2012-07-09 Thread Ümit Seren
Sounds really good. I got some time to watch some of the I/O conference videos specifically on HTML5 and web technologies. One of the talks that got me really exciting was the one about Web components (https://developers.google.com/events/io/sessions/gooio2012/205/ ). Considering that GWT

Re: GWT 2.5 RC1 Is Here!

2012-07-09 Thread wytten
For some reason our app often fails to load when using the xsiframe linker. When 2.5.0 releases will the default linker be supported for Super Dev Mode? Thanks! On Wednesday, June 27, 2012 3:39:07 PM UTC-5, Rajeev Dayal wrote: Hey all, We're excited to announce the GWT 2.5 Release Candidate!

Super Dev Mode general question

2012-07-09 Thread sannysan...@gmail.com
Hello, I recently found this topic about Super Dev Mode appearing in GWT 2.5. I am happy that new way of debugging is coming to the GWT development process. But I am not happy that there are plans to discard current DevMode in the future. At least, each official mentioning of SuperDevMode

Re: Video from io 2012 : The History and Future of Google Web Toolkit

2012-07-09 Thread Gilberto
Waiting for it as well: http://www.youtube.com/user/GoogleDevelopers/videos?query=gwt http://www.youtube.com/user/GoogleDevelopers/videos?query=%22google+web+toolkit%22 (Couldn't find a way to make OR queries in YouTube =/) On Friday, July 6, 2012 4:57:28 AM UTC-3, Nicolas Antoniazzi wrote:

Re: Google IO 2012 : no GWT session ?

2012-07-09 Thread Joshua Kappon
We're hoping that the steering committee will make steps for reaching and expanding the GWT community more actively. I think that a great step in this direction is establishing a road-map with the help of the community. Regular GWT Hangouts could also be nice ;) On Sunday, July 8, 2012

Re: Super Dev Mode general question

2012-07-09 Thread Thomas Broyer
On Monday, July 9, 2012 3:24:19 PM UTC+2, sanny...@gmail.com wrote: Hello, I recently found this topic about Super Dev Mode appearing in GWT 2.5. I am happy that new way of debugging is coming to the GWT development process. But I am not happy that there are plans to discard current

Re: gwtc X closure optimizations

2012-07-09 Thread Alan Leung
A few more noteworthy ones: Variable name reuse: var x = .; print(x); var y = ..; print(y) becomes var x = .; print(x); x = ..; print(x) More aggressive inlining with variables and functions. A lot more small optimizations that saves a char here and there. Closure

GWT 2.5RC1 - UiRenderer

2012-07-09 Thread Deepak Singh
Hi, I updated my GWT sdk to 2.5Rc1 and eclipse plugin. I am trying to use UiRenderer. I find that there is no option available with new eclipse plugin to generate auto UiRenderer as we have for UiBinder with sample code. Any idea on how can i get some UiRenderer generated with sample code ? I

Re: Super Dev Mode general question

2012-07-09 Thread Dennis Haupt
i don't know about eclipse, but intellij can remote-debug chrome and firefox, including the evaluation of expressions. it probably won't be long before they add support for source maps, too. i wouldn't worry too much. Am 09.07.2012 16:51, schrieb Thomas Broyer: On Monday, July 9, 2012

Re: Download file from server to client - w Servlet etc PLEASE?

2012-07-09 Thread MIKE
Hi, I got the following error. Any help please ? HTTP ERROR: 405 HTTP method GET is not supported by this URL RequestURI=/name/Download *Powered by Jetty:// http://jetty.mortbay.org/* -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Super Dev Mode general question

2012-07-09 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I understand that browser plugins are problematic. I wouldn't want to be responsible for building a new plugin for each week's Firefox release. (Obviously, I'm joking.) But debuggers in current Java IDEs are very robust and full-featured. Every

Re: Super Dev Mode general question

2012-07-09 Thread Daniel Kurka
Ray mentioned on IO that they were talking somehow already (I am not 100% sure about the state), but there was something about direct support for that in intellij Am 09.07.2012 um 20:48 schrieb Dennis Haupt: i don't know about eclipse, but intellij can remote-debug chrome and firefox,

Re: Google IO 2012 : no GWT session ?

2012-07-09 Thread Daniel Kurka
I am open to listen to what GWT developers have to say and to get a good feedback loop going. So if you have something in mind please bring it up in the gwt contributer list I will take a look for sure! -Daniel Am 09.07.2012 um 16:01 schrieb Joshua Kappon: We're hoping that the steering

Server class 'XXX' could not be found in the web app, but was found on the system classpath

2012-07-09 Thread joerg.hohwil...@googlemail.com
I am developing an open-source software using GWT 2.4.0 and maven3 with ~100 modules. Now I have trouble with GWT development mode in Eclipse (I just started with the new GWT client). There are various warnings of this kind: [WARN] Server class 'XXX' could not be found in the web app, but was

Re: How to set and get value of SuggestBox

2012-07-09 Thread Arash
- Create an editor for the type being displayed by suggestBox - Wrap a suggestbox inside this editor - implement LeavValueEditor of the type being edited - usage in the editor using this suggest box @UiField SuggestBoxWrapper type; - SuggestBoxWrapper.ui.xml g:HTMLPanel g:SuggestBox

Re: Google IO 2012 : no GWT session ?

2012-07-09 Thread Ed
The GWT 2.5 release is one of the biggest GWT ever and has many new things in there. @Daniel: why? I hope you can convince me, as I don't share this feeling with you till now. - Ed -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Elemental in GWT 2.5 is what?

2012-07-09 Thread mp31415
I'm trying to make some sense from that Elemental feature. But I'm definitely missing something. On 2.5 main page there is a link to a brief article about Elemental which really does not add much. GWT team is notoriously bad on documentation side and it's not getting any better. Just please

[gwt-contrib] Remove DOCTYPEs from all our modules. (issue1772803)

2012-07-09 Thread t . broyer
Reviewers: rdayal, skybrian, Message: A small one for your last day guys. Description: Remove DOCTYPEs from all our modules. Issue 5605 Please review this at https://gwt-code-reviews.appspot.com/1772803/ Affected files: M user/src/com/google/gwt/activity/Activity.gwt.xml M

[gwt-contrib] Re: Remove DOCTYPEs from all our modules. (issue1772803)

2012-07-09 Thread skybrian
On 2012/07/09 15:30:02, tbroyer wrote: A small one for your last day guys. Seems fine to me. But I wonder if we're just hiding some underlying issue with the XML parser we're using. There's no particular reason why development mode should be downloading DTD's, even if users put them in their

[gwt-contrib] Re: Remove DOCTYPEs from all our modules. (issue1772803)

2012-07-09 Thread t . broyer
On 2012/07/09 15:37:43, skybrian wrote: On 2012/07/09 15:30:02, tbroyer wrote: A small one for your last day guys. Seems fine to me. But I wonder if we're just hiding some underlying issue with the XML parser we're using. There's no particular reason why development mode should be

[gwt-contrib] Re: Remove DOCTYPEs from all our modules. (issue1772803)

2012-07-09 Thread t . broyer
On 2012/07/09 15:39:57, tbroyer wrote: On 2012/07/09 15:37:43, skybrian wrote: On 2012/07/09 15:30:02, tbroyer wrote: A small one for your last day guys. Seems fine to me. But I wonder if we're just hiding some underlying issue with the XML parser we're using. There's no particular

[gwt-contrib] Re: Minor cleanup of Super Dev Mode: move some static methods to a separate class. (issue1767803)

2012-07-09 Thread acleung
LGTM http://gwt-code-reviews.appspot.com/1767803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors