How to select Sokokar destination?

coolman

Active Member
If I get 3 selections ,I want to select the 2nd one.

Code:
EQ2UIPage[Popup,Select].Child[composite,Select.Body].Child[composite,Selection.2]:LeftClick
I got crash. So what should I do to fix it? need help please.
 

Amadeus

The Maestro
Staff member
A crash report would be helpful. However, I can tell you that what you're trying to do will most likely not work using EQ2UIPage (those type windows are not accessable in that fashion since they're "cloned").

However, I could be wrong. You could try the technique mentioned in this thread (http://www.isxgames.com/forums/showthread.php?t=391) ...at least to see if it highlights the row. Otherwise, this will need to be added to the feature request board on the forums here for me to add (if possible.)
 

coolman

Active Member
Nevermind I work it out , a stupid mistake

Popup works
popup doesn't.

thanks
 
Last edited:

Contact

Active Member
Instead of deleting all your comments (stupid as they may be) you should leave them up so others don't have to make the same mistake
 

nathanh

Active Member
yeh like i did.

EQ2UIPage[Popup,Select].Child[composite,Select.Body].Child[composite,Selection.2]:LeftClick

and this is still unresolved. :p

Can someone please update this with the correct code.
 
Top Bottom