I'm running into a little problem with the EQ2UIElement (again) where i'm trying to see whats in a VolumePage element... Except all I can get is .Type (and thats obviously VolumePage) everything else returns NULL...
I'm wondering if this is because the VolumePage is not supported by EQ2UIElement... and thats my problem, or if I'm just using it wrong...
Has anyone else read from a VolumePage with success?
using:
${EQ2UIPage[... , ...].Child[Composite, ... ].Child[Page,2].Child[VolumePage,5].Type}
To access this VolumePage, path works great for the sister elements, all Text and Button... no problems with those... just the last element returns nothing at all...
//SlowPoke
I'm wondering if this is because the VolumePage is not supported by EQ2UIElement... and thats my problem, or if I'm just using it wrong...
Has anyone else read from a VolumePage with success?
using:
${EQ2UIPage[... , ...].Child[Composite, ... ].Child[Page,2].Child[VolumePage,5].Type}
To access this VolumePage, path works great for the sister elements, all Text and Button... no problems with those... just the last element returns nothing at all...
//SlowPoke