Project

General

Profile

Feature - New #1648

Access to currency

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

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-07-11
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

If you open your character window (C by default, or EQ2 button -> Character)

Then on the left click on 'Currency'

I want to be able to read this window.

 

Here's some of the basics that may help..

You have to have opened the currency window once before this will populate:

echo ${EQ2UIPage[Mainhud,Persona].Child[page,Persona.MainPage.CurrencyPage.currencylist.scrollpage].NumChildren}

Gives the # of items in the list. But we can't figure  out a way to read them.

Here is the xml stuff (thanks Pork for getting it)

 -<Page Size="325,552" ScrollExtent="325,552" Name="CurrencyList" PackSize="a,a" BackgroundOpacity="1.000" RStyleDefault="/CommonElements.RoundedGrouper.data.rect" DragType="icon" DragAccepts="icon">

            <Scrollbar Size="22,531" ScrollExtent="22,531" Name="Scroll" MinimumSize="22,60" Location="292,11" PackSize="fixed,absolute" Style="/CommonElements.ScrollbarVertical.data.style" PackLocation="right,top" MaximumSize="22,16384" HideIfUnnecessary="false" DropToParent="true" Control="ScrollPage" ArrowPressSound="sounds/button"/>


             -<Page Size="303,531" ScrollExtent="303,531" Name="ScrollPage" Location="11,11" PackSize="absolute,absolute" BackgroundColor="#2D251C" AbsorbsInput="false" ScrollSize="33,33" DropToParent="true">

                  <Icon Size="31,31" ScrollExtent="31,31" Name="row Icon" TreatAsButton="true" MouseOverColor="#FFFF00" IconStyle="/IconStyles.item_list" BackgroundTint="#000000"/>

                   <Text Size="210,31" ScrollExtent="210,31" Name="row Item Name" Location="35,0" PackSize="a,f" Font="/TextStyles.Normal.NormalStyle" TextAlignmentVertical="Center" DropToParent="true">:a8d7734cfe9e747a:[DEVL]Currency Name</Text>

                    <Text Size="42,31" ScrollExtent="42,31" Name="row Quantity" Location="235,0" PackSize="f,f" PackLocation="right,top" Font="/TextStyles.Normal.NormalStyle" TextAlignmentVertical="Center" TextAlignment="Right" DropToParent="true" ShrinkFontToFit="true">:a8d7734cdc88af15:100</Text>

                    <Image Size="303,31" ScrollExtent="303,31" Name="row Selection" PackSize="absolute" BackgroundColor="#4A404A" BackgroundOpacity="1.000" DropToParent="true"/>

              </Page>

 

Things I'd like:

Way to open the currency tab. (Even if it's a way to open the Character window, then 'click' the Currency tab).

Way to read the Currency tab itself.

Also available in: Atom PDF