djc728 Posted June 22, 2012 Posted June 22, 2012 All I want to do is send the user to a new layout upon clicking a tab. I can't seem to create a trigger with the value of the clicked tab name sent to the trigger as a parameter. I thought Get(LayoutObjectName) would do the trick but I get nothing. How to? D.
comment Posted June 23, 2012 Posted June 23, 2012 I believe they made this easier in version 12. Without it, you need to use the GetLayoutObjectAttribute() function to find out if a specified tab is front panel. --- P.S. There is no Get(LayoutObjectName) function.
LaRetta Posted June 23, 2012 Posted June 23, 2012 Maybe D meant Get ( ActiveLayoutObjectName ). But that works only when in focus and tab panel can't be 'active'
comment Posted June 23, 2012 Posted June 23, 2012 tab panel can't be 'active' Actually, it can - but it cannot be activated by clicking; you must tab into it.
Recommended Posts
This topic is 4604 days old. Please don't post here. Open a new topic instead.
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