So, make sure that the Image is on the lowest layer (added to a Canvas
first); so that all of the other controls are on top of it.

-TH

--- In [email protected], "Laith Juwaidah" <[EMAIL PROTECTED]>
wrote:
>
> The first method won't work because there'll be a lot of pictures, and
> they'll be moved and resized quite often.
>
> I tried the second one already, it shows the menu of the container but
if
> there's a component under it and I hover the mouse on it the component
won't
> change its style like it should.
>
> What I want is for it to act as if it's empty (when it has no picture,
it
> acts as if it doesn't exist (the have the same behavior if the Image
element
> is bigger than the picture, the part that doesn't have a picture works
> fine).
>
> On Tue, May 20, 2008 at 10:18 PM, Tim Hoff [EMAIL PROTECTED] wrote:
>
> >
> > Hi Laith,
> >
> > Take a look at the backgroundImage property. You can also add an
Image
> > control to your application and set mouseEnabled="false".
> >
> > -TH
> >
> > --- In [email protected] <flexcoders%40yahoogroups.com>,
"Laith
> > Juwaidah" ljuwaidah@
> > wrote:
> >
> > >
> > > Hi,
> > >
> > > I'm having a problem, I want to put an image on the application
(which
> > is a
> > > container for some "windows" and "components"), and I want it to
just
> > show
> > > the picture without it blocking the way for the user to interact
with
> > the
> > > other components and windows, in other words, I want it to just
> > display the
> > > picture without it receiving any events.
> > >
> > > Thank you.
> > >
> > > --
> > > Laith Juwaidah
> > > http://www.ljuwaidah.org/
> > > http://ljuwaidah.blogspot.com/
> > >
> >
> >
> >
>
>
>
> --
> Laith Juwaidah
> http://www.ljuwaidah.org/
> http://ljuwaidah.blogspot.com/
>



Reply via email to