Hi again Andrei,
I noticed something very curious with this example:
browser := GTInspector new
noTitle;
noActions;
showFirst: [ :composite |
composite text
title: 'Script editor';
act: [ :aPresentation | aPresentation selection: 'result' ]
iconName: #glamorousGo
on: $G
entitled: 'Run' ];
yourself.
browser openOn: 'initial script'
If add add one more line:
browser
and then "Do it and go" then the action button does not work anymore. Is
this some side-effect where the GTInspector instance behaves differently
when it is being inspected by another GTInspector?