[Seaside] Re: [ANN] New Reef page and Tutorial available

recursive68 at gmail.com recursive68 at gmail.com
Thu Oct 21 20:52:28 UTC 2010


Hi,

I got your first Reef tutorial working on squeak 4.1 & seaside 3.0 with
these changes:


Reef-View >> REView>>
subscribe: anAnnouncementClass send: aSelector to: anObject
self announcer
"subscribe: anAnnouncementClass - original - pharo"
 on: anAnnouncementClass  "new - squeak"
send: aSelector
to: anObject


Announcements >> Announcer >>
| subscriptions |
subscriptions := registry subscriptionsOf: anObject.
 "subscriptions ifEmpty: [
self error: 'No subscriptions for ', anObject asString ]. original - pharo"
 subscriptions ifNotEmpty: [
registry removeSubscriptions: subscriptions.]. "new - squeak"


Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101021/1874ead6/attachment.htm


More information about the seaside mailing list