John Perkins
09-18-2005, 11:57 PM
From the TS docs...
SetInput(int)
// ProgramIn=0
// PreviewIn=1
// ProgramOut=2
But, instead it switches the switcher input. AAaarrrgggg!!!
How do you load settings?
LoadSettings("settingsfilename") does the trick, but it is found in the users directory. Not too terrible, I can deal with that.
BUT, how do you load them at launch of your skin?
If you just put the command in, it crashes. You have to put it in a MenuItem, or shortcut to trigger it.
Help?
SetInput(int)
// ProgramIn=0
// PreviewIn=1
// ProgramOut=2
But, instead it switches the switcher input. AAaarrrgggg!!!
How do you load settings?
LoadSettings("settingsfilename") does the trick, but it is found in the users directory. Not too terrible, I can deal with that.
BUT, how do you load them at launch of your skin?
If you just put the command in, it crashes. You have to put it in a MenuItem, or shortcut to trigger it.
Help?