[ANN]meide 0.0.4 released!
limodou
limodou at gmail.com
Sun Sep 16 20:59:57 PDT 2007
ChangeLog:
===========
* add immediately creation and event binding
* support value lazy calculate, so you can pass a callable object
except a real value to a ValueElement
* when invoke create function, meide will just if this win object
equals the last one, if not, then create a new underlying wx widget,
otherwise return the old one. So you can repeatly invoke create method
in different container window object
More details you can visit the project site http://code.google.com/p/meide/
download http://meide.googlecode.com/files/meide-0.0.4.zip
There are some testing examples in tests folder.
What is meide
=============
meide is an ui interface creation library. You can use it to create
wxPython based user interface. It can deal with several sizer class,
for example: BoxSizer, GridBagSizer, StaticBoxSizer, and it also
provide an easy way to create widgets, like: StaticText, TextCtrl,
CheckBox, etc. You know create ui interface manually is a hard work,
and that's why meide comes out.
What are the goals of meide
======================
1. Supports easily sizer creation
2. Supports easily widgets creation
3. Supports easily frame creation, like: Dialog, Panel, etc
4. Supports SetValue and GetValue to value-field
5. Supports event binding
6. Supports validate
7. Makes above as easy as I can
meide is still in heavy developping, so please pay attention to it,
maybe you can find something very useful or helpful.
Example Article:
=============
Example 1 - The simplest example [http://code.google.com/p/meide/wiki/ExAmple1]
Example 2 - How can meide simplify the code
[http://code.google.com/p/meide/wiki/ExAmple2]
--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou
More information about the wxpython-users
mailing list