Fullpath works with the set_focus command to set it on a specific UI element
set_focus=(<element>.Fullpath)
First you would want to determine what the fullpath of the style you want to alter IS...
<Text OnHoverIn="LocalText=(Parent.Object.Style.Fullpath)" ...>
Then try to alter it.
<Button OnPress="<insert style's Fullpath text here>.Attribute=Value" ...>
That's something to try, anyway. No idea whether it's going to work.
__________________
If it ain't broke, it needs more features!
|