> > 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 ... >
This is related to my previous question about dynamic spec, if it's possible to define the layout of a widget on the object side. > > > > > *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 :) Right now our use case are post mortem contexts (that do not have a process attached). In there case only few actions make sense. The current debugger sets the toolbar at the creation of the debugger. If the context turns post mortem during debugging the actions should also change. Now the question would be if this is actually possible?
