On Fri, Oct 17, 2008 at 15:33, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > alex bodnaru schrieb: >> as time went on, toscawidgets found a misterious way to inject the >> resources itself, thus relieving effort from all the frameworks using >> it, tg among them. >> to avoid injection duplicate, tw lets the client framework think there >> are no resources (while developers might see the appropriate warning). >> even if tw would have removed the retrieve_* methods, tg wouldn't >> suffer, since it checks for their existence with getattr. > > There were still two problem with the current code: > > a) It didn't check for the existence of the retrieve_* methods for > widgets in 'tg.include_widgets'. you are right here. newer tw might discard the routines entirely and throw here.
> 5) Accessing the retrieve_* methods for tw widgets caused deprecation > warnings. that will turn the attention of adventurers like me to real problems ;) . thanks a lot, alex > > My new patch fixes these issues. > > > Chris > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

