From: Magne <tor...@st...> - 2006-10-02 15:09:03
|
On Fri, 29 Sep 2006 07:15:33 +0200 Michael Reinelt <re...@eu...> wrote: > > Feature request: A secondary update timer for image widgets, only > > evaluating the visible-expression, would be much appreciated. This way > > the imagefile will not be reread when one only wants to toggle the > > visibility of an image, saving precious cycles :) >=20 > Well, I decided not to use two timers (handling may be complicated), but > used a new property called 'reload'. When reload is 0 (zero), the image > will be loaded only once, and on update only 'visible' and 'inverted' > will influence the display. When 'reload' evaluates to 1, the image will > be read again. Just a little difference in terminology; the functionality here is exactly = what I wanted :) As for testing; I have not found any problems so far. It works just as desc= ribed. Thanks!=09 Regards, Magne T=F8rresen |