On 19 July 2017 at 23:58, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Or you can just reuse an inspector:

Great! This is exactly what I was looking for.

Seems like the basic misunderstanding in my example is that there is no browser in there anywhere. The GLMCompositePresentation looks superficially like a pristine Inspector but it's not one: it doesn't have the concept of a selection, it doesn't create million columns, etc. That functionality is all added in the GTInspector subclass (and related places.)

Right?

If you want to enable refresh in the inspector use GTInspector class>>enableStepRefresh. Then you need to configure your extension using #wantsAutomaticRefresh:. For the moment this will just work for #fastTable and #fastList presentations. I can tell you what you need to add to Glamour if you are using other presentations.

Thanks for these tips. It's text that I want to update. I'll experiment a bit and shout if I get stuck.