Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 09:14:59 +0000 (17:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 09:14:59 +0000 (17:14 +0800)
Builder3/Window.js

index f0d4900..0da4f84 100644 (file)
@@ -3243,6 +3243,10 @@ Window=new XObject({
                                                                                                                                                                                file.items = items;
                                                                                                                                                                                print("send source as " + js_src);
                                                                                                                                                                                
+                                                                                                                                                                               js_src += "\nif (" + file.name +".show) " file.name +".show({});\n" +
+                                                                                                                                                                                               "Roo.XComponent.build();";
+                                                                                                                                                                               
+                                                                                                                                                                               
                                                                                                                                                                                
                                                                                                                                                                                
                                                                                          //if ((project.runhtml != this.runhtml) || (this.redraws > 10)) {