Hi Fabrizio,
Try "MooseFinder new first noTitle" instead of "MooseFinder new".
Cheers,
Andrei
On Tue, Nov 13, 2012 at 9:47 PM, Fabrizio Perin <fabrizio.perin(a)gmail.com>wrote;wrote:
Hi Doru,
the method that doesn't work is this: (I already adapted the method
following the suggestion of Andrei)
mooseFinderOnSelectedElement
"self new mooseFinderOnSelectedElement openOn: (1 to: 100)"
<glmBrowser: 'Open MooseFinder On Selected Element' input: '(1 to:
100)'>
| browser |
browser := GLMTabulator new.
browser
column: #functions;
column: #finder.
browser transmit
to: #functions;
andShow: [ :a |
a list
title: 'Functions';
display: [ :each | each ] ].
browser transmit
to: #finder;
from: #functions port: #selection;
andShow: [ :a | a custom: MooseFinder new ].
^browser
Cheers,
Fabrizio
2012/11/13 Tudor Girba <tudor(a)tudorgirba.com>om>:
Hi Fabrizio,
Could you pass the example around?
Cheers,
Doru
On 13 Nov 2012, at 19:58, Fabrizio Perin <fabrizio.perin(a)gmail.com>
wrote:
Hi Andrei,
that kind of work in the sense that the browser actually open but I
get a SubscriptOutOfBound:1 error message. I think the problem is that
I should pass to the MooseFinder the element in the selection port.
Any suggestion?
Cheers,
Fabrizio
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Not knowing how to do something is not an argument for how it cannot be
done."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev