INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Picky asthetic Theater View suggestion  (Read 2051 times)

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Picky asthetic Theater View suggestion
« on: January 23, 2006, 05:00:34 pm »

When Theater View is used to launch another app, would it be possible for MC to minimize itself rather than leaving itself in the "megame" state? This would look really slick coz you wouldn't even see MC working in the background.

Cheers.
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Picky asthetic Theater View suggestion
« Reply #1 on: January 23, 2006, 06:35:52 pm »

If it's just one app you want to launch and
your launching it by hitting a button
then you could create a batch file or VBScript
which first runs the command
"mc11.exe /MCC 10014"
and then what ever is needed to launch your program.

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Picky asthetic Theater View suggestion
« Reply #2 on: January 23, 2006, 10:22:01 pm »

If it's just one app you want to launch and
your launching it by hitting a button
then you could create a batch file or VBScript
which first runs the command
"mc11.exe /MCC 10014"
and then what ever is needed to launch your program.

The thing is tho, MC won't return to Theater View automatically when the app exits calling it via vbs. I really like this feature...
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Picky asthetic Theater View suggestion
« Reply #3 on: January 26, 2006, 08:26:54 am »

I just had another go at this.
I presumed last time that because calling MC11.exe /MCC 10014 directly
doesn't work, plonking it in a script wouldn't work either....
I was wrong  :)

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Picky asthetic Theater View suggestion
« Reply #4 on: January 26, 2006, 10:36:31 am »

.exe Binary available here
Requires .NET Framework 1.1

source available here
Written in C#

Usage
TVAppStart [Application to start] [Arguments]

Example:
TVAppStart notepad.exe C:\ReadMe.Txt

Minimizes Theatre View
Starts Notepad and opens readme.txt
On exit of Notepad Theatre View is restored.

If no application is supplied then Notepad is started.

Additional note
06/03/06 07:25pm GMT Added Check to see if file exists, if not messagebox shown.
For long file names enclose in quotes
TVAppStart "M:\program files\Office\Winword.exe"

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Picky asthetic Theater View suggestion
« Reply #5 on: January 26, 2006, 04:14:01 pm »

This is great! Thankyou very much!!!! I just wonder though, you still see MC in standard view flash on the screen for a brief period before resuming or hiding Theater View. Is there no way of hiding this transition?

Thanks again.
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Picky asthetic Theater View suggestion
« Reply #6 on: January 26, 2006, 04:29:20 pm »

This is great! Thankyou very much!!!! I just wonder though, you still see MC in standard view flash on the screen for a brief period before resuming or hiding Theater View. Is there no way of hiding this transition?

Thanks again.

Your welcome,
I think the flash to Standard view is beyond my power to change.
The source code is there if any one else wants a go though!
Pages: [1]   Go Up