Forum: Posting Games Feb 13th, 2008 |
| Replies: 2,171 Views: 139,535 |
Forum: Posting Games Feb 13th, 2008 |
| Replies: 2,171 Views: 139,535 |
Forum: Python Nov 11th, 2007 |
| Replies: 2 Views: 1,424 Well, I worked out a way of changing the media backend - for example, if the file opened is a Quicktime file and the current backend isn't Quicktime, it destroys the media control and then creates it... |
Forum: Python Nov 6th, 2007 |
| Replies: 2 Views: 1,424 I'm having problems getting the MediaCtrl to display at a reasonable size with large videos. When I make it play one it instantly resizes itself to the size of the original video no matter what I set... |
Forum: Python Nov 3rd, 2007 |
| Replies: 3 Views: 1,195 Here's an example in which the user types in text which is then saved to a file:
## The save function
def SaveText(text):
filepath = "Your filepath eg. C:\\Random files\\New text.txt"
# Open... |
Forum: Python Oct 18th, 2007 |
| Replies: 3 Views: 603 If they don't have Python installed, you'll need to compile it first using something like PyBuilder (http://pybuilder.sourceforge.net/index.html).
Then just use 7Zip or something similar to zip the... |
Forum: Python Oct 16th, 2007 |
| Replies: 0 Views: 1,144 I'm having problems with storing a wxDateTime object from a wxDatePickerCtrl in a file and then reading it again when the program starts (so I can set the date picker's value to what it was the last... |