INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Soundman on February 15, 2004, 09:38:18 pm

Title: How to detect display mode
Post by: Soundman on February 15, 2004, 09:38:18 pm
Hello.   I need to detect which of the 3 display modes MC is in (i.e. Hairstyle vs. Visualization vs. Mega-Me).

Does anyone know how to detect this from a script or from Girder?  I want to remap my remote keys differently in Girder according to the mode.

Thanks,
Soundman
Title: Re:How to detect display mode
Post by: jleerigby on February 16, 2004, 01:06:35 am
I toggle Full Screen and Theatre View like this (instead of using the menu key).  I track the mode myself in Girder by setting a variable (MCMode = 0 or 1) and interoggating it's value when I press the toggle button.  Let me know if you need more details.