shollyd3169
Member
- Joined
- Sep 7, 2020
- RedCents
- 251¢
What is the syntax to select an item in a list? I am attempting to search for a recipe in the tradeskill window and select it. I can view the items in the list using ${Window[TradeskillWnd].Child[RecipeList].List[1]} and iterate through the list until I find the item, but I don't know how to select it. From the documentation I find:
${Window[TradeskillWnd].Child[RecipeList].List[=CLASS 2 Wood Point Arrow (Small Groove)]}
Find an item in the tradeskill item list box by the exact name CLASS 2 Wood Point Arrow (Small Groove)
But that just gives me a can't parse error.
This language is a fairly big departure from c# and vb.net, so I am lost.
${Window[TradeskillWnd].Child[RecipeList].List[=CLASS 2 Wood Point Arrow (Small Groove)]}
Find an item in the tradeskill item list box by the exact name CLASS 2 Wood Point Arrow (Small Groove)
But that just gives me a can't parse error.
This language is a fairly big departure from c# and vb.net, so I am lost.


