Problem with defaultcontrol
#1
I work on Black Glass Nova open souce code.
I put the lateral menu(vertical wraplist) in the pictures window(like in the picture), but i have a problem. If I want to select an item from menu i need to use <defaultcontrol always="true">300</defaultcontrol> in the file MyPics.xml but I can't select an item from the dialog above(in this case a picture), if I use <defaultcontrol always="true">50</defaultcontrol> in the file MyPics.xml i can select an item from the dialog but I can't select something from the menu. How can i resolve this problem?

If i install kodi on the tablet i can touche an item or scroll the menu but the problem appear when i use a remote app on a device and i try to use kodi.

If you want to give me some help and you don't understand what i'am saying I will give you more detail.

Image
Reply
#2
defaultcontrol is for setting which control has focus when loading a window. If you want to navigate from the list (50) to your control (300) and viceversa then you'll need to add on actions (onleft, onup, etc) to each to get to the other.

ie <onleft>300</onleft>
Reply
#3
thanks a lot Hitcher
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with defaultcontrol0