Quote:
Originally Posted by lordebon
In particular, what I'd like to do is add the Recipe Book bit of information to the ExamineRecipe window so that I can reference its LocalText value using a button on the same window. The Book name appears in the float-over for the Recipe window, but not in the recipe examine window itself.
|
Depends on how the tooltip is coded, but in principle you can either access it directly from another window or, if that does not work, store it's value somewhere for later access (e.g. using the OnHoverIn event of the recipe window).