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@tudorgirba.com:
Hi Fabrizio,
Could you pass the example around?
Cheers, Doru
On 13 Nov 2012, at 19:58, Fabrizio Perin fabrizio.perin@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@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@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev