[Seaside] Wrappering Outlook-like menu

Avi Bryant avi.bryant at gmail.com
Sun Jun 19 14:40:33 CEST 2005


On 6/17/05, Thomas Koschate <koschate at omasko.com> wrote:
> Sorry, let's try it with the correct subject...
> 
> I'm just getting my feet wet in trying to create a compelling user
> experience with Seaside.  Has anyone already made some progress, or have
> any advice about wrappering an Outlook-bar style control such as this?
> 
> http://www.dynamicdrive.com/dynamicindex1/outbar2/index.htm

One issue with that particular control is  that it relies on frames,
which Seaside doesn't support very well.  That's one of the things
that I plan to look at doing a better job with in 2.6 - not just
frames, but in general having multiple separate but communicating
trees of components, so that things like popup windows work better
also.

So one piece of advice I might have for now is to try to recreate that
control in a way that used divs instead of frames...

Avi


More information about the Seaside mailing list