Hi --

I'm new to GWT and have a (hopefully!) quick question.

I'm reading about how page navigation works, and typically, the
response is to have a single HTML page and add/remove the widgets from
the page to move the application forward and backwards.  All fine and
good; but I have quickly fallen in love with the GWT Designer tool to
develop the UI.

If I follow the best practices, it seems like I would have a very
difficult time using the GWT Designer, since all the various "pages"
would overlap each other, being hidden/shown based on the backing
code.   I first thought that I could break everything up into
Components and then add/remove them as needed, but I cannot access
events in the components in the main module, so when an event fires in
the component, I can't figure out any way to have the entry module
catch it, and then remove/add components.

I'm sure there's something very basic that I am just missing.
Unfortunately, none of the GWT Designer Tutorials seem to have more
than one page defined, so it's hard to get a working example to be
able to understand.  Does anybody know of a tutorial or site that
speaks to this in more specific terms, as opposed to the general (ie,
"Just add/remove widgets from the page and store history") terms?

Thanks in advance!

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to