I have been working on this project for some time now - it was originally supposed to be a test to see if, using wxPython, I could build a button \'from scratch.\' From scratch means: that i would hav
in my application i am having a panel with associated a wxWindowDC and wxMemoryDC. i have to draw the various thing on that panel like bg color, on top of bg color bg image and on the top bg image i h
I\'m using wxPython 2.8 and i\'m trying to add scrollbar capabilities on the right side of a wx.Frame. This \"right side\" is a sizer; i have tried to use wx.ScrolledWindow but it seems to work only o
I am trying to create a pure-Python application bundle for a wxPython app. I created the .app directory with the files described in Apple docs, with an Info.plist file etc. The only difference between
I\'m making a toolbar using wxpython and I want to put the Quit button on the right side of it, I don\'t want to put them sequencial开发者_StackOverflow社区ly.
Can somebody help me? please i really need to parse at least google. i need to parse url page. i\'ve ma开发者_高级运维de a web browser and this web browser doesn\'t parse pages. It\'s made in wxpytho
I have an app I was working on to learn more about wxPython( I have been primarily been a scripter ). I forgot about it now I am opening it back up. It\'s a screen scraper, and I have it working almos
I want to make a checklist with a accordion style i开发者_如何学JAVAn a wxPython widget. I know about checklistbox, but I couldn\'t find anything in the official docs concerning it. Has anyone done th
I\'m trying to implement a shuttle control in wxPython but there doesn\'t seem to be one. I\'ve decided to use two listbox controls. The shuttle control looks like this:
Could someone show me how I could return a value from a wxPython Frame? When the use clicks close, I popup a message dialog asking him a question. I would like to ret开发者_如何学编程urn the return co