On Feb 13, 12:03 pm, "Scott L. Burson" <[email protected]> wrote: > Ah, in that case, there's another small trick. To the end of the > MAKE-NAVIGATION call, add the following arguments: > > "auth" (make-instance 'auth-selector) > :extra-args '(:hidden-panes ("auth")) > > This makes the auth-selector selectable through the navigation, but > without showing a menu item for it to the user. Then you don't need > to include the auth-selector as a child of the root (remove the > existing code that does this). > > (If you're wondering where I got "auth", it's from the URL in your > original message. It can be anything you like, of course.)
This did the trick, thanks again! Anthony -- 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.
