Page 1 of 1

IOS - Set visible to True for an Image Control

Posted: Sun Jan 16, 2011 5:06 pm
by uniqueiosfreak
I would be very grateful if someone could offer an example line of code for setting the visible on an Image Control to true using the image ID number?

I have 50 Image Control's on screen and want to make some invisible to shown other images behind them at certain times. I've set all my image IDs to 6000 onwards, 6001 etc so once I know the syntax for the above, I can control them all within a loop.

Re: IOS - Set visible to True for an Image Control

Posted: Sun Jan 16, 2011 5:29 pm
by uniqueiosfreak
Answering my own post as hit on it through pure luck playing about:

set the visible of image ID "5548" to "false"

Re: IOS - Set visible to True for an Image Control

Posted: Sun Jan 16, 2011 6:04 pm
by Klaus
Hi,

or simply:
hide img "name of image"
resp:
show img "name of image"

Less typing :wink:


Best

Klaus