[Laszlo-dev] LzDrawView - converting cubic bezier to quadratic
bezier
P T Withington
ptw at pobox.com
Fri Jan 6 10:11:45 PST 2006
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.
More information about the Laszlo-dev
mailing list