You cannot post messages because only members can post, and you are not currently a member.
Description:
The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
|
|
|
New members' messages currently moderated to prevent spam
   
|
| |
Hi everyone,
We've recently been seeing recurring spam attacks on our developer
forum. To help keep the forums clean, we will be temporarily
moderating messages posted by new members until the recent spammers
stop targeting our forums.
The GWT developer forum will still be as accessible as ever, we will... more »
|
|
GWT 1.7 Now Available
   
|
| |
Hi everyone, (Most people are probably already quite aware of the new GWT 1.7 release, but we wanted to send out an "official" announcement we could pin to the top of the message list.) GWT 1.7 is a minor update that adds better support for Internet Explorer 8, Firefox 3.5, and Safari 4. Each of these new browser versions introduced at... more »
|
|
Announcing the Google Plugin for Eclipse 1.1.0
   
|
| |
Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. Some of the notable improvements are: - Support for Eclipse 3.5 (Galileo) - GWT RPC interface validation with quick fixes - App Engine DataNucleus enhancer console no longer steals focus on save... more »
|
|
Google Web Toolkit 2.0 RC1 Now Available
|
| |
Hi folks!
GWT 2.0 RC1 is now ready for you to try. The full documentation is still
very much a work in progress, but you can at least start trying out the GWT
SDK distribution and the Google Plugin for Eclipse using the following
instructions:
[link]... more »
|
|
Creating new "app" windows, not actual browser Windows
|
| |
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 like it, or delete it.... more »
|
|
create a rollover image
|
| |
i am new to this technology....i 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.
|
|
SimplePanel Problem
|
| |
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 adagium.pacs.agent.client.rpc. DataProviderServiceAsync;... more »
|
|
gwt + jquery rounded corner
|
| |
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. Is it not possible to round corners... more »
|
|
MenuBar in a Flextable cell
|
| |
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
|
|
GWT 2.0 serialization policy file
|
| |
Hi all.
I have the following problem.
My project tries to use GWT RPC.
It has one jar in dependency libs which contain several model classes.
All of that classes implements Serializable and IsSerializable
interfaces (one of that classes is CHAttrGroup). That jar also
includes .java files with source code and Module.gwt.xml file so that... more »
|
|
GWT as part of repository or not?
|
| |
I can't decide where we should place GWT itself for a project with
multiple developers:
1) In the svn repository as part of the project.
Pros:
* The developers GWT version will always match what is being
used in the project
* No potential problems with GWT binaries being located... more »
|
|
Creating an Dynamic Image using Servlet Output Stream
|
| |
Have a question?
Can some one please help me in creating an dynamic Image using the servlet
output stream and display it in the GWT client.
I am struck here and not able to proceed further.. This is really urgent..
help is much appreciated...
-- Navaneetha Krishnan .A
|
|
gwt graphics and dnd
|
| |
Hi,
I am using gwt graphics and gwt dnd for a program. I have a button
which when clicked creates a circle at specified position on the panel
and the circle is draggable. For dragging i have used gwt-dnd. I have
also added a click handler to the circle which when click should print
"ERD Circle".... more »
|
|
|