April 22, 201312 yr hi..when we click on button of the tab its go to another layout so how can we pass the control to the active tab
April 23, 201312 yr Author 1st layout-Tab b(suppose there are three tab a,b,c ) -Button--> go to layout 2 ..- Do smthng -> return to 1st layout Tab
April 23, 201312 yr Hi Sam, You need use the define the a tab control, in which, each tab will have a different name. Suppose we have two tabs, name it as 'a','b', using inspector button (i). Now use the script step GOTO Object[], in which define the parameter as object name. Then you can easily move onto the tab which is required.
April 23, 201312 yr See if this helps. http://fmforums.com/forum/topic/83798-getactivetab-in-fmpro-12/?p=387782 You would capture the last active tab into a variable and then when going back to the first layout you can use a OnLayoutEnter script trigger to go to that object. Make sure you give each tab panel an object name in the Inspector.
Create an account or sign in to comment