Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:03:04 +0000 (12:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:03:04 +0000 (12:03 +0800)
Builder3/Window.js

index 7ee0fd5..fd59dea 100644 (file)
@@ -3909,7 +3909,7 @@ Window=new XObject({
                                         
                                           this.get('buttonbar').el.show();
                                            this.get('viewbox').el.hide();
-                                           var ce = this.get('/CenterEast').el;
+                                           var ce = this.get('/Window.CenterEast').el;
                                            ce.setPostion(ce.max_position - 30);
                                              
                                            print("TRIED TO HIDE");
@@ -3917,7 +3917,7 @@ Window=new XObject({
                                     show : function() {
                                         this.get('buttonbar').el.hide();
                                         this.get('viewbox').el.show();
-                                        var ce = this.get('/CenterEast').el;
+                                        var ce = this.get('/Window.CenterEast').el;
                                         ce.setPostion(ce.max_position - 100);
                                            
                                        // this.get('model').expanded();