wxpython
How would I call (for eg.) a function to connect to a function to search using wxPython
Below are five functions of my program to connect to an Ubuntu server using Paramiko. I wrote a command line script in Python that handles this perfectly, but I\'m attempting to learn wxPython and I\'[详细]
2023-04-04 01:15 分类:问答Creating text buttons in wxPython
In my application I want to create buttons, minus the whole button part. Like clicking a URL, I guess, with some basic functionality like a subtle change in color or style upon hover/click.[详细]
2023-04-03 12:37 分类:问答wxPython System Tray Icon
I\'m trying to implement a icon in the system tray for my application however I have two problems. Firstly, although the icon I am using is a .png with a transparent background the icon has an ugly[详细]
2023-04-03 08:22 分类:问答How to place a combobox in wxgrid (python)?
I can\'t find any good information on how to place a combobox inside a cell in a wxgrid. I tried Google, but m开发者_开发问答aybe I\'m blind. Anyone have a simple sample to share?Take a look at GridCh[详细]
2023-04-03 07:39 分类:问答Why can't I use app.MainLoop() with iPython?
I\'d like a rectangle to appear every time the user clicks on the line. I\'ve gotten this to work procedurally like in this example: http://www.daniweb.com/software-development/python/code/216648 but[详细]
2023-04-03 03:04 分类:问答Is there a workaround to get GraphicsContext out of SVGFileDC
I am writing a small viewer of some scientific data using wxWidgets. As long as it is a graph, it is preferrable to use GraphicsContext which uses floating coordinates, not integer. Also, it would be[详细]
2023-04-02 12:12 分类:问答wxPython: Copying text from RichTextCtrl
I\'ve been trying to figure out how to copy rich text from a RichTextCtrl to the clipboard. I\'m able to copy the text just fine, but not the rich text information. For exam开发者_如何学编程ple, if I[详细]
2023-04-02 05:05 分类:问答Can you tell when i can see a good example of "drag and drop" a cell of wx.Grid?
Can you tell when i can see a good example of \"drag and drop\" a cell of wx.Grid. I have a two wx.Grid\'s. I want to m开发者_运维问答ove the content (or another data) from cell of first Grid to cell[详细]
2023-04-01 20:00 分类:问答How to create a Mac OS X app with Python?
I want to create a GUI application which should work on Windows and Mac. For this I\'ve chosen Python.[详细]
2023-04-01 07:28 分类:问答Embedding a python code to a GUI
I have created some Python code which is really complicated but it basically asks for an input and then outputs a huge DNA sequence depending on the input given, along with some graphs and many equati[详细]
2023-03-31 20:26 分类:问答