Full Screen + Second Screen

RoboFont Forums Help / General Full Screen + Second Screen

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  frederik 7 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5478

    Thom
    Participant

    Hi,

    Okay this may be a bit too ambitious:
    Is it possible to full screen RoboFont in single window mode and have a SpaceCenter (full screen) on a second screen?

    Now I just maximize RF on one screen and open an new SC on the second.

    Hope your response is: ‘That’s easy [some code]’ ;)

    #5479

    frederik
    Keymaster

    Seconds screens is always a mess with full screens.

    You could open a new Space Center in single window mode:

    from mojo.UI import OpenSpaceCenter
    
    font = CurrentFont()
    if font:
        OpenSpaceCenter(font)
    

    good luck!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.