At this time two things block the toolbox app development:

1. object dispatch doesn't dispatch objects which is set through
setattr() method.

ex:

which works::

    info = Info()

which not work::

    setattr(self, info, Info() )

it will fail in display.


2. ToscaWidget integration
http://trac.turbogears.org/ticket/1426

Any quick instruction will be appreciated, widgets make me lazy to
coding plain forms :)

--
Fred


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to