07-21-2008 12:06 PM
07-21-2008 12:13 PM
07-21-2008 12:15 PM
Have a look at the example attached here, which can also be applied to this. You should usually avoid updating the value of a control from more than one place, though (unless it's something like initialization, where you can guarantee not having race conditions).
Other alternatives: using an array of booleans or using the picture control to create the image.
07-21-2008 12:20 PM