Is it possible to have a function that would pop up a message on the screen and then send back to a specified object.
For example: I have a function in the wmc2Plex channel that lets you schedule a recording. After you hit that button/object I want it to send you back to the channel listing page.
There is a way to show a pop-up message. Just return an ObjectContainer with header and message attributes. The client will most probably remain on the current screen though (at least PHT for Windows does that).
There is a way to show a pop-up message. Just return an ObjectContainer with header and message attributes. The client will most probably remain on the current screen though (at least PHT for Windows does that).
Thanks czukowski. I have the popup working. Have not tested in another client but in the Web client it opens up a new blank object/page after the popup message appears. Now to see if I can figure out a way to redirect it. I would like it to go back to the program listings after the recording is scheduled but if it can't it will just be one extra button that needs to be pressed to get back.