From 62501fa582c16bed318734a3dbab390926cd9633 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 8 Apr 2012 17:14:59 +0800 Subject: [PATCH] Builder3/Window.js --- Builder3/Window.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Builder3/Window.js b/Builder3/Window.js index f0d4900c6..0da4f84c3 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -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)) { -- 2.39.2