Page 1 of 1

get the show-status of an object

Posted: 12 Dec 2011 18:15
by misal
Is it possible to query the show-status of an object?
you set it with

Code: Select all

show(objectname, status);
when i try the following, i always get 0

Code: Select all

getattribute(objectname, 'show');
or

Code: Select all

getattribute(objectname, 'hidden');
The script-editor accepts both statements, though.

Re: get the show-status of an object

Posted: 13 Dec 2011 01:27
by Macciza
Hi
It looks like that os available as a function but the state may not be directly available . . .
I have not seen it any objects attibutelist . . .
You can of course implement your own variable and track the state that way
Hope that helps
MM