Doru,
buildBrowser
browser := GLMFinder new.
browser show: [ :a |
a list
display: #children;
format: #title ].
browser title: 'Project Browser'
And then #title: looks like this:
title: anObject
title := anObject.
self changed: #title
Could you provide the code snippet you use for building the finder browser?
Cheers,
Doru
—
Daniel Lyons