Infochannel 5 can run on the desktop as a top-most borderless window of arbitrary or full size. You can specify the left, top, width and height. As an example, add this to your MMOS.INI:
DESKTOP_Borderless = 1
DESKTOP_TopMost = 1
DESKTOP_CustomPosition = 100 50 800 600
Omitting DESKTOP_CustomPosition will make the window fill the primary display. Feel free to adjust the size and position of the window to fit your needs and display geometry. (Left, Top, Width, Height respectively)
To create a MMOS.ini file open NotePad, start the file with [Scala], and enter the Desktop commands.
For a 1365x768 full screen example:
[Scala]
DESKTOP_Borderless = 1
DESKTOP_TopMost = 1
DESKTOP_CustomPosition = 0 0 1365 768
Borderless Window in Designer 5:
Store the MMOS.ini file in the InfoChannel Designer 5 folder. The default install path is C:\Program Files\Scala\Infochannel Designer 5. Turn on Windows playback in Tools / Options / Playback tab / Playback Settings, and select 'Window'.
Borderless Window in Player 5:
Store the MMOS.ini file in the InfoChannel Player 5 folder. The default install path is C:\Program Files\Scala\Infochannel Player 5. Turn on Windows playback in InfoChannel Player 5 Configuration / Playback tab / Playback Settings, and select 'Window'.
Regards,
Scala Technical Support