Re: How to integrate Jsoup in GWT

2013-01-10 Thread Philippe Lhoste
On 09/01/2013 07:48, Kaustav Mukherjee wrote: 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? You have put the code using Jsoup, as you

Re: Recompiling with SYNC support

2013-01-10 Thread Jens
Just out of interest: Why does a large server side lazy collection forces you to use a synchronous XMLHttpRequest that will noticeably block your whole browser while the server does its work? Gilead will set not yet loaded lazy properties to null so instead of using Gilead you could also

Re: How to modify a specific header style?

2013-01-10 Thread tong123123
the topic in https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/bBe7GCVoVWQ may be useful, but all the link inside return error 404. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Eclipse Plugin and SSL/TLS with the internal server

2013-01-10 Thread Thomas Broyer
What do you mean by everything is in the clear? How did you look at the packets? On Thursday, January 10, 2013 3:31:20 AM UTC+1, Mike wrote: Hi, I enabled SSL on the internal server by using -server :ssl. I am able to connect to the server via https in dev mode. I allowed the browser to

How to change icon of IconCellDecorator?

2013-01-10 Thread membersound
Hi, I have a CellTree and displaying an image/icon with IconCellDecorator. Now on a specific event I want to change icon. Can I do this with this class, or what can I take to achieve this? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: How to change icon of IconCellDecorator?

2013-01-10 Thread Thomas Broyer
On Thursday, January 10, 2013 12:26:08 PM UTC+1, membersound wrote: Hi, I have a CellTree and displaying an image/icon with IconCellDecorator. Now on a specific event I want to change icon. Can I do this with this class, or what can I take to achieve this? The icon for a specific item?

Re: Recompiling with SYNC support

2013-01-10 Thread Edson Richter
On Thursday, January 10, 2013 7:49:37 AM UTC-2, Jens wrote: Just out of interest: Why does a large server side lazy collection forces you to use a synchronous XMLHttpRequest that will noticeably block your whole browser while the server does its work? This application has a complex graph

Re: Eclipse Plugin and SSL/TLS with the internal server

2013-01-10 Thread Mike
I used wireshark to examine the packets. All the packet exchanges were TCP and the payloads were clearly readable. There was not handshake and no encrypted packets. On Thursday, January 10, 2013 2:33:08 AM UTC-8, Thomas Broyer wrote: What do you mean by everything is in the clear? How did

Re: Recompiling with SYNC support

2013-01-10 Thread Jens
This application has a complex graph of objects, when a collection of objects is loaded, it crashes browser due memory constrains. Ok but then it will also crash the browser if you use synchronous XmlHttpRequest. The real problem is that you transfer too much data from server to client

Re: Eclipse Plugin and SSL/TLS with the internal server

2013-01-10 Thread Thomas Broyer
On Thursday, January 10, 2013 4:59:47 PM UTC+1, Mike wrote: I used wireshark to examine the packets. All the packet exchanges were TCP and the payloads were clearly readable. There was not handshake and no encrypted packets. I'd swear it worked OK for me (used tcmdump and wireshark);

Re: Parametrized Css class

2013-01-10 Thread Ed
+1 Coktug Good to see someone works on CSS integration :) I wanted it, tried it... but still... nothing ... sorry :(... - Ed Op woensdag 9 januari 2013 21:59:13 UTC+1 schreef Goktug Gokdogan het volgende: FYI, I will start working on closure CSS integration this quarter. On Wed, Jan 9,

Re: Ultimate GWT + GAE + Datanucleus + Eclipse + Maven Guide

2013-01-10 Thread Benjamin Possolo
Thank you! It took me quite a while. Does your project have a similar setup? -- 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/-/mBjcQcdru1AJ. To

Re: Ultimate GWT + GAE + Datanucleus + Eclipse + Maven Guide

2013-01-10 Thread Brandon Donnelson
I was starting to work on a maven archetype for appengine guice jpa, but I found it was a little painful trying to find the right maven configuration and not double binding the datanucleus. Seems you found a nice way of doing it plus you documented it very nicely. :) I've got a couple projects

Inspect the DOM in GWT in version 1.5.3

2013-01-10 Thread saurabh gupta
Hi, I'm new to GWT and using the version 1.5.3. I want to know how can we inspect the DOM elements(mainly for css classes) in the GWT browser in development mode? One simple way is to Compile and run on the separate browser for example FireFox and use Fire bug for inspecting the css classes.

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2013-01-10 Thread dogrush009
I got the same problem with GWT 2.5 in Chrome 19.0.1084.52 with plugin 1.0.9738. Did anyone fix? Juan Pablo Gardella於 2012年7月4日星期三UTC+8下午1時36分51秒寫道: Hi folks, I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT 2.5.0-rc1 and had the same error in both. If I compile with

