chris wrote: > I am looking for some good learning material, especially for the > widgets. All the links on the turbogears site (through the docs) that > are currently not working so I am wonderig if there is any other good > examples out there.
>From my understanding the best way to figure out widgets at the moment is to look at the tests for them, which can be found here: http://trac.turbogears.org/turbogears/browser/trunk/turbogears/widgets/tests This comes from a forum post by way of the wiki on trac.turbogears.com That post can be found here: http://groups.google.com/group/turbogears/browse_thread/thread/11574421fe2b68f4/e9d890854d667d0a#e9d890854d667d0a Each test also happens to include an example of how widgets are used. That combined with the widget devcast[1] should give you everything you need. Unfortunately the exact implementation of widgets has been kind of up in the air, which makes documentation a little bit difficult. Also don't forget that python is usually very readable. Sometimes the best reference for how something works is to just go look at it. Beyond that you may be able to lift some code samples out of fasttrack[2], if it uses widgets. > > I thought that I read somewhere that there was a book that was > underway. I can't seem to find it anymore so am I getting mixed up > with something else or is there one that is soon to come out? > AFAIK it is still in the works. Kevin announced it on his blog, but little has been said since. I would imagine that with the rapid changes we are seeing even true first drafts of the book are going to wait for First Class to at least hit a feature freeze. Anyways, his post on the book can be found here: http://www.blueskyonmars.com/2005/12/19/turbogears-book-from-prentice-hall/ [1] http://www.turbogears.org/docs/devcasts.html [2] http://cleverdevil.org/fasttrack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

