We're keeping that for backwards compatibility with 2.0. :)
As to your question about 1 >= 0, I don't think I can help. I grepped
for `rror.*>=` and found nothing. As a wild guess, this is a multi-
frame resource and it is missing frame 0?
On 2009-11-02, at 06:54, Raju Bitter wrote:
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