going nuts again

Chipp Walters chipp at chipp.com
Thu Jul 21 01:56:31 EDT 2005


Hi X,

I think you need the following:

on idle
   reset all the background of all the buttons to what they should be
end idle

:-)

Seriously,
Here's how I'd approach it:

Step 1: Can I programatically 'reset' the backgrounds by:

set the backgroundPattern of btn "myButt" to ""
set the backgroundPattern of btn "myButt" to img "moon"

or if that doesn't work try setting the bgPattern to one texture, then 
the other, then back to the first. See if toggling it in this manner 
doesn't provide results. Try inserting a 'set alwaysBuffer to false' 
then back to true in-between. Just some ideas.

Step 2: If you can 'force' a reset programatically, then you may need to 
fire a handler every so often to check.

best,

Chipp



More information about the use-livecode mailing list