ikarlmarx

Results 9 comments of ikarlmarx

> Thank you. I will try. But when I run it through Visual Studio Code, it works well and everything is good. Is there something special in Visual Studio Code?

Return the identifier ID of the window? Just like what Tkinter.ttk.Frame.winfo_id() return. I am using python-vlc to make a media player. The videos need to be displayer in a wxWindow...

I tried wx.media.MediaCtrl, and got an error: NotImplementedError. I googled it, and there is no answer for it. What should I do? Thank you.

I tested it. VS Code runs python on X11. But python-vlc works well on Wayland with tkinter, and Tkinter.ttk.Frame.winfo_id() return the window id. python-vlc need the window_id to render it.

I have the same problem when I run GetHandle() in ubuntu 21.10. But when I run it in Visual Studio Code, it works well. Still not fixed?