Page 1 of 1

Image visibility help

Posted: Sun Apr 21, 2013 8:48 pm
by uweuan
Hi,

I'm having a bit of an issue with something I'm doing. I have created an image which I have made invisible since I created it. I wish to know how to see the image again. [Name: fb_gif ID: 1006]

I'm a complete noob, so try to keep it as simple as possible.

Thanks.

Re: Image visibility help

Posted: Sun Apr 21, 2013 8:51 pm
by Dixie
uweuan...

In the IDE go to the 'View' menu and choose 'Show Invisible Objects'... or enter

Code: Select all

set the visible of image id 1006 to true
in the message box and hit return...:-)

Dixie

Re: Image visibility help

Posted: Sun Apr 21, 2013 8:51 pm
by sturgis
If you execute the following in the message box it should make it show up again.

Code: Select all

set the visible of image "fb_gif" to true
Or you can open the application browser, locate the control and put a check back into the "visible" column.