On Wed, Mar 10, 2010 at 12:22 PM, David Coker <[email protected]> wrote: > I've started working on my first RevBrowser enabled application and > have run into the proverbial brick wall. > > Rather than taking a chance on messing up my real stack, I made a test > stack with a functional web browser (finally). The stack contains a > tab control where one tab has a large edit field and in the other tab > I want to display the browser. I'm using the "hide group" method to > navigate the tabs.
Check out the docs for revBrowserSet. This should work: revBrowserSet tBrowserID, "visible", false Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
