Search found 2 matches

by compusol
Wed Aug 20, 2014 11:32 pm
Forum: SoftSkies General Discussion
Topic: Standalone startup in full screen?
Replies: 8
Views: 14017

Solved, thanks to Frank in SoundSpectrum Support

Just need to add the following lines at the top of the startup.py file. Confirmed working for all the newest vis versions with Python based scripting:

@_time( '0:00' )
def action():
vis.SetFullscreen(1)

Thanks a lot for the help!
by compusol
Mon Aug 18, 2014 1:24 pm
Forum: SoftSkies General Discussion
Topic: Standalone startup in full screen?
Replies: 8
Views: 14017

Standalone startup in full screen?

Hello, I'm gaining a new appreciation for SoftSkies! The upgrade sent to me recently was a very nice surprise. I'm using it with my Sonos and want to find a way to have the Standalone version start up in full screen. The instructions for GF don't seem to apply as there's no startup.txt file. Please ...