WindowsXML: Online Manual Differs From ButtonTranslator.CPP - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: WindowsXML: Online Manual Differs From ButtonTranslator.CPP (/showthread.php?tid=24419) |
WindowsXML: Online Manual Differs From ButtonTranslator.CPP - kzr1y2 - 2007-01-22 Hi spiff, SourceForge log indicates you may have been the last person to 'touch' the ButtonTranslator.CPP file. Currently, the WindowsXML in the online manual differs somewhat from what's in the file. http://www.xboxmediacenter.com/wiki/index.php?title=Window_IDs Online Manual - Missing from ButtonTranslator.cpp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ myvideogenres - WINDOW_VIDEO_GENRE - 10021 - 21 - MyVideoGenre.xml myvideoactors - WINDOW_VIDEO_ACTOR - 10022 - 22 - MyVideoActors.xml myvideoyears - WINDOW_VIDEO_YEAR - 10023 - 23 - MyVideoYear.xml myvideotitles - WINDOW_VIDEO_TITLE - 10025 - 25 - MyVideoTitle.xml LoginScreen - WINDOW_LOGINSCREEN - 10029 - 29 - LogonScreen.xml File Browser - - - 126 - FileBrowser.xml startwindow - - - - shortcut to the current startwindow ButtonTranslator.cpp - Missing from Online Manual ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ myvideolibrary - WINDOW_VIDEO_NAV trainersettings - WINDOW_DIALOG_TRAINER_SETTINGS networksetup - WINDOW_DIALOG_NETWORK_SETUP mediasource - WINDOW_DIALOG_MEDIA_SOURCE videomenu - WINDOW_VIDEO_MENU filebrowser - WINDOW_DIALOG_FILE_BROWSER musicoverlay - WINDOW_MUSIC_OVERLAY videooverlay - WINDOW_VIDEO_OVERLAY I can edit the manual to remove old entries and add the new ones if you like; simply need to know where to find the missing column info. Cheers, KZ - jmarshall - 2007-01-23 The other info is in Key.h. Please update the manual accordingly. Thanks very much. - kzr1y2 - 2007-01-23 Thanks Jonathan, Should I remove: LoginScreen - WINDOW_LOGINSCREEN - 10029 - 29 - LogonScreen.xml File Browser - - - 126 - FileBrowser.xml startwindow - - - - shortcut to the current startwindow Cheers, KZ - kzr1y2 - 2007-01-23 Hi Jonathan, Another quick question; where do I find (or how do I calculate) the 'DELTA WINDOW ID' ? Need the DELTA WINDOW ID's for: WINDOW_DIALOG_TRAINER_SETTINGS WINDOW_DIALOG_NETWORK_SETUP WINDOW_DIALOG_MEDIA_SOURCE WINDOW_MUSIC_OVERLAY WINDOW_VIDEO_OVERLAY Cheers, KZ - jmarshall - 2007-01-23 you don't need them, but just subtract 10000 from them. - kzr1y2 - 2007-01-23 Ok ... so the only ones I haven't added (missing some info) are: videooverlay - WINDOW_VIDEO_OVERLAY - 12904 - 2904 - .xml - - - - Pointer.xml Removed the ones 'Jezz_X' specified. Cheers, KZ - kzr1y2 - 2007-01-23 Doh ... Those were supposed to be Question Marks. KZ - jmarshall - 2007-01-23 1. VideoOverlay.xml 2. It's not applicable to the pointer. |