On Nov 7, 1:00 am, heretoo <[email protected]> wrote: > Hi guys, > > I've done the following in init-session: > > ;; Session > (defun init-user-session (comp) > (with-flow comp > (yield (make-instance 'my-form-view-widget :data *data*)) > (yield (make-quickform 'my-form-view :data *data*)) > (init-user-session comp))) > > http://paste.lisp.org/display/116328 > > My intention is to repeat a sequence of widgets. Is this the best/only > way to do it?
It depends on your needs. Can you describe your plans in more detail? Why and how exactly do you want to show a sequence of widgets repeatedly? Leslie -- 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.
