I have a Panel with several images on it, each of which is bound to the same event handler. How can I determine which image is being clicked from the event handler? I tried using Event.GetEventObject(
So I need to be able to open several images in a grid layout and c开发者_如何学运维lick on the images to perform various actions. Right now I am adding the images to a grid sizer. How do I capture mou
I have a WxPython app that, among other things, has a integrated file-browser. I want to be able to create a system-default file context menu (e.g. what you get if you right-click on a file in window
I wanna setup a global hotkey in python 2.6 that listens to the key开发者_Python百科board shortcut ctrl + D or ctrl+ alt+ D on windows, please help meTim Golden\'s python/win32 site is a useful resour
I am new to this post as well as to python GUI programming.I want to make a realtime graphical GUI in wxpython.My requirement is that i have to catch signals from a device and i have to display the da
I was wonder开发者_如何学JAVAing how to hide/delete a StaticText in wxPython?Have you tried control.Hide() or control.Show(False)?The widget\'s Hide/Show methods should work. If the widget is in a siz
i was wondering how to update a StaticText dynamically in wxpython? I have a script that goes every five minutes and reads a status from a webpage, then prints using wxpython the status in a static in
This is a continuation from this question: wxPython: Can a wx.PyControl contain a wx.Sizer? The main topic here is using a wx.Sizer inside a wx.PyControl. I had problems Fit()ting my CustomWidget aro
What are the usable 开发者_如何学Pythontools? I am aware of wxformbuilder and wxGlade, but none of them seems to be complete yet.Here are a few of the most popular wxPython related GUI builders:
I am tr开发者_如何学Cying to put together a UDP server with a wxPython GUI. Here is a link to the code: