PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: tobydeh on March 18, 2008, 05:33:30



Title: EmployeeAdmin - A PureMVC Python / wxPython Demo
Post by: tobydeh on March 18, 2008, 05:33:30
hi Guys,

I have completed the Employee admin demo, The UI stuff is a bit slap dash and needs some tidying.

Toby.


Title: Re: EmployeeAdmin Demo
Post by: Joel Hooks on March 18, 2008, 07:05:43
Here's an XP screen just for grins.


Title: Re: EmployeeAdmin Demo
Post by: tobydeh on March 18, 2008, 07:27:01
Thanks Joel, I hadn't tested on windows.


Title: Re: EmployeeAdmin Demo
Post by: puremvc on March 18, 2008, 07:55:01
Hi Toby,

Is there any way to omit the Python and wxPyton from the demo and just have the developer install them separately? We don't bundle Flex with Flex demos...

-=Cliff>


Title: Re: EmployeeAdmin Demo
Post by: tobydeh on March 18, 2008, 08:09:21
Yeah sure, i will sort the proper downloads out when i have cleaned up the code.

Do you think providing just the source is ok? or should i make windows / mac executables?

Toby


Title: Re: EmployeeAdmin Demo
Post by: puremvc on March 18, 2008, 08:50:57
An executable would be nice. I provide a compiled package for AIR demos. It's not an executable, but people will want to play around with it and see how it works even if they only do that and inspect the code.

-=Cliff>


Title: Re: EmployeeAdmin Demo
Post by: tobydeh on March 18, 2008, 10:27:23
OK, i will provide executables for Mac and Windows that requite the user to install Python, PureMVC and wxPython.




Title: Re: EmployeeAdmin - A PureMVC Python / wxPython Demo
Post by: puremvc on March 22, 2008, 03:41:47
This demo illustrates techniques for performing routine maintenance operations in a PureMVC-based Python application using the wxPython toolkit.

The project has traditionally been located here: http://trac.puremvc.org/Demo_Python_wxPython_EmployeeAdmin
It has been moved here: https://github.com/PureMVC/puremvc-python-demo-wxpython-employeeadmin/wiki
The author is Toby de Havilland.