[flexcoders] Re: Image Component Nightmare

2007-05-08 Thread vitcheff
tlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ > > Adam > > - Original Message - > From: vitcheff > To: flexcoders@yahoogroups.com > Sent: Tuesday, May 08, 2007 8:39 PM > Subjec

[flexcoders] Image Component Nightmare

2007-05-08 Thread vitcheff
Hi all, What I'm trying is to achieve is to have a thumbnails bar with some images in it, which, when clicked, should display the corresponding large version in a Canvas. I'm doing this through AS3 in UIComponent-based class. There is an Image component instance which is placed in a Canvas instanc

[flexcoders] Re: Canvas scrollbars not appearing

2007-04-23 Thread vitcheff
TED]> wrote: > > Is the size of the UIComponent really changing? Is > invalidateDisplayList() getting called on the Canvas internally? If > not, try calling it explicitly and your Canvas should show scrollbars. > > On 4/21/07, vitcheff <[EMAIL PROTECTED]> wr

[flexcoders] Re: Canvas scrollbars not appearing

2007-04-23 Thread vitcheff
changing? Is > > invalidateDisplayList() getting called on the Canvas internally? If > > not, try calling it explicitly and your Canvas should show scrollbars. > > > > On 4/21/07, vitcheff <[EMAIL PROTECTED] > > > wrote: > > > Hi everyone, > > > I

[flexcoders] Canvas scrollbars not appearing

2007-04-22 Thread vitcheff
Hi everyone, I have following problem: Created a custom component by extending UIComponent using AS3. Added a Canvas to the Application container and then added an instance of that custom component. What the component does is load an image in a Loader instance and scales it down to fit into the