Questions tagged [gwt-designer]

GWT Designer is an Eclipse visual designer plugin that will generate the Java Code for your GWT application's GUI.

Following the WYSIWYG principle you will be able to create your GUIs by drag and drop and properties change.

81 questions
0
votes
1 answer

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 doesn't support this kind of structure algorythm…
user592704
  • 3,674
  • 11
  • 70
  • 107
0
votes
1 answer

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 able to use the GWT Designer? - Will I be able to…
aym
  • 233
  • 1
  • 4
  • 17
0
votes
1 answer

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 ? Thank you
PPC
  • 1
0
votes
1 answer

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, install google plugin in eclipse ( selected…
balazs
  • 5,698
  • 7
  • 37
  • 45
0
votes
1 answer

GWT2.2.0 and Uibinder Designer

I install the new GWT2.2.0 and its plugins for eclipse. But when I want to switch to Design Tab from Xml Source in uibinder, I get this error: ClassNotFoundException: com.google.gwt.dev.shell.designtime.HostedModeSupportImpl Where is the jar file to…
Nav
  • 4,450
  • 10
  • 53
  • 84
0
votes
2 answers

Missing GWT Designer Features

I am using the latest GWT Designer version 8.1.1.r36x201012191024 in SpringSource Tool Suite. From the official user guide, it should have feature like Factories, Morphing etc. . However, I can't find such features. What I am getting is just like…
Lee Chee Kiam
  • 11,450
  • 10
  • 65
  • 87
0
votes
1 answer

RootPane.get("something") with GWT Designer

I've been working a little with GWT and I managed to do some small aplications. But now I started playing with GWT Designer, there is a little thing that I just couldn´t acomplish yet. When working with standard gwt, if I want to add some control or…
Ecarrion
  • 4,940
  • 1
  • 33
  • 44
0
votes
1 answer

GWT Designer doesn't work

I'm using: Eclipse Kepler 4.3 JDK 7 GWT compatible with eclipse 4.3 (downloaded via market place) GWT version is downloaded via market place with GWT by default 2.6.0 On eclipse the java compiler version is 1.7 It's not a maven project When I try do…
felipe
  • 1,212
  • 1
  • 15
  • 27
0
votes
1 answer

I install the Google Plugin 4.4 in my eclipse LUNA (version 4.40) , but I don't know it and which GWT Designer plug-in matching

I choosed this version of google Plugin: https://dl.google.com/eclipse/plugin/4.4 but I should choose which version of GWT Designer?
郭鹏飞
  • 27
  • 1
  • 7
0
votes
0 answers

How do I tell GWT-Designer/windowBuilder where the UI is

While following this tutorial http://www.gwtproject.org/doc/latest/tutorial/appengine.html GWT-Designer/windowBuilder stops being able to find the UI. I think this happens at step "Update the StockWatcher UI" when the UI widgets gets placed in a…
Talisin
  • 2,370
  • 3
  • 18
  • 17
0
votes
1 answer

How to get GXT Pallette in Eclipse Kepler?

I am trying to add GXT palete in Eclipse.Using Ext GWT (GXT) Eclipse -Kepler App Engine 1.9.0 GXT 2.3.1 When i right click on module file, I couldn't see this option Google Web Toolkit > Configure for using Ext GWT I also added Window Builder…
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
0
votes
1 answer

GWT Designer can't find GWT module X in project

I am having trouble with GWT Designer in my GWT application. Can't find GWT module GWT Designer can't find GWT module com.google.gwt.query.Query in project. Possible reasons: 1. There really are no module with this ID. For example, it was…
Ben Dol
  • 427
  • 6
  • 18
0
votes
1 answer

GXT support for GWT designer

Will the GWT-designer plugin in Eclipse support GXT application design (with GXT-3.0)? If not is Sencha or Google working on this integration for GXT-3.0? What are the alternate UI-designers available for development with GXT-3.0?
user2630272
0
votes
1 answer

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 the entity class(JPA Entity) present in locator is…
Lopakhin
  • 269
  • 1
  • 3
  • 16
0
votes
0 answers

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 here:…
dawn_bc
  • 1
  • 1