Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-22 Thread amjedonline
Hi Bruce, When can we expect the release ( roughly )? So that we could decide whether to start working on 2.0 or not ?? -Amjed -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Using same RPC servlet by mutliple modules

2009-11-22 Thread smiletolead
Specifying the wild card did not work some reason. On Nov 20, 6:28 pm, Kamal Chandana Mettananda lka...@gmail.com wrote: Hi, When you specify the servlet url-pattern; you must specify the path you expects without wild cards in the middle of the url-pattern. (wild card character can be a

Re: Using same RPC servlet by mutliple modules

2009-11-22 Thread smiletolead
I want know why it does not work without using Guice. Because specifying a URL pattern with wild card is working for a normal servlet but it is not working for a RPC servlet On Nov 21, 7:07 am, Fabio fabio.it...@gmail.com wrote: Maybe GuiceRemoteServiceServlet fits your needs. All the services

MenuBar in a Flextable cell

2009-11-22 Thread Sudeep S
Hi, I have a req wherein I have to add a menubar widget to every row in a flextable. When the menubar is clicked it opens but it also expands the cell in which it is placed distorting the layout. Any ideas on this one. Thanks Sudeep -- You received this message because you are subscribed to

Re: Garmin Communicator API

2009-11-22 Thread Adam T
Stephen, You're most likely going to need to use the $wnd or $doc variable within your JSNI code as the Garmin JS is not loaded into the same area as GWT code (http://code.google.com/webtoolkit/doc/1.6/ DevGuideCodingBasics.html#DevGuideJavaScriptNativeInterface) i.e. var display = new

Re: Garmin Communicator API

2009-11-22 Thread Stephen Walsh
Well that worked sort of. It got past the Garmin is undefined error. Does the load() function look like JSON to you? I'm simultaneously trying to learn GWT and the communicator-api, so I'm not too familiar with either code structure just yet. Thanks for the reply, Adam! Stephen Walsh On

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-22 Thread Yozons Support on Gmail
This has been asked many times already. The general answer seems to be that they are eager to get it out, but that there's no formal date yet. If you are just getting started, 2.0 may be the place to start, though there is less documentation available, especially for the new capabilities. They

Re: Anyone using soafaces for client server communication ?

2009-11-22 Thread Sam Taha
Do you only see this problem in hosted mode? Do you see it in web mode? What version of soafaces are you using? Are you getting any servlet errors? On Nov 12, 4:00 am, R.Domingo raym...@domingo.nl wrote: Hi Sam and Mike, I'm currently reviewingSoafacesbut: - I can't get it 100% to work; -

gwt + jquery rounded corner

2009-11-22 Thread Sudeep S
Hi, I am trying to use jquery.corner.js to round my panel in gwt using the below code * public* *final* *native* *void* roundCorner()/*-{ $wnd.$(#roundedPanel).corner(5px); }-*/; where roundedPanel is the id of the div panel. Though it is invoking the jquery.corner.js it is not rounding it.

SimplePanel Problem

2009-11-22 Thread ishan
package adagium.pacs.agent.client; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; import adagium.pacs.agent.client.rpc.DataProviderService; import

create a rollover image

2009-11-22 Thread ToXiC
i am new to this technologyi am right now creating a website using this toolkit...i need help in creating a image rollover type of display where three or more images would periodically rollover. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: UDP packets GWT

2009-11-22 Thread Andre Leger
For an update, what I did is output the data to an xml file on the server, then fetch the data with a simple http GET using RequestBuilder. To deal with SOP, I had to put the xml file on the same domain as my shindig container. Thanks for the help, it is always appreciated. Andre On Nov 9,

Re: SimplePanel Problem

2009-11-22 Thread Ian Bambury
Don't put more than one widget in a simple panel is the easy answer. You might be using ass() instead of addWidget() in something. The latter generally tends to remove existing widgets. Look at the error report and it will tell you what line, or post it here and I will. A quick hint: a few lines

Re: Resize panel when contained Tree expands? (newbie)

2009-11-22 Thread BDR-Gary
SOLVED: The problem only occurs in the hosted browser. The tree works as expected in other browsers. -- 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-tool...@googlegroups.com. To unsubscribe

Creating new app windows, not actual browser Windows

2009-11-22 Thread Open eSignForms
There are several objects I have where from the list of objects, when one is selected, I'd like to simply open up a new window (DialogBox?) that can popup within the browser window to show the details about the selected object, allowing it to be viewed in full, modified/saved, create a new object

Incubator PagingScrollTable - can the selected row(s) be unselected?

2009-11-22 Thread Open eSignForms
I'd like to be able to unselect a selected row once I've processed the click event on the table's row. Is there a way to to do this? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Creating new app windows, not actual browser Windows

2009-11-22 Thread Davis Ford
Hey, DialogBox is the simplest thing that will work here. The only downside to it is that it is not re-sizable. If you know the content will be some kind of UI form you create and the form fields are constant and the content is relatively small, dialog box works perfect here. I would set the

Re: create a rollover image

2009-11-22 Thread rjcarr
Your use of rollover is a bit vague. Typically rollover refers to the mouse rolling over, but that isn't what you're talking about? It sounds like you want an image to periodically change on a timer. To do this, just create a Timer object and schedule a command to change the src of your Image

Re: Compiling Errors after moving a class into another package

2009-11-22 Thread rjcarr
Try deleting all derived files and restarting the hosted mode. There are also some hidden gwt cache folders you might want to try delete. On unix there are . folders but I'm not sure how this works in windows. Good luck. On Nov 21, 10:09 am, etsauer etsa...@gmail.com wrote: I have an

Page flows in GWT

2009-11-22 Thread klr8
Hello, Would somebody of the GWT community be interested in trying to implement the Page Flow Challenge in GWT? You can find more details in the following blog post: http://ev9d9.blogspot.com/2009/11/page-flow-challenge.html I'd love to get a GWT entry posted or learn about how something like

Deployed GWT on ubuntu tomcat is now read-only for sql.

2009-11-22 Thread Samuel
Hi, I'm building a GWT apps which works as expected from the hosted mode in Eclipse. I require an access to mysql in my which is hosted on my server. To make hosted mode work, I make an ssh tunnel to my server and like I said, I can select and update my mysql db. When I deploy my app on my

Re: Compiling Errors after moving a class into another package

2009-11-22 Thread Sripathi Krishnan
Once you move classes to the server package, the remaining client side code cannot reference it any way. Its like javascript trying to reference java code. In your case, the class org.lakesidecdc.outreach.server.Project is being imported/referenced from your client code. So, you either keep

Re: Using same RPC servlet by mutliple modules

2009-11-22 Thread Sripathi Krishnan
AFAIK - you can only specify a wild card at the end of the URL. A * in the middle is treated as a literal, and not a wild card. See - http://www.velocityreviews.com/forums/t133725-using-wildcard-character-in-web-xml-with-tomcat-5-a.html --Sri 2009/11/22 smiletolead kumar.gane...@gmail.com I

[gwt-contrib] Re: IE, Chrome plugin graceful disconnect

2009-11-22 Thread jat
Overall, LGTM. However, I think perhaps disconnect callbacks should be moved to the common code and added to SessionHandler. That would still leave noticing disconnects on sends, but it might be worth the effort. What do you think? I haven't tested this -- I assume you will with all supported

[gwt-contrib] Incubator's GlassPanel to GWT trunk

2009-11-22 Thread MartinGoros
Hi people, After downloading GWT 2.0 RC I thought that the Incubator's GlassPanel modified as stated in http://gwt-code-reviews.appspot.com/39806/show would be there but didn't find it... Any comments in the status of the that patch? may it make it to the GWT 2.0 final release? any blocking issue

[gwt-contrib] Re: IE, Chrome plugin graceful disconnect

2009-11-22 Thread scottb
On 2009/11/22 16:49:17, jat wrote: However, I think perhaps disconnect callbacks should be moved to the common code and added to SessionHandler. That would still leave noticing disconnects on sends, but it might be worth the effort. What do you think? Sure, I can give this a shot. Common

[gwt-contrib] Re: Incubator's GlassPanel to GWT trunk

2009-11-22 Thread Thomas Broyer
On 22 nov, 18:24, MartinGoros martin.goroste...@gmail.com wrote: Hi people, After downloading GWT 2.0 RC I thought that the Incubator's GlassPanel modified as stated inhttp://gwt-code-reviews.appspot.com/39806/show would be there but didn't find it... Any comments in the status of the that

[gwt-contrib] Code Review Request: Add Info Message To Indicate When a Module Load is Complete

2009-11-22 Thread rdayal
Reviewers: jat, mmendez, Description: Adds an info message to indicate when a module has loaded successfully. As I was writing the code, I noticed that the SwingUI actually has the loading module xxx message in the call to getModuleLogger(). Technically, this logging information should be in

[gwt-contrib] Code Review Request: Add better handling of failure to connect to remote UI

2009-11-22 Thread rdayal
Reviewers: mmendez, jat, Description: Add better handling of failure to connect to remote UI. Instead of printing out the exception, we print out a user-friendly error message. Please review this at http://gwt-code-reviews.appspot.com/111802 Affected files: M

[gwt-contrib] Re: Code Review Request: Add Info Message To Indicate When a Module Load is Complete

2009-11-22 Thread jat
LGTM, with a possible terminology change. http://gwt-code-reviews.appspot.com/112802/diff/1/2 File dev/core/src/com/google/gwt/dev/shell/OophmSessionHandler.java (right): http://gwt-code-reviews.appspot.com/112802/diff/1/2#newcode187 Line 187: Maybe we need different terminology here --