SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-14-2008, 03:11 AM
49studebaker 49studebaker is offline
Sage Advanced User
 
Join Date: Nov 2008
Posts: 103
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.
Reply With Quote
  #2  
Old 11-14-2008, 03:27 AM
49studebaker 49studebaker is offline
Sage Advanced User
 
Join Date: Nov 2008
Posts: 103
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.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 01:13 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.