GetAttribute #ATTRHIDDEN for Display

Feature requests for future versions of Hollywood can be voiced here
Post Reply
NathanH
Posts: 128
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

GetAttribute #ATTRHIDDEN for Display

Post by NathanH »

Hi,
There does not seem to be a way to determine whether a display is hidden or not. Is it possible to add #ATTRHIDDEN to query this property via GetAttribute()?

NathanH
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: GetAttribute #ATTRHIDDEN for Display

Post by airsoftsoftwair »

Not necessary. Querying #ATTRSTATE tells you whether a display is hidden. From the doc:
#ATTRSTATE: Returns the current state of this display; can be either #DISPSTATE_OPEN (if display is open), or #DISPSTATE_CLOSED (display is currently closed), or #DISPSTATE_MINIMIZED (display is currently minimized)
NathanH
Posts: 128
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

Re: GetAttribute #ATTRHIDDEN for Display

Post by NathanH »

Thanks!

NathanH
Post Reply