Hi,
I'm creating a table with two column using glamour and I want the first column size to be greater than the second one...in other words, how can I control the width of the columns in a table?
Thanks! Hernan. Hernán Wilkinson Agile Software Development, Teaching & Coaching Phone: +54 - 011 - 6091 - 3125
Mobile: +54 - 911 - 4470 - 7207 email: [hidden email] site: http://www.10Pines.com Address: Alem 693, Floor 5 B, Buenos Aires, Argentina _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Hernan, Doru On Thu, Jun 6, 2013 at 8:56 PM, Hernan Wilkinson <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
:-) I'll try to do it if I have time.... On Thu, Jun 6, 2013 at 4:43 PM, Tudor Girba <[hidden email]> wrote:
Hernán Wilkinson Agile Software Development, Teaching & Coaching Phone: +54 - 011 - 6091 - 3125
Mobile: +54 - 911 - 4470 - 7207 email: [hidden email] site: http://www.10Pines.com Address: Alem 693, Floor 5 B, Buenos Aires, Argentina
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi, thats there since a bit more than a year ;) Take a look at GLMTableColumn>>#width and GLMMorphicListRenderer>>#treeMorphFor:and: the only thing that is missing is: GLMTablePresentation>>#column: aBlockOrString evaluated: aBlock width: aNumber self addColumn: (GLMTableColumn new title: aBlockOrString; computation: aBlock; width: aNumber; yourself) I do not know why that method was never integrated, btw :) Esteban On Jun 6, 2013, at 9:56 PM, Hernan Wilkinson <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
You can find an example in GLMBasicExamples>>tableWithCustomWidth Doru On Fri, Jun 7, 2013 at 12:55 PM, Tudor Girba <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |