Skip to main content
1-Visitor
December 8, 2015
Solved

Can I open the 'View Documents' on second monitor?

  • December 8, 2015
  • 2 replies
  • 4162 views

When I create a trace between two documents, I opened two documents in same monitor.

I use dual monitor now.

If one document windows was opened in main monitor and another document window was opened in second monitor, it is more comfortable for me.

    Best answer by VolkerEckardt

    Hello Yousun Sohn,


    what we need is a custom menu entry, with the following code behind.

    im viewsegment --user=%MKSSI_USER% --gui %MKSSI_DOCUMENT%

    It can be inside a simple batch file, or a powershell script, or a small java program (that's what I did).

    Hope this helps, any followup question is welcome.

    Volker

    2 replies

    16-Pearl
    December 8, 2015

    Hello Yousun Sohn‌,

    This is not currently nicely handled by the Integrity client.  Please open a ticket with PTC Integrity Support to add your organization to CS91123.

    Regards,

    Kael

    17-Peridot
    December 9, 2015

    Hello Yousun Sohn,


    what we need is a custom menu entry, with the following code behind.

    im viewsegment --user=%MKSSI_USER% --gui %MKSSI_DOCUMENT%

    It can be inside a simple batch file, or a powershell script, or a small java program (that's what I did).

    Hope this helps, any followup question is welcome.

    Volker

    16-Pearl
    December 23, 2015

    Hello Yousun Sohn‌,

    Did Volker Eckardt‌'s answer resolve this issue for you?

    Regards,
    Kael

    ysohn1-VisitorAuthor
    1-Visitor
    December 23, 2015

    Thanks for your helping!!

    Your solution is good for me