November 26, 200817 yr Newbies I have three panels, each displays a portal, each sorted differently. A script moves to another layout, performs a calc, and returns to the tab panel. Using object name, I can get it to return to the correct panel. But each time it rescrolls to the top of the portal, even though I store the portal row and use go to portal row on return If I do not use go to object name, it goes to the default panel and to the correct portal row. What I want is for the user to return to the panel and row that he starts from. What am I doing wrong?
November 26, 200817 yr Welcome to the forum... Once you navigate away from the layout there is no inherent way to get the portal focus to be in the exact same position presented to the user. Perhaps you could spawn a new window off screen (-5000px top) to perform your calculation then closing that window, leaving your original layout in focused and untouched. Edited November 26, 200817 yr by Guest
Create an account or sign in to comment