This is a short, quick script I hacked up to read a
custom resource file and create a dialog based on that.
It's very thin, especially on widget specific items
(e.g. fonts, color). It's laking most widgets. Also,
it wouldn't take into acount something like tabs.
However, it does give a base people could expand upon.
contains example script and file it works from
Logged In: YES
user_id=711726
For a more robust version of this, look in the Vierstein
source for
http://sf.net/projects/vierstein/
The files you'll be interested in are
DlgParser.py #The main file that parses a *.res file
*.res files # for an example, MapEdit.res is the most involved
map.py # for the use of DlgParser and the MapEdit.res file,
including accessing variables setup in the res file
Hope this is of some use!