ID:271579
 
Well, I didn't seem to find information in the reference about switching skin windows, so I was wondering, is it possible? That is, completely switching from window to window?
What do you mean by switching? Do you mean use alternate skins? If so, then you could try adding things over things and using the winshow() proc to hide/show them.(Look it up in the Reference, you might want to look up the other win() procs too).
In response to Kakashi24142
That'd work, but I want to completely switch windows, rather then show/hide stuff inside them. I figured this may be possible, as you can define multiple windows in the skin file.
You can define multiple windows, but only one default. If you're concerned about how to swap stuff in and out, the best choice really is to put stuff in panes and then just keep a Child control in your main window.

Lummox JR