On 10/29/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to develop a standalone-widget for the first time, and I'm > having some difficulties. > > Embedding my new widget automatically within the toolbox widget browser > works fine. However, 2 things annoy me: > > - there is no automatic cherrypy-restart when altering my widget's > code. So I have to restart often. > I don't undestand why you need this widget browser is supposed to be a demo of all the widgets for other people.
> - I always have to load the whole widget list, even though I'm only > interested in _one_ widget > what will be the point of using the widget browser if you only want one widget? > So is there a way to restrict the display of the widgets to just one (or > maybe several, though I'm not to keen about that) > > And can the cherrypy reloading-support be configured for widget testing > as well? > why don't you just make a kid file that will have only one line to call widget.display() ? > Thanks, > > Diez > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

