Re: GWT Designer Code Generation Problem

2010-11-22 Thread Eric Clayberg
This is where I highly recommend spending a few moments with the documentation as not only with GWT Designer do exactly what you want, it will do a great deal more than this. You have full control over the code gen process to a much finer level of granularity than you may even want. You can

Re: GWT Designer Code Generation Problem

2010-11-22 Thread Alexander Mitin
http://download.instantiations.com/D2GWTDoc/continuous/latest/docs/html/preferences/gwt/preferences_code_generation.html On Nov 22, 9:50 am, Noor baken...@gmail.com wrote:  Hello, I am new to GWT but I've been using java object orientation programming for quite a long. The problem is that

Re: GWT Designer Code Generation Problem

2010-11-22 Thread Noor
Thanks, it is ok now Google is the best -- 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.com. To unsubscribe from this group, send email to

GWT Designer Code Generation Problem

2010-11-21 Thread Noor
Hello, I am new to GWT but I've been using java object orientation programming for quite a long. The problem is that when gwt designer generates the code for the user interface. It defines the components directly in the construction which is problem when we try to access the component outside