Addon Menus

Hello guys,

it is so frustrating…
I have written an addon, which can take all Movie informations out of a file to display it on the screen. But i can’t find any method to display a menu, where i can add buttons, textareas and so on.

I have seen some things in the docs like:
https://codedocs.xyz/xbmc/xbmc/group__py…ialog.html
https://codedocs.xyz/xbmc/xbmc/group__py…utton.html

So i can get a window and a button on it. But how can i get to the window, from listitem()? And how i can get the button push event?
Is there a wiki page i’ve overseen?