Re: GWT Designer & Custom widgets

2010-09-17 Thread Eric Clayberg
The generated code looks great! ;-) It is also highly configurable, so that you can adapt it to almost any style you want. Here's an example of all of the code gen options for GWT Designer... http://code.google.com/webtoolkit/tools/gwtdesigner/preferences/gwt/preferences_code_generation.html The

Re: GWT Designer & Custom widgets

2010-09-17 Thread markM
What's the code that it's producing look like though? That's been the problem with UI designers in the past is that the code they output is generally not readable by humans. I haven't checked it out yet but maybe this weekend. On Sep 16, 2:25 pm, Kasper Hansen wrote: > I'm building visual compo

Re: GWT Designer & Custom widgets

2010-09-17 Thread Eric Clayberg
Definitely, yes! Here are some relevant docs... http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/composite.html http://code.google.com/webtoolkit/tools/gwtdesigner/features/custom_composites.html On Sep 16, 2:20 pm, "marius.andreiana" wrote: > Hi, > > It it possible to use custo

Re: GWT Designer & Custom widgets

2010-09-16 Thread Kasper Hansen
I'm building visual composites right now, using GWT Designer, and using them on other panels. It works :-) On Thu, Sep 16, 2010 at 8:20 PM, marius.andreiana wrote: > Hi, > > It it possible to use custom widgets (which extend Composite) in GWT > Designer, just like the standard GWT widgets? > > --

GWT Designer & Custom widgets

2010-09-16 Thread marius.andreiana
Hi, It it possible to use custom widgets (which extend Composite) in GWT Designer, just like the standard GWT widgets? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.co