// bind template to controller class Frame: LSWSkyrixFrame {} Window: LSWWindowFrame { // the string appearing in the title bar title = "Say Hello to the world"; // what todo when the cross in that bar is clicked onClose = session.navigation.leavePage; } SayHello: SkyRichString { value = sayHello; }