wxpython
Snapping to pixels in wxpython
I am creating a simple GUI to recor开发者_JAVA百科d points which are clicked on the image, using wxpython. However, i would like the click to be snapped to certain points on the image. Please suggest[详细]
2023-04-13 08:20 分类:问答parse HTML in python wxWidgets TextCtrl
Is it possible, or is there a library that will allow me to parse HTML code inside the 开发者_如何学运维wx.TextCtrl widget?Sure, just use myTextCtrl.GetValue(), then parse the string with something li[详细]
2023-04-13 02:01 分类:问答wxpython browse file (code needed)
Can anybody post up an easy code snippet for wxpython that allows the user to browse for a *.html fil开发者_Python百科e and have the python program take that .html file the user browsed to, and move i[详细]
2023-04-12 06:38 分类:问答3D/4D graphics with Python and wxPython?
In my day job as a PhD student, I do geological modeling. In my spare time (mainly for fun), I am learning Python and trying to write a simple program to view 3D geocellular models.[详细]
2023-04-11 19:42 分类:问答wxPython using wxTimer : my box doesn't move
I would like to animate a blue box inside a panel, using a wxTimer. But nothing happens I set up a custom panel class in which i draw the box[详细]
2023-04-11 15:17 分类:问答How to implement a thread in a wxPython GUI application
I\'m having trouble implementing a thread correctly to keep my application from locking up and experiencing weird behavior. The app is designed to log into a ubuntu based server or ubuntu embedded ser[详细]
2023-04-11 14:16 分类:问答How source object can receive feedback information of object at dropping moment (DataSource)?
I have one window - EditWindow ( object of class, which is inherit wx.Frame ), which contain Grid object (self.grid).[详细]
2023-04-11 08:46 分类:问答wxPython : EVT_BUTTON on a portion of a panel
Hello evryone :) I would like to capture click event in a blue box drawn inside a wx.Panel I already know how to reacts to button click :[详细]
2023-04-11 08:26 分类:问答wxPython and multiple inheritance
I know that Python, unlike Java, supports inheritance. But does a user class can inherits from several wxPython class without any problem ? (Do开发者_Python百科es the wxPython design allows this ?)[详细]
2023-04-11 01:05 分类:问答Radio buttons using wxpython
I\'m Building a gui using wxpython.. i have buttons and radiobuttons in it, and i wanna to do such tasks based on what the current values of the widgets in the gui .. the insert[详细]
2023-04-10 22:06 分类:问答