On Oct 1, 7:21 pm, "[email protected]" <[email protected]>
wrote:
> >> But when I use static-selector, all that is being rendered is a page-layout
> >> without content.
>
> >Yes, a selector doesn't display anything by itself. The navigation
> >widget
> >adds the things you can see (menu and content).
> Well, I meant it doesn't seem to display make-blog-widget :-)
> Shouldn't it do that with
> (defun make-main-page ()
>     (make-instance
>     'static-selector
>     :panes (list
>         (cons "blog" (make-blog-widget)))))
> ??

No, the (static-)selector class' sole responsibility is routing to
widgets, it doesn't display anything.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to