[Pharo-project] Polymorph layout: images in a column

2012-03-19 Thread Schwab,Wilhelm K
Gary, If I create a column and place an alpha image in it, is there a way to get the image to scale, ideally to the width of the column? As it is, I'm setting fixed extents, but somewhat works against what I would like to leave to the column? Bill

Re: [Pharo-project] Polymorph layout: images in a column

2012-03-21 Thread Gary Chambers
: pharo-project@lists.gforge.inria.fr Sent: Monday, March 19, 2012 8:36 PM Subject: [Pharo-project] Polymorph layout: images in a column Gary, If I create a column and place an alpha image in it, is there a way to get the image to scale, ideally to the width of the column? As it is, I&#

Re: [Pharo-project] Polymorph layout: images in a column

2012-03-21 Thread Gary Chambers
: [Pharo-project] Polymorph layout: images in a column Something like the following? (UITheme builder newColumn: { (UITheme builder newImage: LogoImageMorph defaultLogoForm) hResizing: #spaceFill; vResizing: #spaceFill; layout: #scaledAspect}) openInWindow Regards

Re: [Pharo-project] Polymorph layout: images in a column

2012-03-21 Thread Schwab,Wilhelm K
gu...@btinternet.com] Sent: Wednesday, March 21, 2012 12:07 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Polymorph layout: images in a column Something like the following? (UITheme builder newColumn: { (UITheme builder newImage: LogoImageMorph defaultLogoForm) h