![]() |
|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
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=" "\\janedserver\d$\games\roms\snes\Gods.smc" " 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. |
#2
|
||||
|
||||
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. |
#3
|
|||
|
|||
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=" "\\janedserver\d$\games\roms\snes\Gods.smc" " 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. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
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 |