How does :HighlightRow[#] work?

Valerian

ISX Specialist
edit: n/m, found what you were talking about. No clue how eq2uielement:HighlightRow[#] works. It's probably buried in isxeq2 patch notes from ages ago though.
 
Last edited:

mycroft

Script Author: MyPrices
I'm guessing it highlights a listbox entry so you know what element in the list is being looked at.....I might try using that command in my myprices and see what happens...

Yes... I was right....in Listboxes

* Added the following new METHOD to the 'eq2uielement' datatype:
1. HighlightRow[#] {"List" types only}
(NOTE: 1 = top of the list)

Unfortunately
Code:
	UIElement[MyPrices].FindChild[GUITabs].FindChild[Sell].FindChild[ItemList]:HighlightRow[${position}]
didn't work...so I'm not sure how to actually use it..But it WAS added in 2006 so may not actually work now....
 
Last edited:

Valerian

ISX Specialist
* Added the following new METHOD to the 'eq2uielement' datatype:
1. HighlightRow[#] {"List" types only}
(NOTE: 1 = top of the list)

Unfortunately
Code:
UIElement[MyPrices].FindChild[GUITabs].FindChild[Sell].FindChild[ItemList]:HighlightRow[${position}]
... it's eq2uielement NOT uielement.

uielement is Innerspace/LGUI, eq2uielement is EQ2/ISXEQ2.
 
Top Bottom