[flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Plenty of other folks have had the same frustration in Flex so you're > not alone. We'll close out the bug when it gets over here. It probably > should have been filed against Flex SDK instead of Apollo. I have FB 3

RE: [flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread Alex Harui
PROTECTED] On Behalf Of droponrcll Sent: Friday, October 05, 2007 10:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Placement of Image within Image Control --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "droponrcll" <[EMAIL PROTECTE

[flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread droponrcll
--- In flexcoders@yahoogroups.com, "droponrcll" <[EMAIL PROTECTED]> wrote: > > Sorry it took me so long to respond to this. I thought everything > had moved over to the other thread. > > > You are welcome to file an ECR for alignment properties or styles, > but > > keep in mind that in most p

[flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread droponrcll
Sorry it took me so long to respond to this. I thought everything had moved over to the other thread. > You are welcome to file an ECR for alignment properties or styles, but > keep in mind that in most people's use cases, you don't want to stretch > the Image beyond the size of the bitmap so

RE: [flexcoders] Re: Placement of Image within Image Control

2007-10-02 Thread Alex Harui
2, 2007 6:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Placement of Image within Image Control --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The image content is always at the top

[flexcoders] Re: Placement of Image within Image Control

2007-10-02 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The image content is always at the top-left of the Image. Based on > scaleContent, the Image will scale the content or try to shrink itself > down. There are no 9 choices, the image content fully fills the Image > pl

Re: [flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread Daniel Freiman
No it wouldn't cause a loop because you'd only run that code on the complete event. I still confused why the image is coming in at different locations. Have you looked at the vertical/horizontal alignment styles? Also, are you manipulating the contentHolder property (its in the mx_internal namesp

RE: [flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread Alex Harui
7 12:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Placement of Image within Image Control --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > On inspection it looks like I did what Alex is

[flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > On inspection it looks like I did what Alex is talking about. > I'm a little confused at the sliding image issue. In my experience the > loaded images are placed in the top left corner of the Image control unless

[flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Mike Krotscheck" <[EMAIL PROTECTED]> wrote: > > Have you tried scaleContent = true ? Yes.

Re: [flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread Daniel Freiman
On inspection it looks like I did what Alex is talking about. I'm a little confused at the sliding image issue. In my experience the loaded images are placed in the top left corner of the Image control unless you explicitly do something else. You should be able to fit the Image control to the load

RE: [flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread Mike Krotscheck
1, 2007 2:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Placement of Image within Image Control --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > All children are sized and positioned by

[flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > All children are sized and positioned by their parent based on explicit > or measured width/height. Images are extra tough because their size > isn't known at first measure since the bits aren't fully loaded yet. > Per

[flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > I think you're looking for the Image.content property (inherited from > SWFLoader). See the livedocs: > http://livedocs.adobe.com/flex/201/langref/mx/controls/Image.html. The > content is a child of the Image co