Creating Multiple Shared Embedded Browsers

Users with large screen sizes can place multiple shared POV embedded browsers on a frame. Each shared browser is individually controlled by a set of option buttons.

*  To create multiple shared embedded browsers:

  1. In Interactive Reporting Studio, navigate to a frame that is to contain the POV objects.

  2. Press Ctrl+D to enter Design mode.

  3. From the catalog pane, expand Controls, and drag an embedded browser object onto the frame.

  4. Double-click the browser object.

    Properties is displayed.

  5. Enter all2^Hysl_pov as the object name.

    The object name numbers must be sequential. For example, enter all3^Hysl_pov, all4^Hysl_pov, and so on.

  6. To assign an option button to a shared browser, use the Adding Option Buttons procedural steps, and name it <url_name>^Hysl_pov^rbt^<browser_id>.

    For example, to assign an option button with a Metrics_Clip URL to the shared browser all2^Hysl_pov, name the option button Metrics_Clip^Hysl_pov^rbt^all2.

    If a browser_id is not specified, the option button points to the default shared browser, all^Hysl_pov.

  7. Select the option button, right-click, and select Scripts.

    Scripts Editor is displayed.

  8. In Scripts Editor, perform an action:

    • Enter this line of code

      ActiveDocument.Sections[txlMe.Text].Qiq_onControlClick(this.Parent,this)
    • Copy and paste the line of code from another button on the toolbar to avoid data entry errors

  9. Click OK.

  10. Press Ctrl+D to exit Design mode.