Project

General

Profile

Feature - Enhancement #2127

Access to Scrollbar in EQ2UIPage for manipulation

Added by Pork over 4 years ago. Updated over 4 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2020-01-03
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

1. go to Guild hall

2. Open Fuel merchant window

3. on the Right you will see a scrollbar to go up and down within the window this is what id like access to currently have to use mouse manipulation to control it and it sucks.

see pic below

Raw code below with children

echo ${EQ2UIPage[_HUD,merchant].Child[page,_HUD.merchant].Child[Page,2].Child[Page,4].GetProperty[name]} should return Headerframe

echo ${EQ2UIPage[_HUD,merchant].Child[page,_HUD.merchant].Child[Page,2].Child[Scrollbar,5].GetProperty[name]} will return NULL as can not access it.

 

More completed ui code for the above...

echo ${EQ2UIPage[_HUD,merchant].Child[page,_HUD.Merchant.ItemList.HeaderFrame].GetProperty[name]}  should return Headerframe

echo ${EQ2UIPage[_HUD,merchant].Child[page,_HUD.Merchant.ItemList].Child[Scrollbar,5].GetProperty[name]} will return NULL as can not access it.

 

Raw xml code

a way to set it via 0 to 100 would be amazing.

#1

Updated by Amadeus over 4 years ago

  • Status changed from New to Implemented

Added in 20200103.0003

Also available in: Atom PDF