![]() |
|
|||||||
| SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
FIXED: exit menu item on main menu
I would like to add a menu item that allows me to exit the Sagetv Interface. I found this:
http://tools.assembla.com/sageplugin...shiftercleanly I pasted the menu item from the clipboard. It adds "Exit Sage" to the main menu. I click on "Exit Sage", then I am asked for a confirmation I click "yes" and then I get the error: Error: Unknown Internal Screen: "Null Menu Action (does nothing)". Any help would be appreciated. Last edited by 49studebaker; 11-14-2008 at 03:37 AM. |
|
#2
|
|||
|
|||
|
I fixed it. If anyone needs this feature this code works:
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.3//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.3">
<internalScreenMenuItem screen="Main Menu" title="Exit">
<confirmPrompt>Are you sure you want to exit?</confirmPrompt>
<evalExpression>Exit()</evalExpression>
</internalScreenMenuItem>
</sageMenu>
FYI: After adding the menu item be sure to save the menu file otherwise any changes you made will be lost. Last edited by 49studebaker; 11-14-2008 at 03:33 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SageTV keep coming back to Main Menu; Cannot do anything; Pls Help! | getstarted | SageTV Software | 8 | 12-12-2020 11:16 AM |
| SageMC 6.3.8 | dflachbart | SageMC Custom Interface | 231 | 11-18-2008 12:12 PM |
| SageMC settings menu suggestions | tchapin | SageMC Custom Interface | 2 | 11-17-2008 01:03 PM |
| Disappearing words on main menu | thenewguy1979 | SageTV Software | 0 | 09-17-2008 11:42 PM |
| How to move main menu in SageMC? | fas77 | SageTV Customizations | 5 | 10-23-2006 06:42 PM |