wxpython
Rounded corner border in wxPython
Is there any way to design a rounded corner TextCtrl widget? Actually I am new to wxPython and I am used to swing.[详细]
2023-03-19 22:53 分类:问答wxPython, capturing an output from subprocess in real-time
I\'m working on application in wxPython which is a GUI for a command line utility. In the GUI there is a text control which should display the outp开发者_运维知识库ut from the application. I\'m launch[详细]
2023-03-19 18:41 分类:问答wxPython: Nesting GridBagSizers not spanning?
I\'ve g0t a GridBagSizer (folderBagSizer)within an existing GridBagSizer (sizer)... now I am trying to populate the nested sizer (folderBagSizer) with some labels.They are showing up UNDER the sizers.[详细]
2023-03-19 18:03 分类:问答Weird error in wxPython, what should I do?
(python:6006): Gtk-CRITICAL **: IA__gtk_widget_set_parent: assertion `GTK_IS_WIDGET (parent)\' failed (python:6006): Gtk-CRITICAL **: IA__gtk_widget_get_d开发者_如何学编程irection: assertion `GTK_IS_[详细]
2023-03-19 15:16 分类:问答How to draw a transparent section within an opaque area
How would you go about cutting a transparent hole into the background of a wxpython window? Would I have to draw the non transparent area manually, leaving a hole, instead of being able to use a开发者[详细]
2023-03-19 15:00 分类:问答wxPython: Object has no attribute error
teaching myself Python and wxPython.Not sure what I am doing wrong here, could use some insight from folks much smarter than myself...[详细]
2023-03-19 06:42 分类:问答wxPython - problem with nested sizers, a panel and SetSizer / Fit
I am currently trying to get a grip on wxPython, and I stumbeled over nesting sizers, putting them on a panel and fit them.[详细]
2023-03-19 06:06 分类:问答How can I get a wxPython frame with FancyText and no border (wx.BORDER_NONE)?
I would like to build a wxPython window without borders (i.e., style = wx.BORDER_NONE) and use fancytext (wx.lib.fancytext) inside this window. Note that I am very new to wxPython and my question may[详细]
2023-03-19 04:35 分类:问答wxpython frame on top
how can i create a frame that is on top of all the other windows ? also i don\'t want the frame to be created as an on top window, i want the user to have a button that can be clicked so the frame bec[详细]
2023-03-19 04:24 分类:问答wxpython media.mediactrl.load question
ok so im using LoadFromURI to load an mp3 file, the script works fine on one of my laptops runni开发者_开发知识库ng win64 but when i use it on the other laptop win32 it takes a while to load the song[详细]
2023-03-18 22:55 分类:问答