Looking to start learning Python?

Begin Here

Tag: wxPython

wxPython 101: Creating a Splash Screen

September 11, 2018 by Mike
A common UI element that you used to see a lot of was the Splash Screen. A splash screen is just a dialog with a logo or art on it that sometimes includes a message about how far along the application has loaded. Some developers use splash screens as a way to tell the user […]

wxPython: Set Which Display the Frame is on

June 13, 2018 by Mike
The other day, I saw an interesting question in the wxPython IRC channel. They were asking if there was a way to set which display their application would appear on. Robin Dunn, the creator of wxPython, gave the questioner some pointers, but I decided to go ahead and write up a quick tutorial on the […]

How to Use wxPython Demo Code Outside the Demo

January 23, 2018 by Mike
Every now and then, someone will ask about how they can run the demo code from wxPython's demo outside of the demo. In other words, they wonder how you can extract the code from the demo and run it in your own. I think I wrote about this very topic quite some time ago on […]

wxPython Recipes Book Contest

January 11, 2018 by Mike
I recently had my self-published book, "wxPython Cookbook" picked up by Apress and republished as wxPython Recipes. Since they gave me a few complimentary paperback copies, I have decided to do a little contest. Rules Post a comment telling me why you would want a copy The most clever or heartfelt commenter will be chosen […]

wxPython Recipes Book Release

December 19, 2017 by Mike
I was contacted earlier this year by Apress about republishing my book, wxPython Cookbook, under their branding. I thought it might be fun to see what I could learn from a publisher so I went with them as I have enjoyed several of their books in the past. The biggest change to the book is […]

wxPython: Moving items in ObjectListView

November 16, 2017 by Mike
I was recently asked about how to implement drag-and-drop of items in a wx.ListCtrl or in ObjectListView. Unfortunately neither control has this built-in although I did find an article on the wxPython wiki that demonstrated one way to do drag-and-drop of the items in a ListCtrl. However I did think that implementing some buttons to […]
1 4 5 6 7 8 28
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary