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
GetAttribute #ATTRHIDDEN for Display
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: GetAttribute #ATTRHIDDEN for Display
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)
Re: GetAttribute #ATTRHIDDEN for Display
Thanks!
NathanH
NathanH