wxpython
Python/wxPython Black Box Glitch
Perhaps this is best asked on the wxPython mailing list, but I thought I\'d ask here first to see if it is a known issue (I couldn\'t find anything about it via google).[详细]
2023-03-21 06:40 分类:问答Controls are not clickable in my collapsible pane (wxPython)
I got a problem with my collapsible pane. The expand/collapse functionality works. But I can not click on my expanded buttons or textfields. The pane shows my content but it is not clickable.[详细]
2023-03-21 02:03 分类:问答Missing printers in wx.PrintDialog
We are finally migrating our old workstations with Xubuntu 9.04 to Xubuntu 10.04, and in the process we\'re testing our in-house wxPython[详细]
2023-03-21 01:59 分类:问答wxPython - refreshing / updating part of the GUI
I use a GridBagSizer with several cells containing a StaticTextCtrl. Some of these texts need to be changed depending on user behaviour. So I need to update the GUI when a change is made.[详细]
2023-03-20 17:55 分类:问答Improper rendering at axes border in Matplotlib
I want to render a rectangle within an axes in matplotlib.The axes is the unit square with the origin at the bottom left corner.For the case where the rectangle is the same size as the axes - I want t[详细]
2023-03-20 15:58 分类:问答Create a terminate-button like eclipse
Currently I program a GUI application with wxPython. Now I want create a STOP-Button which will stop the current python command/request/task.[详细]
2023-03-20 15:04 分类:问答How to get chars that are actually displayed in wx.TextCtrl?
I am trying to underline some specific words in single line wx.textctrl. I\'m doing it by calculating position of a word in the control using GetTextExtent and drawing lines using wx.ClintDC.[详细]
2023-03-20 08:34 分类:问答OK/CANCEL order in "custom" dialogs created with wxglade
I\'ve noticed that standard dialogs some CANCEL and OK buttons in different order under Windows and under Linux. Under Linux, you get "[CANCEL] [OK]", and under Windows, "[OK] [CANCEL]&[详细]
2023-03-20 02:27 分类:问答wxpython: Guess if EVT_LIST_ITEM_ACTIVATED was triggered by ENTER or by DOUBLECLICK
In the ListCtrl widget, when a wx.EVT_LI开发者_运维技巧ST_ITEM_ACTIVATED event is processed in a callback function...[详细]
2023-03-20 02:21 分类:问答wxpython's SetTransparent doesn't capture user input if set to an opacity of zero
I\'m trying to make a wxpython window (only a window in the sense that it\'s a window object).. that fills the entire screen and is completely invisible. I then want to allow the user to click and dra[详细]
2023-03-20 01:05 分类:问答