0
votes
2answers
24 views
Error running new gwt app in hosted mode, OS X 10.6
I just created a new project using webAppCreator from GWT which worked fine. However, when I try to run ant hosted it fails with the following output:
[java] On Mac OS X, ensure …
3
votes
3answers
63 views
Client side time zone support in GWT
I'm working on a GWT app where I need to support the following scenario:
The server is located in time zone A
The client's browser is set to time zone B
The GWT app is configured t …
0
votes
1answer
15 views
GWT + OSX = SWT issues
I'm new to GWT development and I'm putting myself through the paces with Google's tutorial but I'm getting errors:
java[10574:80f] [Java CocoaComponent compatibility mode]: Ena …
0
votes
1answer
17 views
How to vary Constants based on deployment instance
I've been building a GWT 1.7 + GAE application using the eclipse plugin.
The system constants are loaded into a MyConstants.properties file that is loaded by the singleton MyConsta …
0
votes
1answer
44 views
gwt 1.7 compile from ant build file
Hello all,
I need to compile my GWT 1.7 project from my ant build file....anyone know how to do that???
I was able to do this in GWT 1.5 with the following code in my ant file:
…
0
votes
1answer
27 views
gwt add custom widget to panel
I have created some classes in which it create a bunch of widgets (e.g. label, textbox). I want to create the widget on the fly and add it to a panel. How can I do that.
4
votes
3answers
29 views
GWT Cookies.getCookie returns “null”
Update: I tried clearing the created cookie in the browser and trying it again, and it didn't happen. Conceivably I set a cookie with the value "null" at some point.
(Ok, this i …
0
votes
0answers
23 views
Printing gwt widget
Can anyone tell me how to print gwt widget?
I gont through the folowing thread and tried .
http://groups.google.com/group/Google-Web-Toolkit/browse%5Fthread/thread/eea48bafbe8eed …
0
votes
2answers
52 views
How can i create .png transparent image in GWT ?
hi guys
i want to Generate .png image in GWT
Does anyone know about this?
1
vote
1answer
41 views
Connecting Widgets
Hello,
My project is about drawing ER Diagrams, for this I am using GWT. For now i have most of the frontend working. Now I want to have lines connecting two widgets to create a r …
0
votes
2answers
28 views
Listener function for gwt widgets
Hi,
For my project when a button is clicked, the click event should then wait and listen to the next two clicks on different widgets and then connect them so as to form relationsh …
0
votes
1answer
22 views
GWT History and IE6 / 7
I've asked this question on the GWT group with no luck, so now I'm trying Stack Overflow :)
There seems to be some problem with GWT's history and IE6 / 7, and I'm trying to confir …
0
votes
3answers
47 views
GWT + JDO + ArrayList
Hi,
I'm getting a Null ArrayList in a program i'm developing. For testing purposes I created this really small example that still has the same problem. I already tried diferent Pr …
2
votes
0answers
16 views
Developing Palm WebOS Mojo applicaitons with Google Web Toolkit GWT
Has anyone successfully developed a "native" Palm WebOS app using GWT?
How do you setup your development environment and how did you interface with the mojo framework?
I was think …
0
votes
2answers
51 views
building website graphics with GWT
hi,
i am building a site with GWT. i have finished all the logics and now i need to work on the graphics/UI.
i am just begining my way at web site and i have 2 questions:
1) h …