Re: Gwt Scheduler / TimeLine / Gantt charts

2013-01-10 Thread Mike Davison
We are using this in our app. It has some strengths, but printing is not one of them. Pagination is awkward and there is no ability to export to PDF so we could use that print utility to manage pagination. On Friday, January 6, 2012 5:31:51 AM UTC-8, Steve Moyer wrote: The documentation

having problem in user interface

2013-01-10 Thread Ankit Dhanuka
i m doing a project with gwt. m using datagrid, but its working fine in chrome but not in firefox and IE.. Pls can any one tel me wat may b wrong? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT 2.5 (Deferred binding failed for...)

2013-01-10 Thread dogrush009
I got this problem when i use GWT 2.5. And it runs properly in GWT 2.4. I am using Chrome 19.0.1084.52 with the plugin 1.0.9738 Here is the exception: Caused by: java.lang.RuntimeException: Deferred binding failed for

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2013-01-10 Thread Nils Schröder
Just for your notice: I had exactly the same Problem this way. Takes 2 hours to find this post -.- What do you think? Is there a possibility that some one update the Documentation? Just because of small, cute and new GWT Developers like me :D -- You received this message because you are

GWT Web Application Decompiler?

2013-01-10 Thread Mallory Woods
This may sound like an unusual request but I just took over a project where the previous developer was using GWT to create a web application. Unfortunately , it looks like he released a version that fixed a number of bugs right before he left the project and did not save the source code. I do

Re: Unknown tag with, or is not appropriate as a top level element Element

2013-01-10 Thread Martin Pain
I know this problem was reported over a year ago, but I've just seen it, and have managed to diagnose what was causing it in my situation. I've seen this problem when running GWT from Eclipse when my OS's locale is set to Turkey. (I believe it is caused by an incorrect case-insensitive compare

Re: Eclipse Plugin and SSL/TLS with the internal server

2013-01-10 Thread kim young ill
are u sure the wireshark catch the right channel/device ? try with openssl to localhost to see if the connection is ssl or not sth like: openssl s_client -connect host:port hth On Thu, Jan 10, 2013 at 5:24 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, January 10, 2013 4:59:47 PM

Chrome 24 and GWT

2013-01-10 Thread Paul
This morning Google updated Chrome to version 24. Now all my GWT (animated) dialogs flash when opened. They continuously open/close and give a flashing effect. I can't access the buttons to close them and have to kill the browser window to stop it. Confirmed on linux mint (13) and Windoze

Re: Chrome 24 and GWT

2013-01-10 Thread Daniel Kurka
The gwt showcase seems to be fine or does this appear for you as well? - http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwDialogBox On Friday, January 11, 2013 12:08:25 AM UTC+1, Paul wrote: This morning Google updated Chrome to version 24. Now all my GWT (animated)

Re: How to modify a specific header style?

2013-01-10 Thread tong123123
So trouble, Header and ActionCell is not inherited UIObject, so cannot use ensureDebugId to give a specific header and actioncell an id to apply css!! -- 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: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-10 Thread Thomas Broyer
On Thursday, January 10, 2013 5:54:16 AM UTC+1, Andrew Bachmann wrote: Presumably all issues that are already FixedNotReleased are going to make it into 2.5.1? Yes. We chose to cut 2.5.1 from trunk rather than cherrypicking changes to releases/2.5. --

[gwt-contrib] SplitLayoutPanel needs to set the associated Splitter to hidden when a child is set to hidden (issue1880804)

2013-01-10 Thread tuckerpmt
Reviewers: kurka.daniel, Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=7715 Please review this at http://gwt-code-reviews.appspot.com/1880804/ Affected files: user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java Index:

[gwt-contrib] Re: SplitLayoutPanel needs to set the associated Splitter to hidden when a child is set to hidden (issue1880804)

2013-01-10 Thread t . broyer
http://gwt-code-reviews.appspot.com/1880804/diff/1/user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java File user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java (right):

[gwt-contrib] Re: SplitLayoutPanel needs to set the associated Splitter to hidden when a child is set to hidden (issue1880804)

2013-01-10 Thread t . broyer
LGTM http://gwt-code-reviews.appspot.com/1880804/diff/4001/user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java File user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java (right):