Which Monitor

I have a SA project that uses the dual screen mode (setup from screen profiles). the screens are setup such that they are not linked.

in other words. both screens can be used independently from another. both screens are setup to run a different master page.

is there a way to tell from cicode which screen a particular object is on or perhaps which master pane is it based upon?

Thanks

Parents
  • Try:
    The following functions will get you the information you need for a variety of multi-monitor scenarios. What ever graphics expression/command/event they are called from will determine the monitor from that.

    PageInfo(30) (See the help)
    Workspace_GetWorkspaceFromName
    Workspace_GetWorkspaceFromWindow

    The workspace code should give you plenty of examples of their usage.

    cheers,
    bradley
Reply
  • Try:
    The following functions will get you the information you need for a variety of multi-monitor scenarios. What ever graphics expression/command/event they are called from will determine the monitor from that.

    PageInfo(30) (See the help)
    Workspace_GetWorkspaceFromName
    Workspace_GetWorkspaceFromWindow

    The workspace code should give you plenty of examples of their usage.

    cheers,
    bradley
Children
No Data