What would be the easiest way to reload a gui collection without switching collections first?
Basically, I want to
msg.post("#mainScreen", “load”)
msg.post("#mainScreen", “unload”)
to reset the current gui to it’s original layout. But this throws an error “The collection ‘mainScreen’ could not be created since there is already a socket with the same name.”
Do I have to switch to a different collection first?