X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fbuiltin%2Fsplash.xwt;h=b0fc15175846d3ea38e79676c290669dc88dd755;hb=d075aa8d89b4919fb10379f2f0abe35665586f27;hp=128ff269677965fabf9c97e07ca556a2514475f3;hpb=2ccad2219888c9942f62ae8b4d4207f655690948;p=org.ibex.core.git diff --git a/src/org/xwt/builtin/splash.xwt b/src/org/xwt/builtin/splash.xwt index 128ff26..b0fc151 100644 --- a/src/org/xwt/builtin/splash.xwt +++ b/src/org/xwt/builtin/splash.xwt @@ -31,7 +31,7 @@ $text4.font = xwt.font.sansserif; $text4.fontsize = 14; settext("downloading..."); - fill = _.org.xwt.builtin["splash.png"]; + fill = .org.xwt.builtin["splash.png"]; xwt.ui.window = thisbox; thisbox.width=394; thisbox.height=276; @@ -47,13 +47,13 @@ var new_xwt = xwt.clone(new_rr); xwt.thread = function() { -for(var i=0; 100>i; i++) { -progress(i, 100); -xwt.thread.yield(); -} - new_xwt.apply(xwt.box, new_xwt["main.xwt"]); - thisbox = null; + for(var i=0; 100>i; i++) { + progress(i, 100); + xwt.thread.yield(); } + new_xwt.apply(xwt.box, new_xwt["main.xwt"]); + thisbox = null; + } xwt.log.println("leaving"); } @@ -76,3 +76,4 @@ xwt.log.println("leaving"); + \ No newline at end of file