On Jul 9, 2013, at 11:35 PM, Clara Allende <clari.allende@gmail.com> wrote:
Hi folks, while working on the new debugger, I've come up with some questions...
*is there any other implementation for dynamic widgets other that the current one?
I do not get your question ...
*right now the toolbar is a static widget, and I would like to have a dynamic one to filter out the actions that should not be available (which are a subset of the default ones). Would it make sense to regenerate the toolbar everytime the selection changes? Is there any other approach I should consider?
It may make sense to dynamically regenerate the toolbar (or at least remove only what needs to be removed, add only what needs to be added). Then you should also think in term of user experience. Having things changing may be disturbing and counter productive :) Ben
Thanks in advance! Cheers, Clari