Project

General

Profile

Feature - Enhancement #1620

Adding .IsVisible to EQ2UIElement

Added by bjcasey almost 8 years ago. Updated almost 8 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-06-13
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

I'm trying to detect if the zone window is being displayed.

 

On the docks in Thundering Steppes. Location: -459.642670,-18.375893,-418.585663

The new fabled dungeon door.

With the Select Destination window up.

Error:No such 'EQ2UIElement' member 'IsVisible' @${EQ2UIPage[popup,zoneteleporter].Child[list,zoneteleporter.destinations.DestinationList].IsVisible}

I am asking for the member to be added or a way for us to detect if a specific UI element is visible to the client.

#1

Updated by Amadeus almost 8 years ago

  • Status changed from New to Implemented

This is implimented as part of version 20160628.0004.   EQ2UIElement is now known as eq2widget, and it has a new member: "GetProperty".   One of the available properties is "Visible" (the full list of properties is in the changes file.)   

So, using your example:  ${EQ2UIPage[popup,zoneteleporter].Child[list,zoneteleporter.destinations.DestinationList].GetProperty[Visible]}

Also available in: Atom PDF