Deltawerken & StoryBoard on Squeak 4.3?

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

Deltawerken & StoryBoard on Squeak 4.3?

Stephan Eggermont-3
I tried installling Deltawerken & Storyboard on the Squeak 4.3 with Seaside 3.0,6 image.

        (Installer monticello http: 'http://ss3.gemstone.com/ss')
          project: 'Deltawerken';
                install: 'ConfigurationOfDeltawerken'.
        (Smalltalk at: #ConfigurationOfDeltawerken)  project bleedingEdge load

        (Installer monticello http: 'http://ss3.gemstone.com/ss')
          project: 'StoryBoard';
                install: 'ConfigurationOfStoryBoard'.
        (Smalltalk at: #ConfigurationOfStoryBoard)  project bleedingEdge load

The Announcements package from squeaksource AXAnnouncements doesn't seem
compatible, we're using Announcer>>subscribe:do:. Can I simply replace that by on:do:?
That seems to do the trick.

Stephan_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside