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