OpenLaszlo allows you to compile applications to SWF8, SWF9 or DHTML. Recently I’ve heard people ask, “why would you want to compile an application to DHTML?” When you think about it, that’s not a silly question at all. Regardless of whether you compile an OpenLaszlo application to SWF or DHTML, you’ll have similar benefits and [...]
Entries from March 2009
What’s DHTML Compilation Good For?
March 18th, 2009 · 4 Comments
Tags: OpenLaszlo · RIAs
Why I should RTFM
March 16th, 2009 · No Comments
A few days ago, I wrote about how to access the named colors in OpenLaszlo 4.2.0. (Where Have All the Colors Gone?) I even wrote a little example showcasing the colors in the lz.colors array. Then Tucker helpfully directed me to a very complete example in the documentation that showed not only the location of [...]
Tags: LZX Tips · OpenLaszlo
Where Have All the Colors Gone?
March 12th, 2009 · 5 Comments
In OpenLaszlo you’ve always been able to specify colors in a variety of ways. In tags, you could use named colors, JavaScript hexadecimal notation and pound (hex) notation: <view bgcolor=”red” width=”20″ height=”20″ /> <view bgcolor=”0xff0000″ width=”20″ height=”20″ /> <view bgcolor=”#ff0000″ width=”20″ height=”20″ /> In JavaScript, you could use either the hex notation or the named [...]
Tags: LZX Tips · OpenLaszlo