Looking to start learning Python?

Begin Here

wxPython Sizers Tutorial: Using a GridBagSizer

May 22, 2008 by Mike
In this tutorial, I will take my code from the GridSizer tutorial I wrote the other day and heavily modify it to display oddly shaped widgets in a GridBagSizer. The GridBagSizer is the most complex of the sizers. It subclasses the FlexGridSizer, so you can use all of it's parent's methods as well as those […]

wxPython: GridSizers and Fat TextCtrls

May 21, 2008 by Mike
In my last post, I wrote how to use a GridSizer to create a generic form. Unfortunately, the wx.TextCtrls all ended up looking fat. It seems that passing a wx.EXPAND flag to the GridSizer when adding the TextCtrl causes it to expand to fill the cell as well as resize when the window itself is […]

wxPython Sizers Tutorial: Using a GridSizer

May 19, 2008 by Mike
In my last post, I created a generic form in wxPython using only wx.BoxSizers for automatic sizing of my widgets. This time, I am adding on to my previous example using a wx.GridSizer to show the following: How to right-align the icon and the label How to vertically align the label with the text control […]

A wxPython Sizers Tutorial

May 18, 2008 by Mike
I volunteered to write some tutorials on common GUI layouts in wxPython. The following example came from Malcolm, one of the members of the wxPython user's group.

Create a Shortcut in Windows Using Winshell or PyWin32

May 16, 2008 by Mike
The past couple of days, I've needed a way to create a shortcut on a user's desktop during the login process. I had a way that worked for most shortcuts, but I just could not figure out how to do this one.

Mapping Drives on Windows

May 12, 2008 by Mike
One of the first scripts I had to help translate from Kixtart to Python was our map drives script. In it, we would map drives based on either which group the user was in and/or what a custom registry entry said. Here is a partial example of each of these categories in Kixtart: IF READVALUE("HKEY_LOCAL_MACHINE\SOFTWARE\MyOrg", […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary