WAFrameComponent and Expert System engine

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

WAFrameComponent and Expert System engine

dtrussardi@tiscali.it
Hello All,
 
i,m interesting to work with Expert System (  on squeak or GLASS ).
 
Anyone   work around this support?
 
In the squeakSource i find the " Expert System Level 0 "  project,
but when load it in squeak i find error because the WAFrameComponent d'ont exist in the image.
 
I can change WAFrameComponent to .... ?
 
The squeak image is 3.9 #7067 and seaside 2.8.
 
Any pointers would be greatly appreciated!

Dario Trussardi 
 
 

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

Re: WAFrameComponent and Expert System engine

Lukas Renggli
> I can change WAFrameComponent to .... ?

WAFrameComponent was part of Seaside 2.6 and older.

As far as I remember WAFrameComponent didn't do much other than
displaying a child component. So make your classes a subclass of
WAComponent and see if that helps.

For other things you might need to migrate see
<http://www.seaside.st/community/development>.

Lukas

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