Lively Kernel canvas
// this script is evaluated on world load
MyConsole = WorldMorph.current().submorphs.detect(function(ea){return ea.name == "MyConsole"});
if(!MyConsole) return;
MyConsole = MyConsole.component;
MyConsole.setText("-- start --");
MyConsole.log = function(s) {
	this.setText(this.formalModel.getText() + "\n" + s);
};
MyConsole.log("My Console initialized!");
MyConsole.morph.resetScrollPane =  function() {
        var sp = this.enclosingScrollPane();
	if (sp) sp.scrollToBottom();
 };
// console.consumers seems to be broken... so we go the hard waz
console.log = console.log.wrap(function(proceed, s) {
	MyConsole.log(s)
	proceed(s)})
console.log("wrapped console for MyConsole successfully")
24
SelectedTopics40true
truetrue
Web-basedDevelopmentEnvironments201018null
prevfalsenullfalsetrue 
 
nextfalsenullfalsetrue 
 
-David,Robert:HTML-Tilman,Marko:Object-CodeRepository-Alex,Stefan:GridLayout-Fabian,Kai:Collaboration-Tobias:ParagraphLayout28nulltrue4
http://lively-kernel.org/repository/webwerkstatt/ProjectSeminar2010/ProjectSeminar.xhtm16
100017.763085657251573Wikicontroltrue 
null56