Re: Twitter Bootstrap examples working on Seaside 3.1 squeak?

gettimothy <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Interesting...

The Examples "Work" but only after the debugger is entered and you hit "proceed".


Error is:



MessageNotUnderstood: TBSBadgeExample class&gt;&gt;methodNamed:
 


Where TBSFoo (in this case TBSBadgeExample) is a subclass of TBSBNootStrapExample


hmm...ok..was able to get rid of the DNS by adding two class methods to TBSBootstrapExample



TBSBootStrapExample&gt;&gt;methodNamed: aString  "just a comment in the empty method"
 



and



TBSBootStrapExample&gt;&gt;sourceCode ^'foo';
 

Of course, the source code for each example is "foo" ...which may not work in all cases, but its a start.


I will keep digging.

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.