DannA 0 Posted May 31, 2020 Share Posted May 31, 2020 Hi All, Need help with a basic button bar to navigate between layouts : 3 buttons, single step is Go To Layout A or B or C. The navigation to each layout is OK. What I can't figure out is why the blue wording is the button bar does not always stay highlighted. When I return to the layout (after having closed a card window) I include a Refresh Window step and that seems to help for that specific issue. I would love your advice on a better method to make sure the layout that I am in stays highlighted in the button bar. Thanks Link to post Share on other sites
Ocean West 172 Posted June 1, 2020 Share Posted June 1, 2020 button bars have states Active, Hover, Press, Focus the default is determined by the button bar itself you can specify which segment is the default. when you click a button bar it will become active and will remain active unless another click is performed or the layout is refreshed and the button returns to default active segment. You could give each segment a name and then set a $$variable in your script and use that variable as the "default" option just choose calculation instead of any given segment. The $$variable and the segment name must match in order for it's state to be respected - plus adding a refresh object is recommended. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now