[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-10 Thread bhaq1972
: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio Thanks Alex. That works except the image appears left aligned. I'd like it to be centre aligned. horizontalAlign=center doesn't work. any more ideas --- In flexcoders@yahoogroups.com mailto:flexcoders

RE: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-06 Thread Alex Harui
Subject: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio Thanks Alex. That works except the image appears left aligned. I'd like it to be centre aligned. horizontalAlign=center doesn't work. any more ideas --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-05 Thread bhaq1972
the contentHolder's width/height afters super.updateDisplayList From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Wednesday, April 04, 2007 7:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datagrid image

Re: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-05 Thread Carlos Rovira
flexcoders%40yahoogroups.com Subject: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio I've tried everything you suggested but doesn't work for me. thanks anyway. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.commailto: flexcoders% flexcoders%25

RE: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-05 Thread Alex Harui
Of bhaq1972 Sent: Wednesday, April 04, 2007 7:54 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio I've tried everything you suggested but doesn't work for me. thanks anyway

[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-04 Thread Dexter18
may set the height and the width of your image component. either to fixed size or to values from yout loaded image. then you can set -horizontalAlign=center- and the -verticalAlign=middle- props of the image component to center your image. you dont need a wrapper component like a hbox or s.th.

[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-04 Thread bhaq1972
I've tried everything you suggested but doesn't work for me. thanks anyway. --- In flexcoders@yahoogroups.com, Dexter18 [EMAIL PROTECTED] wrote: may set the height and the width of your image component. either to fixed size or to values from yout loaded image. then you can set

RE: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-04 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio I've tried everything you suggested but doesn't work for me. thanks anyway. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Dexter18 [EMAIL PROTECTED] wrote: may set