Focus inheritance?
Suppose I have a bunch of controls of various types, some focusable and some not, all adjacent (no gaps). Underneath them all is an invisible button (which is obviously focusable). If I move the mouse...
View ArticleAnyone get font includes to work in Kodi 18?
Kodi 18 includes the ability to use includes in font.xml. http://forum.kodi.tv/showthread.php?tid=...pid2578641 I've been trying to get it to work, but haven't been successful so far. The include...
View ArticleHave pvr paths changed in Kodi 18?
I was using the following path for a widget in Kodi 17 and it worked fine. It isn't displaying anything in Kodi 18 though. Any ideas? Code: pvr://channels/tv/*?view=lastplayed Just checked Estuary's...
View ArticleMultiple actions for keymap?
Keymap question... Is it possible to have multiple actions when a key is hit? - such as Dialog.Close(VideoOSD); ActivateWindow(TVGuide) Alternatively, is it possible for a key to send a press to a...
View ArticleKey mapping puzzler
Here's a keymap puzzler. The following does not seem to work: Code: <VideoOSD> Â Â Â Â <keyboard> Â Â Â Â Â Â <next_track>PlayerControl(SmallSkipForward)</next_track>...
View ArticleScroll epg grid in skin?
Is there any way to scroll an EPGGrid from inside a skin? (e.g. using a button <onclick>) I've tried sending messages to it like you can with lists, etc. but none of them work.
View ArticleMaking slider update more frequently?
In the VideoOSD slider from estuary: Code: <control type="slider"> Â Â Â Â Â Â Â Â Â Â Â Â Â Â ... stuff ... Â Â Â Â <info>Player.Progress</info> Â Â Â Â <action>seek</action> </control>...
View ArticleGrouplist with button - focus issue
Hi, what I'm doing wrong? I have custom skin layout: Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <window type="window"> Â Â <controls> Â Â Â Â <control type="grouplist"...
View ArticleModify right-click menus?
Is it possible to modify the right-click menus, such as - when you right-click a program in the EPG - when you right-click a recording widget in live TV? They don't seem to be defined in any XML files...
View Articleproblem with custom window and screensaver
I am using a custom window for my now playing overlays. There's an issue with one particular screensaver (that I am aware of), which is the Aerial screensaver. It uses videoclips, and that seems to be...
View ArticleReguarding Text colors
I have looked at XML files for text color changes, I know it's there but I am unable to find it , this is a screen shot of what I'd like to change http://prntscr.com/fah85i I want the text color to be...
View ArticleContext menu dialog
Which xml implements the menu shown with remote menu button/M key? Is it the DialogContextMenu.xml?
View ArticleMigrating an addon from Kodi 16 - 17 (Confluence -> Estuary)
I originally posted in addon development but it was suggested that it may be more relevant here. I have a script addon that functions perfectly under Kodi 15 and 16. It uses WindowXMLDialog to create...
View Article2 lists in one View
Hello, is it possible to have 2 list in one view? I try to build an album view and will implement the songs of the album on focus on the right. By going right you can select the song. Is it possible?
View ArticleExecuting action from another window
Is this possible to run for a button an onclick action that affects another dialog, something like. Window(movies).Container(55).SetNextView? To put things in context - I wonder whether I can put menu...
View ArticleActions on playing video
What happens when I play (fullscreen) a video, fe by pressing OK on movie name in MyVideoNav (I am looking at Estuary)? I imagine it goes like this: - Kodi plays video full screen - Now I press OK on...
View ArticleKrypton - not working for fadelabel control
Working with label, fadelabel nothing doing
View ArticleRetroPlayer UI Design | UI/UX Disussion | Help Needed
Introduction Bit of an introduction: I'm the Google Summer of Code student that will be developing shader support for RetroPlayer this summer, along with garbear which will mostly be doing the GUI work...
View ArticleUnhide a menu when an USB stick is inserted
Hello. I want to hide/display an item from the main menu depending when an USB stick is inserted or not. There is a boolean for DVD : System.HasMediaDVD But not for removable device. Is it possible ?...
View ArticleTime format question
Hi, I search string to define if hh:mms xx / h:mms xx is selected or not in Kodi settings to show or not a texture. I have find this in settings.xml, but no idea how to use this with...
View Article