Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Question

How do I ?

Answer

Simply use the following code:

//Activate new window
GUIWindowManager.ActivateWindow(YOUR_TO_BE_ACTIVATED_WINDOW_ID);

...

//Show the previous window (go back)
GUIWindowManager.ShowPreviousWindow();

Please Note - We are still looking how to transfer data other than strings between the windows. If you know, drop us a message.
See the "properties" or "configuration" tips if you want to transfer strings.

   

 

This page has no comments.