GWT Designer is an Eclipse visual designer plugin that will generate the Java Code for your GWT application's GUI.
0
votes
1answer
35 views
GWT RequestFactory and GWT Designer compatibility issue
I recently upgraded my project from GWT RPC to GWT RequestFactory, my UI uses alot DTO classes that was pure java classes, but now I upgrade them to entityproxy.
Now gwt designer is complaining that ...
1
vote
0answers
19 views
The Externalize String is not showing on the GWTDesigner toolbar
I am trying to externalise automaticaly the strings of a GWT application as described here
https://developers.google.com/web-toolkit/tools/gwtdesigner/features/gwt/internationalization
But, I don't ...
0
votes
0answers
224 views
GWT designer editor can't opened
![error message picture][1]
I have again my quesэion.
I installed gwt designer
ubuntu 12.10 /32bit but my laptop is 64 bit/
eclipse indigo /32bit/
gwt 2.5.1
app engine 1.7.5
I was creating new ...
1
vote
0answers
87 views
GWT Designer deployment error
I am trying to deploy my first GWT application, but I am getting the error below.
I am using jre6, GWT Designer (with GWT DSK 2.5.0), and I have already deleted the gwt-unitCache folder as suggested ...
0
votes
0answers
47 views
mgwt with GWT Designer
I'm trying to use GWT designer with MGWT but I can't see any of the mobile widgets and can't see my existing components in the components window.
e.g.
public class Test implements EntryPoint {
...
0
votes
1answer
142 views
GWT Designer won't launch after fresh installation
I'm trying to install Google Web Toolkit designer but no success so far. After spending few days struggling I've tried many different approaches including fresh installation of different versions of ...
0
votes
1answer
422 views
GWT Designer not working with Eclipse 4.2 service release 2?
I'm trying to do this tutorial after having installed Eclipse Juno 4.2 service release 2 (Java EE distribution) und following exactly the GWT installation instructions over here.
However, I neither ...
2
votes
3answers
56 views
Displaying only one panel at once
I'd like to have the effect of one of two panels visible at given time in the same place on the screen. Perhaps I could use the DeckPanel but then in the designer I wouldn't be able to edit the hidden ...
1
vote
2answers
199 views
GWT designer not opening on Eclipse on Linux
I don't know what the issue with GWT Plugin on eclipse but whenever I'm opening GWT designer on eclipse, I'm getting this issue
GWT Designer uses the SWT Browser widget to render the GWT UI. SWT
...
1
vote
0answers
126 views
When creating UiBinder in App Engine 1.7.4 and GWT 2.5.0 project and Eclipse Juno 4.2, the Design tab on Eclipse cannot render the panel
I created a simple UiBinder in Eclipse Juno 4.2 for a project created against App Engine 1.7.4 and GWT 2.5.0 and, the code looks like this -
<!DOCTYPE ui:UiBinder SYSTEM ...
0
votes
1answer
95 views
Unable to configure gwt designer
I have set up my GXT project and able to run it.
I have also installed GWT designer plug in.
But When I go in design view I get an error saying GXT needs some gxt-.css files.
I have followed all the ...
1
vote
1answer
250 views
Why does GWT Designer with UiBinder mess up this simple dialog?
I'm using Eclipse 3.7, GWT 2.5, Java 1.6, and the latest GPE. I've used UiBinder quite a bit, and now we're looking into using GWT Designer for the next version of our app. I created a basic web app ...
1
vote
1answer
183 views
GWT Designer, .ui.xml files
Question is about Google GWT Designer. GWT Designer can work with .java files without any .ui.xml files. But I have a gwt project where design is realized with .ui.xml files and java classes. It more ...
1
vote
1answer
92 views
GWT Designer and Cell Widgets for Performance
After watching this Google I/O video on GWT performance it is obvious that the GWT team wants developers to embrace the so-called "Cell Widgets" over normal (clunkier, slower) widgets.
I'm new to GWT ...
3
votes
2answers
135 views
GWT Designer Componentry
I'm brand new to GWT and am using the GWT Designer to help acclimate me to it. So far I've been able to get a few simple examples up and running locally, but after trying to figure out how to do a few ...
0
votes
2answers
358 views
How do you open GWT Designer and what types of files do you open it on?
I have been pouring over the GWT Designer Quick Start documentation and for the life of me I can't find where it tells you how to actually open the designer inside Eclipse.
I have used Eclipse to ...
4
votes
1answer
104 views
Why is my UiProperty no longer editable in the GWT Designer?
For some reason I am no longer able to edit the UiField property in the GWT Designer.
The field acts like its read only. When the field is selected the whole thing is highlighted instead of just the ...
5
votes
3answers
428 views
GWT Presentation Layer: Who does what?
I'm learning GWT and trying to wrap my head around all the UI options. I'm having trying to make sense of when/where/how to use Widgets, UIBinder, GWT Designer and custom Widgets. Specifically:
What ...
1
vote
0answers
97 views
Custom widgets can't be added to GWT Designer palette
I wrote some custom composite widgets for a project and compiled them into a separate jar file. I added this jar file to the build path for the GWT project. When I try to add the widgets to the ...
0
votes
1answer
100 views
Image Bundle location
Where do I need to put my Image Bundle (derived from a ClientBundle) for GWT Designer to find them?
I've tried doing add in the Image Bundle Palette and GWT Designer can't find my bundle.
How do I ...
0
votes
1answer
235 views
GWT, GWT Designer and Eclipse Plugin Issue
I am learning GWT, so I am following this tutorial from Google GWT
https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/stockwatcher
In this I have to open a java file in design ...
-1
votes
1answer
304 views
Eclipse 3.7 Indigo-'Install new software' not progressing : GWT Designer [closed]
I am really stressed with Installing any new software/plugin into my eclipse. The Install new software just does not work for me ! It goes upto a certain point and just stops there..
I am not able to ...
2
votes
3answers
1k views
Why won't the GWT designer for eclipse work with GXT 3 widgets?
I'm trying to work with GXT 3 widgets in the GWT designer, without success.
I successfully managed to use GXT 2.2 with the designer but when switched to GXT 3, it seems that resources and images are ...
1
vote
0answers
154 views
The Gwt Designer CSS viewer can not find the css file when using CLientBundle
I would like to use the CSS viewer (https://developers.google.com/web-toolkit/tools/gwtdesigner/features/gwt/css_support) integrated in GWT designer in order to manage my css styles....
But I can not ...
0
votes
2answers
157 views
css is not affecting in browser but working fine in GWT designer
i wrote css for a button its working fine in GWT designer and it showing the image.
but when i compile and run its not showing the image .
and i tried getElement().getStyle() but no use
i tried
...
0
votes
2answers
380 views
GWT Design wont run
before I have no problem with GWT design, however right now, I am getting this error:
Error loading module(s).
GWT Designer can't load a module either because there is not enough heap space available ...
2
votes
0answers
2k views
Use a custom gwt component created with uiBinder in another uiBinder?
I have created a custom widget with uiBinder that I want to include in another uiBinder layout.
I tried:
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder ...
0
votes
2answers
106 views
how to create a composite with a working pane in it
i'm moving my first steps with gwt to create a simple website.
i'm trying to use gwt platform and the gwt designer to create the layouts.
the site is so simple that lots of pages have the same layout ...
0
votes
1answer
693 views
Install GWT Designer plug-in in Eclipse Indigo from JAR
I got the following error while trying to install GWT Designer via Eclipse Indigo -> Install new software
Progress was made upto 37% and then it terminatedw with the following error:
An error ...
1
vote
3answers
2k views
GWT Wizards are not showing in the eclipse Wizards menu
The google documentation http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/uibinder_dialogbox.html shows GWT wizards in eclipse, however, on my system this is not displayed. How do I ...
1
vote
1answer
455 views
Where is the new GWT DataGrid Widget in GWT-Designer in the new Google Plug-In Release 2.4?
I would like to use the new GWT DataGrid Widget present in the new Google Plug-in 2.4 release, but through the GWT-Designer that you receive as part of the Google Plug-in 2.4 release. Yet, I can't ...
0
votes
1answer
745 views
Unhandled Loop Exception in Eclipse
I'm getting an exception in Eclipse.
I am trying to create web application project using the GWT plugin. I have created a composite (name: Browser). After that I am trying to add browser composite in ...
4
votes
3answers
387 views
GWT code OR GWT Designer?
I am new to GWT. I have a question. Which way is better to learn/use GWT programming. Either to learn using GWT by writing code for creating user interface OR through GWT Designer? I am also aking ...
3
votes
2answers
125 views
detecting mode of gwt designer (design mode or runtime)
Is it possible to detect if a ui binder template is being generated in eclipse by the GWT Designer or being generated at runtime mode?
I would like to create a ui to display an data object and thus ...
1
vote
1answer
275 views
Standalone GWT Design Viewer
I am using GWT in Eclipse, but I couldn't make use of GWT Designer. It keeps on giving me errors. With the same code, my friend is able to use GWT Designer in his Eclipse. And added to that, GWT ...
0
votes
1answer
275 views
GWT designer could not add celltable appropriately in uibinder mode
For I can not add TextColumn directly as I do in GWT Java UI mode, I got a "You can not add abstract component" error.
I am using full version of GWT Designer 2.4.2.r37x201110181249 .
And I noticed ...
1
vote
1answer
1k views
How to use GWT designer with Eclipse GWT plugin?
Sorry but I see no way to use it at all!
If I create GWT project with sample code, then SDK is generating a page with a HTML table where positions for sample TextBox-es and Button are already marked. ...
0
votes
2answers
113 views
How can I configure the GWT Designer in the Google eclipse plugin
I created a GWT project and everything was great, but then I decided to change the entry point of the application.
It turns out that the class implementing EntryPoint has to be at top level inside the ...
0
votes
1answer
113 views
Problem with style on GWT Designer
I'm trying to create a login view with GWT Designer. I have the styles using twitter bootstrap.
I have this structure
I have this result
This padding and margin are killing me, I have all css ...
0
votes
2answers
94 views
GWT designer size limitation
I am designing a home page by using the GWT designer.But when I reached the height of more than 600 the images are not displayed.I have placed some images and run the application then it will show.But ...
0
votes
1answer
64 views
GWT Designer produced code
I'm trying to understand GWT and its associated Designer plugin better. Using one of the more recent versions of GWT Designer and GWT 2.* in your application, can you give me a sense for
1) how much ...
2
votes
2answers
2k views
How to write completely custom widgets recognizable by GWT Designer?
When I add let's say, a standard GWT VerticalPanel, with GWT Designer I can add widgets to this panel by drag and dropping them. GWT Designer provides a red line indicating I am adding a widget to my ...
0
votes
1answer
66 views
Can standart GWT app run different because of different Internet Browser?
Today I tested my test app in gwt dev mode in different Internet Browsers.
A) IE7
B) FF4
for some reason app runs fine in IE7 only but in FF4.0 it is loosing many-layers support. For example it ...
0
votes
1answer
456 views
Custom widgets and @UiHandler
Is it possible to have a custom widget use the @UiHandler notation for mouse events? e.g. when using GWT Designer could you right click on the custom widget, select add event handler, then select ...
5
votes
1answer
2k views
Best practices for designing GUI in GWT
I have recently started studying Google Web Toolkit. I have went through some walkthroughs, and I think I understand the basics and the idea. However, I have some questions on the overall architecture ...
0
votes
1answer
122 views
How compatible are GWT Maven Plugin and Google Plugin 2.3?
I have not been able to make the gwt:eclipse create a Launch that will work with the Plugin (the arguments tab is empty). So I am wondering how compatible it is with the Google Plugin:
- Will I be ...
0
votes
1answer
123 views
How can I use imported .PSD files in GWT-Designer?
I have various .PSD files that compose an interface. I am trying to learn GWT and GWT-Designer. Can anybody point me to a way to import those files with GWT-Designer so that I may code the interface ? ...
0
votes
1answer
1k views
using eclipse 3.6 and GWT and GWT Designer
I'm trying to create a new GWT project, and want to use the GWT Designer, but can't find the right way. What I've done is in the docs of google.
step by step:
download and install java, eclipse 3.6, ...
1
vote
1answer
120 views
How to add GWT Wrappers for Google APIs to GWT Designer's Palette?
I'm using GWT Designer to build a site.
I use the Google Visualization API and would like to be able to place Pie Charts, Timelines, etc in my Panels.
Anyone know how to add GWT libs for Google APIs ...
2
votes
1answer
269 views
What is the difference between GWT Designer and WindowsBuilder Pro?
What is the difference between GWT Designer and WindowsBuilder Pro? Both are avaialble in Open With... in the eclipse project pane...I am new to GWT, which is better to use?
Thanks
bob


