On 6 Jan 2006, at 12:46, DL wrote:

Are there any actionscript-to-lzx coding guidelines to read for building openlaszlo?

A good reference for this is Mook's ActionScript books, where he details the differences between AS and ECMAScript (which is what the lzx compiler implements). The differences are actually very small.

What is the build process from source?  Document links?

You don't need to build from source to add some javascript functions. Just put your code inside a <script> tag in your application and it will get compiled on the fly each time you load your app. If you turn on the debugger, you can invoke your code interactively (and change it on the fly too). This is a good way to prototype functionality.
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to