2007年09月08日 星期六 15:43
The main improvement is: * add validate, you can see the example in test_validate.py I also add many comments in source code and examples, so if you like you can read them. Hope you enjoy it. And I think I'v finished all the goals that I design it originally. If you have good ideas and bugs report please send me an email. Download http://meide.googlecode.com/files/meide-0.0.3.zip What is meide ============= meide is a 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 is 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 developpint, so please keep touch with it, maybe you can find something very useful or helpful. How to use it ============ The step is easy: 1. Creatint a layout 2. Add widgets or sub-layout 3. Binding event 4. invoke the create method More details you can see the examples in tests directory. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ My Blog: http://www.donews.net/limodou
2007年09月08日 星期六 21:50
On 9/8/07, limodou <limodou在gmail.com> wrote: > The main improvement is: > > * add validate, you can see the example in test_validate.py > > I also add many comments in source code and examples, so if you like > you can read them. > > Hope you enjoy it. And I think I'v finished all the goals that I > design it originally. If you have good ideas and bugs report please > send me an email. > 发现一个小bug: meide.py line 1021 return datetime.date(date.Year, date.Mon, date.Day) 或许应改为 return datetime.date(date.Year, date.Month, date.Day) bug重现 test/test_validate.py Date 大于2007, 11, 11 时仍然不能通过较检.
Zeuux © 2025
京ICP备05028076号