• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10
Req J* feature request thread
#31
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
Reply
#32
Code:
Control.IsEnabled(3)
Reply
#33
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
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#34
(2015-08-29, 07:59)Hitcher Wrote:
Code:
Control.IsEnabled(3)
Of course! Thanks Hitcher, works great!
Reply
#35
As per the discussion here: http://forum.kodi.tv/showthread.php?tid=...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).
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#36
Would it be possible to use window(home) property's within item and focuseditem layouts?
Reply
#37
(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.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#38
Grouplists (or equivalent) inside a list control would be fantastic.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#39
(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.
Reply
#40
Multi image support inside containers would save a lot of code for me in the weather page.
Reply
#41
(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.
Reply
#42
(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?
Reply
#43
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.
Reply
#44
(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
Reply
#45
Looking into it.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10

Logout Mark Read Team Forum Stats Members Help
J* feature request thread1