wxpython
Problem importing wx with PyDev - undefined variable import
I am getting errors like Undefined variable from import: BOLD while I do: import wx print(wx.BOLD) I looked at wx module initialization and it does something like[详细]
2023-04-07 06:25 分类:问答As a user, I want a status bar (or similar) to notify me that a job is working when using a Wx.Python gui app
Can someone recommend a straight f开发者_运维知识库orward way of adding some type of graphical notification (status bar, spinning clocks, etc...) to my wx.Python gui application? Currently, it searche[详细]
2023-04-06 20:29 分类:问答bad screen distance
I\'m trying to obtain an figure object (using matplotlib), inside a wxpython application. I don\'t need to plot (or see) the figure, because I would want only to save it in a png file.[详细]
2023-04-05 21:53 分类:问答wx.SYS_COLOUR_WINDOW - Where do these system colours get set?
I\'m looking at the source code for a wxpython application (I\'m new to wx), and wanted to make a few changes to the colors used by the application - windows, tabs, etc.[详细]
2023-04-05 18:49 分类:问答wxpython AUI panels dockable but not floatable
I\'m having some undesired behavior with movable panels in wxpython. I\'m using the wxpython Cocoa build 2.9.2.3 for Python 2.7 on Mac OS X 10.6.7. I\'m importing wx.aui and trying to create dockable[详细]
2023-04-05 18:20 分类:问答building gui using wxpython
I added an image into a panel in my gui . I want this image to be fitted in the panel,where i wanna make its length as same as the panel legth .. How can i do this please ?[详细]
2023-04-05 11:20 分类:问答How to update the UI of the sub Panel from a parent Frame in wxPython
I have a main frame (wx.Frame) containing a menu bar and a panel (wx.Panel). T开发者_高级运维he panel contains the main UI of the frame. I would like to update the UI of the panel when clicking a menu[详细]
2023-04-05 06:37 分类:问答WxWidget/WxPython; 3 column resizable layout
I\'m trying to figure out how i can have a 3 column layout where the (smaller) left and right columns are resizable with a drag开发者_C百科gable separator on each side of the center/main area. I\'ve t[详细]
2023-04-04 12:21 分类:问答Problem with ToasterBox, can you join() a timer or force a thread to wait on a timer to finish in python
Basically I am using toasterbox and I want code to run, lets say every 30 seconds. Well every 30 seconds the toasterbox should pop up. The code looks like this[详细]
2023-04-04 10:29 分类:问答How do I safely destroy a dialog window of a wxPython application?
I created a wxPython application which shows some messages on a dialog window. The dialog window is needed to be force-destroyed by the application before I click the dialog OK button. I used wx.lib.d[详细]
2023-04-04 03:14 分类:问答