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.
IOS - Set visible to True for an Image Control
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 8
- Joined: Sat Jan 15, 2011 5:32 pm
-
- Posts: 8
- Joined: Sat Jan 15, 2011 5:32 pm
Re: IOS - Set visible to True for an Image Control
Answering my own post as hit on it through pure luck playing about:
set the visible of image ID "5548" to "false"
set the visible of image ID "5548" to "false"
Re: IOS - Set visible to True for an Image Control
Hi,
or simply:
hide img "name of image"
resp:
show img "name of image"
Less typing
Best
Klaus
or simply:
hide img "name of image"
resp:
show img "name of image"
Less typing

Best
Klaus