Start in full screen

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
ryanjones2
Posts: 2
Joined: Tue Jun 08, 2004 3:02 am

Start in full screen

Post by ryanjones2 »

is there an option to have full screen automatically run when the standalone program is executed?

User avatar
andy55
Site Admin
Posts: 569
Joined: Sat May 01, 2004 4:38 pm
Contact:

Re: Start in full screen

Post by andy55 »

ryanjones2 wrote:is there an option to have full screen automatically run when the standalone program is executed?
Find and open the file "startup.txt" and insert the line:


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 );

ryanjones2
Posts: 2
Joined: Tue Jun 08, 2004 3:02 am

Post by ryanjones2 »

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

Post Reply