OpenLaszlo Worked Out

Guess what the story was? No prizes for guessing that the problem was a well known bug in IE. :-)
Before to get that problem though we found a small problem in the openlaszlo’s lzc file for Linux. Seems like the way “find” is being used there causes problems on my debian.

There is a line in lps-4.0.2/bin/lzc which says -
LPS_HOME=`find “$myhome/../Server” -name lps’*’ -maxdepth 1`
It should really say -
LPS_HOME=`find “$myhome/../Server” -maxdepth 1 -name lps’*'`

Apart from the widget we are re-working our front page to explain the whole idea better.

But now that we have the widget working on IE, we want to start inviting people to join. Finally.

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment