I often find myself needing to overwrite a method in one of the Laszlo Foundation Classes. For example, there might be a problem setting a background color on a text field, and I want to override the setter method for the text class’s text bgcolor in order to debug it.
In OpenLaszlo 4.0 and below, the [...]
Entries from July 2008
Overwriting Laszlo Foundation Class Methods
July 31st, 2008 · No Comments
Tags: Uncategorized
The Most Useful Firefox Add-on Ever?
July 22nd, 2008 · No Comments
There’s a bunch of different tools, add-ons and plugins that I find handy for web and RIA development. However, in terms of sheer usefulness, I would have to say that one stands out above all others: The Firefox Clear Cache Button Add-on:
The Clear Cache Button does exactly as the name suggests, and it does nothing [...]
Debugging SOLO Applications
July 18th, 2008 · No Comments
The OpenLaszlo debugger is a very versatile tool. You can use it for everything from tracing output, to analyzing the state of objects within your application at runtime, to tracking-down memory leaks. The debugger requires the OpenLaszlo server to be present, but works with SOLO applications - provided the SOLO application can access server. Naturally, [...]
Tags: LZX Tips