Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 06:03:15 +0000 (14:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 06:03:15 +0000 (14:03 +0800)
Sample/Window.js

index 610b392..7bac00e 100644 (file)
@@ -3440,6 +3440,8 @@ Window=new XObject({
                                                             pack : "add",
                                                             id : "Terminal",
                                                             feed : function(str) {
+                                                                // we should make ourselves visable!!!
+                                                                this.get('/BottomPane').el.set_current_page(1);
                                                                 this.el.feed(str,str.length);
                                                             }
                                                         }