05-06-2013 10:41 AM
I want to set the background image of a pane to (none) run-time.
This option is available when not running, but I am unable to find any property to support this during run-time.
I can set the background color run-time.
I can set a background image run-time.
However, once an image is selected I cannot undo that action to allow setting a background color.
The background image apparently takes precedence over any background color change I make.
Does anyone know if it is possible to programmatically return background image to a (none) state?
Thanks for any assistance,
James
Solved! Go to Solution.
05-06-2013 01:35 PM
What happens if you use the property and wire in an empty picture (there's a constant on the palette)?
05-06-2013 02:32 PM
Thanks tst,
I was looking at the problem from the wrong direction.
Another point of view was what was required to get around my speed bump.
An empty picture works, I just need to add an option to not select any image.
Regards,
James