Antun’s Blog

Notes on OpenLaszlo, LZX and Rich Internet Application Development

Antun’s Blog header image 4

Entries Tagged as 'OpenLaszlo'

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 [...]

[Read more →]

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 [...]

[Read more →]

Tags: LZX Tips · OpenLaszlo

Webtuner Application Added to Webtop

February 27th, 2009 · 1 Comment

Vortex is an OpenLaszlo application built by Real Time Matrix. It’s essentially a customizable media browser – Real Time Matrix built a highly-configurable skeleton of the application, and brands it for various content providers. End-users can then embed the application into their own web pages, or into personal start pages (e.g. igoogle). The end-user gets [...]

[Read more →]

Tags: OpenLaszlo · RIAs