Tag/tag.png

Candidate for Deletion
This article may not be appropriate for this wiki, and may be deleted. More info...

This project appears to be dead since 2009.

Gladex - Code Generator for Glade

Gladex is a program written in Python that takes a Glade XML file and generates code. see Gladex for further details.

Installation

There are currently no Ubuntu packages available. However, a Ubuntu package is scheduled to be released in September 2007. Until then, to use Gladex you will have to download the appropriate tar archive from https://launchpad.net/gladex/+download, unarchive it and run the execute the appropriate file directly. Gladex is written in Python, so you will not need to compile anything.

Download releases

To download releases go to https://launchpad.net/gladex/+download and download the highest 0.2 stable release (Python only) or the highest 0.3 development release.

Download development code

Gladex development is hosted in a bzr repository at https://launchpad.net/. You can find the main development branch "trunk" and any other branches at https://code.launchpad.net/gladex/. Click on any of the branch names for download instructions for that branch.

To download the latest code type at the command line:

bzr co http://bazaar.launchpad.net/~gladex/gladex/trunk

Using Gladex

The 0.2 release is not nearly as advanced as the 0.3 development series. Series 0.2 only supports the Python programming language while 0.3 supports Python and Perl. 0.3 will also have Ruby support, but it does not work as of 2007-08-18.

The two series are different enough such that two tutorials are warranted. When following either of the two proceeding tutorials you should backup your .glade file just in case a bug in Gladex eats it.

Series 0.2

After starting Gladex you will see the application window below.

Gladex-0.2.png

Select a Glade file by clicking on the "Open" button. A file selection dialog will appear and display only directories and files ending in ".glade". After you have selected your .glade file the empty fields will be filled with information as shown in the example below. You can edit any of these fields if the defaults are not ideal.

Gladex-0.2-select_glade-file.png

Once all the fields are to you liking, click "Convert". In our example clicking "Convert" produces three files in the same directory as your .glade file resides:

  • example.py - This is the main file you would execute to run your program.
  • example.pyc - This is simply example.py compiled into byte code.
  • examples_callbacks.py - This is the file where all the callback functions reside. Edit this file as necessary.

Further Reading

Gladex - Description of Gladex and what it does.

https://launchpad.net/gladex/ - The Gladex Development site on Launchpad.net


CategoryProgramming

GladexHowto (last edited 2017-09-06 17:49:53 by ckimes)