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 09-16-2009, 12:01 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Problem with SAGEMC Menu Icons

The code below works fine in the default STV... It finds the ICON just fine.... but when I use the exact same code in the sagemc dynamic menus everything works fine but the ICON does not display.

Does anyone have an answer for me?
Thanks



Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.4">
    <actionMenuItem icon="\\janedserver\d$\games\roms\snes\Gods.jpg" title="Gods">
        <confirmPrompt>Play - Gods ?</confirmPrompt>
        <actionList>
            <sageCommand command="Disable Full Screen"/>
            <sageCommand command="Power Off"/>
            <extCommand arguments=" &quot;\\janedserver\d$\games\roms\snes\Gods.smc&quot; " command="\\janedserver\d$\games\zsnesw\zsnesw.exe" waitforexit="1" window="normal"/>
            <sageCommand command="Power On"/>
            <sageCommand command="Restore Full Screen"/>
        </actionList>
    </actionMenuItem>
</sageMenu>
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #2  
Old 09-16-2009, 12:20 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
The last version nielm did had support for the Sage themes directory and containing the icons within the theme directory. For SageMC I think you actually need to browse to the path to get it to work because SageMC themes are in a different directory from the default.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #3  
Old 09-16-2009, 12:29 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Gerry,

It appears you are correct if I copy the images over to the theme's menuIcons folder and do not include a path in my image locations it works.


BTW you have a great memory.

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.4">
    <actionMenuItem icon="Gods.jpg" title="Gods">
        <confirmPrompt>Play - Gods ?</confirmPrompt>
        <actionList>
            <sageCommand command="Disable Full Screen"/>
            <sageCommand command="Power Off"/>
            <extCommand arguments=" &quot;\\janedserver\d$\games\roms\snes\Gods.smc&quot; " command="\\janedserver\d$\games\zsnesw\zsnesw.exe" waitforexit="1" window="normal"/>
            <sageCommand command="Power On"/>
            <sageCommand command="Restore Full Screen"/>
        </actionList>
    </actionMenuItem>
</sageMenu>
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 09-16-2009 at 12:32 PM.
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
Custom Main Menu Icons for SageMC Brent SageMC Custom Interface 3 01-26-2008 09:04 PM
Problem with Dynamic Menu in SageMC nox71 SageMC Custom Interface 10 04-30-2007 04:14 PM
Serious problem with Options menu in SageMC 6.7 Franc SageMC Custom Interface 14 02-10-2007 10:22 AM
Dynamic Menu Icons Polypro SageTV Customizations 2 05-22-2006 12:52 PM


All times are GMT -6. The time now is 03:06 AM.


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