FixBug.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 14:40:25 +0000 (22:40 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 14:40:25 +0000 (22:40 +0800)
FixBug.js

FixBug.bjs
FixBug.js

index 6f158f5..47b975c 100644 (file)
                             "items": [
                                 {
                                     "listeners": {
-                                        "activate": "function (self) {\n   _this.el.hide();\n}"
+                                        "activate": "function (self) {\n\n    Roo.log(\"hide window\");\n   _this.el.hide();\n}"
                                     },
                                     "label": "Not working on Project",
                                     "pack": "add",
index af02794..12bd8fa 100644 (file)
--- a/FixBug.js
+++ b/FixBug.js
@@ -306,6 +306,8 @@ FixBug=new XObject({
                             xtype: Gtk.Button,
                             listeners : {
                                 activate : function (self) {
+                                
+                                    Roo.log("hide window");
                                    _this.el.hide();
                                 }
                             },