Hello,
I'm building a browser with gamour and I use a GLMTablePresentation. There is a thing I would like to do: I would like to set a specific name to my GLMTablePresentation colums according the output value send from another presentation of the browser. The first intuition I had was to specify the name of the column using a block:
GLMTablePresentation new column: [:input | input anyOne class asString].
but we can't do that. Is it possible to do it in another way?
I fixed it in the latest Glamour. See GLMBasicExamples>>simpleTable
Doru
Sent from my iPhone
On Apr 20, 2010, at 13:43, Cyrille Delaunay cy.delaunay@gmail.com wrote:
Hello,
I'm building a browser with gamour and I use a GLMTablePresentation. There is a thing I would like to do: I would like to set a specific name to my GLMTablePresentation colums according the output value send from another presentation of the browser. The first intuition I had was to specify the name of the column using a block:
GLMTablePresentation new column: [:input | input anyOne class asString].
but we can't do that. Is it possible to do it in another way? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev