[Seaside] Twitter Bootstrap examples working on Seaside 3.1 squeak?

gettimothy gettimothy at zoho.com
Tue Mar 13 23:58:51 UTC 2018


Interesting...

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


Error is:



MessageNotUnderstood: TBSBadgeExample class>>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>>methodNamed: aString  "just a comment in the empty method"
 



and



TBSBootStrapExample>>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.











-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20180313/e6d0b001/attachment.html>


More information about the seaside mailing list