How can I launch a custom dialog from a ListItem context menu?
#1
As the title states, how can I call a custom dialog from a ListItem context menu in my addon? What do I pass for the action argument of
Code:
ListItem.addContextMenuItems(...)
? And how do I dynamically (at runtime) populate this dialog? The Kodi docs are a bit confusing...
Reply
#2
(2024-05-26, 01:13)hookum Wrote: As the title states, how can I call a custom dialog from a ListItem context menu in my addon? What do I pass for the action argument of
Code:
ListItem.addContextMenuItems(...)
? And how do I dynamically (at runtime) populate this dialog? The Kodi docs are a bit confusing...

I always find an example works best.  See if this helps.  This probably needs moved to the addon developer forum.


Thanks,

Jeff
Running with the Mezzmo Kodi addon.  The easier way to share your media with multiple Kodi clients.
Service.autostop , Kodi Selective Cleaner and Mezzmo Kodi addon author.
Reply
#3
(2024-05-26, 01:45)jbinkley60 Wrote: This probably needs moved to the addon developer forum.
Whoops, clicked the wrong area. That's what I get for being in a hurry. Sorry about that.

Thank you for your assistance. The example you provided was very helpful. I will open a new thread in the addon developer forum for additional advice.
Reply

Logout Mark Read Team Forum Stats Members Help
How can I launch a custom dialog from a ListItem context menu?0