Looking into some source I'm wondering: do we still need this method?

    private String[] getBlogList() {
        return new String[] {
            "http://wetmachine.com/";,
            "http://osteele.com/";,
            "http://www.davidtemkin.com/";,
            "http://www.ultrasaurus.com/";,
            "http://pt.withy.org/ptalk/";
        };
    }

Found in 
http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/SplashCompiler.java

;-)

On Nov 2, 2009, at 12:50 PM, Raju Bitter wrote:

Hi all,

I tried to compile an SWF8 splash screen into an OL 4.0.18 app, and got the following warning: Can't import /branding/shared/splash/ splash_progress.swf 1 >= 0
While 1 might be >= 0, what is the system trying to tell me here?
Thanks,
Raju


Reply via email to