WABatchedList - are there any examples?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WABatchedList - are there any examples?

Frank Sukhu
Greetings,

I am trying to figure out how to use the WABatchedList but I can find no examples.  Can anyone provide me with a simple example or a link to an example.

Thanks,
Frank

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WABatchedList - are there any examples?

Lukas Renggli
> I am trying to figure out how to use the WABatchedList but I can find no
> examples.  Can anyone provide me with a simple example or a link to an
> example.

There is a tiny example in my tutorial on slide number 17 in
<http://www.lukas-renggli.ch/smalltalk/seaside/tutorial/07.pdf>. Then
there is a reference to WABatchedList in WABatchSelection, used in the
Sushi-Shop example.

Note that WABatchedList only displays the batch-witget, not the
batched items themselves. You can ask the batched-list for the visible
items by sending the message #batch and rendering them the way you
want.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside