2 lists in one View
#53
Quote:Last item is the left list, specifically when it's made up of playlists, is still clickable. Angelinas offered a suggestion to deactivate the onclick on the left list (only) but it didn't take. It's not the end of the world but would be great to fix as well.

What did you try for the onclick? If you used <onclick></onclick> maybe try a noop between the two tags. If that does not work, you might be out of luck on this one. While quite often you can override certain gui element behaviour with skin code, sometimes Internal Kodi code will hardcode a particular gui elements behaviour. And thus will ignore anything that you might code for a code block. It can be a PITA if it stops you from doing something you want, but I can also understand why the devs might think this is a bad idea in some cases. This tends to be the case for tags with pre=assigned id numbers and the usual trick we use is to use a duplicate of the code block with a non assigned id number and hide the orginal code block with a visible tag. Then you pull labels or the state of the button from the original and assign the same to your duplicate. Doing this for a list is a lot more involved than using the trick with a button for example.

Wyrm
Reply


Messages In This Thread
2 lists in one View - by tjost - 2017-05-24, 21:27
RE: 2 lists in one View - by Jeroen - 2017-05-25, 21:25
RE: 2 lists in one View - by jurialmunkey - 2017-05-27, 04:51
RE: 2 lists in one View - by Jeroen - 2017-05-27, 08:43
RE: 2 lists in one View - by Guilouz - 2017-05-28, 03:40
RE: 2 lists in one View - by manfeed - 2017-06-05, 20:22
RE: 2 lists in one View - by tjost - 2017-05-26, 21:18
RE: 2 lists in one View - by Guilouz - 2017-05-27, 00:20
RE: 2 lists in one View - by tjost - 2017-05-28, 10:35
RE: 2 lists in one View - by Guilouz - 2017-05-28, 14:13
RE: 2 lists in one View - by tjost - 2017-05-28, 22:09
RE: 2 lists in one View - by Guilouz - 2017-05-28, 22:53
RE: 2 lists in one View - by jurialmunkey - 2017-05-29, 09:45
RE: 2 lists in one View - by tjost - 2017-05-29, 08:23
RE: 2 lists in one View - by tjost - 2017-05-29, 16:29
RE: 2 lists in one View - by braz - 2017-05-29, 18:05
RE: 2 lists in one View - by tjost - 2017-05-29, 19:56
RE: 2 lists in one View - by braz - 2017-05-29, 20:05
RE: 2 lists in one View - by tjost - 2017-05-29, 21:02
RE: 2 lists in one View - by Guilouz - 2017-05-30, 00:36
RE: 2 lists in one View - by Hitcher - 2017-05-30, 07:37
RE: 2 lists in one View - by Guilouz - 2017-05-30, 12:51
RE: 2 lists in one View - by DaveBlake - 2017-05-30, 13:32
RE: 2 lists in one View - by Guilouz - 2017-05-30, 13:48
RE: 2 lists in one View - by braz - 2017-05-31, 04:35
RE: 2 lists in one View - by braz - 2017-05-30, 16:08
RE: 2 lists in one View - by jurialmunkey - 2017-05-31, 07:18
RE: 2 lists in one View - by braz - 2017-05-31, 07:25
RE: 2 lists in one View - by jurialmunkey - 2017-05-31, 07:33
RE: 2 lists in one View - by tjost - 2017-06-03, 21:39
RE: 2 lists in one View - by Angelinas - 2017-06-04, 00:26
RE: 2 lists in one View - by Angelinas - 2017-06-05, 20:49
RE: 2 lists in one View - by manfeed - 2017-06-05, 23:40
RE: 2 lists in one View - by manfeed - 2017-06-06, 09:50
RE: 2 lists in one View - by jurialmunkey - 2017-06-06, 10:28
RE: 2 lists in one View - by Angelinas - 2017-06-06, 14:22
RE: 2 lists in one View - by jjd-uk - 2017-06-06, 15:49
RE: 2 lists in one View - by DaveBlake - 2017-06-07, 15:34
RE: 2 lists in one View - by docwra - 2017-11-21, 12:57
RE: 2 lists in one View - by jurialmunkey - 2017-11-21, 21:08
RE: 2 lists in one View - by docwra - 2017-11-21, 23:24
RE: 2 lists in one View - by docwra - 2017-12-13, 11:46
RE: 2 lists in one View - by User 55003 - 2017-12-26, 13:36
RE: 2 lists in one View - by User 55003 - 2017-12-26, 14:22
RE: 2 lists in one View - by User 55003 - 2017-12-26, 14:23
RE: 2 lists in one View - by manfeed - 2018-03-22, 00:28
RE: 2 lists in one View - by tjost - 2018-03-23, 13:20
RE: 2 lists in one View - by Angelinas - 2018-03-23, 16:14
RE: 2 lists in one View - by manfeed - 2018-03-23, 16:40
RE: 2 lists in one View - by K0D1User1138 - 2018-05-25, 22:57
RE: 2 lists in one View - by K0D1User1138 - 2018-06-19, 01:01
RE: 2 lists in one View - by K0D1User1138 - 2018-06-24, 05:48
RE: 2 lists in one View - by wyrm - 2018-06-24, 14:52
RE: 2 lists in one View - by K0D1User1138 - 2018-06-24, 15:44
RE: 2 lists in one View - by wyrm - 2018-06-25, 03:28
RE: 2 lists in one View - by K0D1User1138 - 2018-06-25, 04:18
RE: 2 lists in one View - by wyrm - 2018-06-25, 08:15
RE: 2 lists in one View - by K0D1User1138 - 2018-06-25, 09:40
RE: 2 lists in one View - by nessus - 2018-06-26, 19:38
RE: 2 lists in one View - by K0D1User1138 - 2018-06-28, 11:11
RE: 2 lists in one View - by tjost - 2018-06-26, 15:10
RE: 2 lists in one View - by K0D1User1138 - 2018-06-29, 07:50
RE: 2 lists in one View - by K0D1User1138 - 2018-06-29, 21:23
Logout Mark Read Team Forum Stats Members Help
2 lists in one View1