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: 15" ends up just returning "Level"... have a couple of places where it seems to do this.
Is this a known bug (can't seem to find anything here about it), and is there any way I can work around it to actually get the whole part of the label... the missing part is basically the only part I'm interrested in
//SlowPoke
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: 15" ends up just returning "Level"... have a couple of places where it seems to do this.
Is this a known bug (can't seem to find anything here about it), and is there any way I can work around it to actually get the whole part of the label... the missing part is basically the only part I'm interrested in
//SlowPoke