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
1
vote
0 answers

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 -
Arunabh Das
  • 13,212
  • 21
  • 86
  • 109
1
vote
1 answer

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 project and let it generate its sample code. Then…
user26270
  • 6,904
  • 13
  • 62
  • 94
1
vote
1 answer

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 complex then just java class. Do you heve any…
1
vote
1 answer

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 and am using GWT Designer to help acclimate me…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
2 answers

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 DOM.setStyleAttribute(btnNewButton.getElement(),…
GLN
  • 161
  • 3
  • 14
0
votes
1 answer

GWT-Designer does not build Async interfaces upon addition of Remote Service

I'm using GWT-Designer on a GWT project. It has been working well however some configuration got fouled up and it no longer builds Async interfaces and implementations when you create a new remote service. It has something to do with Eclipse Auto…
Brian Sweeney
  • 6,693
  • 14
  • 54
  • 69
0
votes
2 answers

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 for Eclipse, or some other module or internal…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
2 answers

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 and differ only for what's in the middle, so i…
user888284
  • 69
  • 7
0
votes
1 answer

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 occurred while collecting items to be installed session…
sbose
  • 1,791
  • 5
  • 24
  • 46
0
votes
1 answer

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 class (name: Home_Page) using Choose Component…
NewCodeLearner
  • 738
  • 3
  • 14
  • 38
0
votes
1 answer

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 the palette content is different in UIBinder Mode…
Lopakhin
  • 269
  • 1
  • 3
  • 16
0
votes
2 answers

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 client…
Lino Velev
  • 135
  • 4
0
votes
1 answer

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 with padding and border set to 0 but it makes no…
user745235
0
votes
2 answers

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 in the design mode it is not visible.Is there…
sunnychayen
  • 434
  • 4
  • 9
0
votes
1 answer

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 additional (UI) code you needed to develop by…
Ray
  • 5,885
  • 16
  • 61
  • 97