From: Dann <da...@to...> - 2001-02-04 21:59:05
|
Hi, ... I was never very fond of using 'real' text in widgets, so I always used 'partials' (images). I've transformed my very olde ImageSet object into a DynAPI version, and I use that object as a base for all my widgets. The image set is exactly what it says : a set of one or more images, which are always displayed as the background image of a layer. It contains methods to iterate through the set, as desired. Nice for animations or simulated VR... The always-use-a-layer-background-for-an-image solved a few interesting problems for me : such as : events not firing in layers which contain images as HTML IMG tage... and it's cross-browser (apart from Mac, which i wasn't able to test yet)... see it at work at : http://www.tomoton.com/test (wipe the shortcut area)... If you want it to be a part of the DynAPI, give it a vote, and I'll upload/not :) CU, Dann |