Kodi Community Forum
Req J* feature request thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Req J* feature request thread (/showthread.php?tid=232402)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: J* feature request thread - braz - 2015-08-29

Is there a way to test if a container can be sorted? If not, it would be great to have a Container.CanSort boolean condition. I'm trying to use a custom sort button but haven't figured out how to disable it when sort isn't available. Thanks!

*either that or let us override the label for the sort button with id 3. Smile


RE: J* feature request thread - Hitcher - 2015-08-29

Code:
Control.IsEnabled(3)



RE: J* feature request thread - jurialmunkey - 2015-08-29

Would love to be able to do a Control.GetLabel (and other things like ListItems) between windows
e.g. be able to do this in Home.xml
Code:
$INFO[Window(DialogKaiToast.xml).Control.GetLabel(401)]

or alternatively, have the KaiToast and ExtendedProgressBar Labels also be set as info labels.

Really limiting some design choices currently that I want to implement in Eminence v2


RE: J* feature request thread - braz - 2015-08-29

(2015-08-29, 07:59)Hitcher Wrote:
Code:
Control.IsEnabled(3)
Of course! Thanks Hitcher, works great!


RE: J* feature request thread - jurialmunkey - 2015-09-14

As per the discussion here: http://forum.kodi.tv/showthread.php?tid=238540&pid=2103538#pid2103538

I would love to see some way to use BuiltIn commands to control media filtering.

Something like <onclick>Filter(genre)</onclick> that would open the genre filtering selection dialog. This would allow us to build some simple filtering options directly into MyVideoNav window content (e.g. buttons underneath content like in fTV).


RE: J* feature request thread - im85288 - 2015-09-18

Would it be possible to use window(home) property's within item and focuseditem layouts?


RE: J* feature request thread - jurialmunkey - 2015-09-22

(2015-09-18, 13:25)im85288 Wrote: Would it be possible to use window(home) property's within item and focuseditem layouts?

If you're trying to do what I think you are (use skin.helper or skin.info properties for sets / other info inside a list), then it would only work for the focused item anyway as the property would be set according to which item is focused.


RE: J* feature request thread - jurialmunkey - 2015-09-22

Grouplists (or equivalent) inside a list control would be fantastic.


RE: J* feature request thread - im85288 - 2015-09-22

(2015-09-22, 03:33)jurialmunkey Wrote:
(2015-09-18, 13:25)im85288 Wrote: Would it be possible to use window(home) property's within item and focuseditem layouts?

If you're trying to do what I think you are (use skin.helper or skin.info properties for sets / other info inside a list), then it would only work for the focused item anyway as the property would be set according to which item is focused.

Thanks, yes I was/am looking to do that...I would be happy for it to only show in the focuseitem layouts if that is possible.


RE: J* feature request thread - Gade - 2015-09-22

Multi image support inside containers would save a lot of code for me in the weather page.


RE: J* feature request thread - Sranshaft - 2015-09-22

(2015-09-22, 14:22)Gade Wrote: Multi image support inside containers would save a lot of code for me in the weather page.

Multi image used to work but was broken somewhere between Frodo and Gotham.


RE: J* feature request thread - Gade - 2015-09-22

(2015-09-22, 16:44)Sranshaft Wrote:
(2015-09-22, 14:22)Gade Wrote: Multi image support inside containers would save a lot of code for me in the weather page.

Multi image used to work but was broken somewhere between Frodo and Gotham.

I see. Inside containers?


RE: J* feature request thread - Hitcher - 2015-09-22

I used them for Alaska's home screen.

EDIT: they worked in Gotham but not Helix onwards.

EDIT2: My mistake it did break between Frodo and Gotham as Sranshaft said.


RE: J* feature request thread - Gade - 2015-09-22

(2015-09-22, 17:55)Hitcher Wrote: I used them for Alaska's home screen.

EDIT: they worked in Gotham but not Helix onwards.

Would save a lot of work getting them back Smile


RE: J* feature request thread - Hitcher - 2015-09-22

Looking into it.