We need a Toolkit-option, around in the embeded browser in Creo an empty Tab produce.
Today always the current Tabs is overwritten, the display of the Windchill Workspace and an other Tab is not in parallel possible.
Currently this function is available only in the internal Toolkit.Currently there is only this functionality in order to produce an empty Tab in the navigation system range.
see Case C13277770
folgende internal Toolkit Funktionen gibt es ( definiert internal_tk/includes/ProHelpBrowser.h)
12 /******************************************************************************/
13
14 extern ProError ProLaunchEditHyperlinkDlg (ProPath url_path, ProPath scr_tip );
15 /*
16 ProLaunchEditHyperlinkDlg
17
18 Purpose:
19 Displays the edit_hyperlink dialog. Retreives the url path and the screen tip
20 from the dialog.
21
22 Input Arguments:
23 None
24
25 Output Arguments:
26 p_url: The url.
27 scr_tip: The screen tip.
28 */
29
30 extern ProError ProOpenHelpBrowserWithRelativePath ( const ProCharPath path );
31 /*
32 ProOpenHelpBrowserWithRelativePath
33
34
35 Purpose:
36 Invokes the help manager with a specific help page when the relative path
37 is specified. For example if "simulation_modules/sh_simple.htm" is passed, the
38 host path is concatenated to invoke the help manager with url
39 http://localhost:60201/simulation_modules/sh_simple.htm
40
41 Input Arguments:
42 path: The relative path of the url.
43
44 Output Arguments:
45 None
46 */
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.