Start in full screen
Moderators: BTT, andy55, b.dwall, juxtiphi
-
- Posts: 2
- Joined: Tue Jun 08, 2004 3:02 am
Start in full screen
is there an option to have full screen automatically run when the standalone program is executed?
Re: Start in full screen
Find and open the file "startup.txt" and insert the line:ryanjones2 wrote:is there an option to have full screen automatically run when the standalone program is executed?
SetFullscreen( true );
...and save your changes. If, for some reason, you wanted to have it wait a couple secs, say 3, before going to fullscren, put:
0:03
SetFullscreen( true );
-
- Posts: 2
- Joined: Tue Jun 08, 2004 3:02 am
Thanks for the quick response. I am trying to integrate this into a music player that doesn't support visualizations, if you have heard of MyHTPC, I am currently working with the beta of that. It is basically a media center program for your tv and home entertainment center. I noticed a api dll, is it possible to use this api, to embed the visualization in a screen? Is there some thurough documentation of this somewhere? If this isn't possible, is it possible to cleanly close the program from full screen? Thanks again.
Ryan
Ryan