get the show-status of an object
Posted: 12 Dec 2011 18:15
Is it possible to query the show-status of an object?
you set it with
when i try the following, i always get 0
or
The script-editor accepts both statements, though.
you set it with
Code: Select all
show(objectname, status);
Code: Select all
getattribute(objectname, 'show');
Code: Select all
getattribute(objectname, 'hidden');