From: Alan Knowles Date: Mon, 1 Nov 2010 06:11:36 +0000 (+0800) Subject: Sample/Window.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=2f112d56f9d12ed5a304a950351ce43c78ca8f84 Sample/Window.js --- diff --git a/Sample/Window.js b/Sample/Window.js index ee270cf45..2fa456687 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2289,7 +2289,9 @@ Window=new XObject({ // make sure the pulldown is set correctly.. // not really needed for second col... var showEditor = false; - + this.get('/Editor').activePath = false; + this.get('/Editor').el.hide(); + if (col) { var provider = this.get('/LeftTree').getPaleteProvider(); var type = this.get('/LeftPanel.model').getType(path); @@ -2319,13 +2321,14 @@ Window=new XObject({ } var _this = this; // end editing.. - this.get('/BottomPane').el.hide(); + // this.get('/BottomPane').el.hide(); //this.get('/RightEditor').el.hide(); - this.get('/Editor').el.hide(); + if (showEditor) { this.activePath = false; + _this.get('/Editor').el.show_all(); GLib.timeout_add(0, 1, function() { @@ -2334,8 +2337,7 @@ Window=new XObject({ _this.get('/Editor.RightEditor.view').load( _this.getValue(path, 1) ); - //e.editing_done(); - //e.remove_widget(); + _this.get('/Editor').activePath = path; _this.activePath = path ; return false;