Hi,
I'm making a List that I'll need to have a higher degree of control of it. My immediate problem is capturing/firing an event on list item "hover". I found this thread that says this can be accomplished with "onAction" callback, for windows created with python.
I started creating my list in python, but I can't figure out how to reproduce the Container item layouts (<focusedlayout> and <itemlayout>) behavior. I can modify the ListItem icons/label, but I can't actually customize the layout controls (showing also a label with the item's rating for example). The item layout is always [icon - label].
I've been browsing the docs but no luck. Any advice?
I'm making a List that I'll need to have a higher degree of control of it. My immediate problem is capturing/firing an event on list item "hover". I found this thread that says this can be accomplished with "onAction" callback, for windows created with python.
I started creating my list in python, but I can't figure out how to reproduce the Container item layouts (<focusedlayout> and <itemlayout>) behavior. I can modify the ListItem icons/label, but I can't actually customize the layout controls (showing also a label with the item's rating for example). The item layout is always [icon - label].
I've been browsing the docs but no luck. Any advice?