XRCed: 1 Overview
XRCed is a simple program that I have used for a few years now. It is a great program if you want to make wxPython GUI’s for python, such as quick database applications. Why Use XRCed? Now you might ask … Continue reading
XRCed is a simple program that I have used for a few years now. It is a great program if you want to make wxPython GUI’s for python, such as quick database applications. Why Use XRCed? Now you might ask … Continue reading
If you are a newbie or beginner in all things relating to the internet this tutorial will show you how to make the Google search engine your home page. Google search engine is the quickest way to find information about … Continue reading
This is the final tutorial for the wxFormBuilder Gif Viewer. The final code will be provided.
In this tutorial you add code that will load the Gif file in the wx.animate.AnimationCtrl and then you can see the animation.
In this tutorial we add the wx.animate.AnimationCtrl so we can animate Gif images. Take note of the complexity of wx.BoxSizers to create a widget horizontal split.
Using wxFormBuilder we now add a listbox to list all the GIF images in a directory. You may notice the previous video tutorials were on my Fandangle Productions youtube channel. I have now created a new channel Python Bytes devoted … Continue reading
We are now getting closer to finishing the Gif Viewer using python, wxpython and wxFormBuilder. Now we add the code to populate the listbox with all Gif images found in a directory.
Our seventh tutorial goes through the frameFixCleaner.py code to cleans up the wxFormBuilder generated python code and adds a main loop so we can run the application. In this tutorial I rehash the code to get it just right and … Continue reading
The next tutorial in this wxFormBuilder series explains how to organise the layout of your application using wxPython sizers. We add a Static Box Sizer and a Directory Picker.
In the last tutorial you created a python script that would fix up some of the wxFormBuilder code. In this tutorial you will create a new frameFixCleaner.py script that cleans up unwanted code and adds a main loop so your … Continue reading