Search results

  1. S

    VolumePage in EQ2UIElement

    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...
  2. S

    : (colon) in EQ2UIPage

    I'm atempting the read some values from the UI through the EQ2UIPage object.. works quite well when I figured out the path to the element... Though now I'm running into a problem where it wont return the whole label... seems to be the problem that there is a : in the string... So "Level...
  3. S

    EQ2UIPage and .NET

    I'm trying to figure out how this EQ2UIPage stuff works. Think I pretty much have it, except for the little problem I'm coding in .NET... And I have no idea how to get an EQ2UIPage. I have all the includes as far as I know. using EQ2.ISXEQ2; using LavishVMAPI; using InnerSpaceAPI...
Top Bottom