README.txt
[app.Builder.js] / XObject.js
index df770e3..3155dba 100644 (file)
@@ -193,6 +193,9 @@ XObject.prototype = {
             if (i == 'type') { // problem with Gtk.Window... - not decided on a better way to handle this.
                 continue;
             }
+            if (i == 'buttons') { // problem with Gtk.MessageDialog..
+                continue;
+            }
             this.el[i] = this.config[i];
         }
         
@@ -277,8 +280,8 @@ XObject.prototype = {
             
             throw {
                 name: "ArgumentError", 
-                message : 'pack method not available : ' + this.xtype + '.' +  pack_m + "\n" +
-                    JSON.stringify(this)
+                message : 'pack method not available : ' + this.id + " : " + this.xtype + '.' +  pack_m + " ADDING " + item.el
+                    
             }