Hi Scott,
This is exactly what I need it. I'm wondering if "back_mc" property is documented anywhere and if is there any possibility to be deprecated in the future... Where did you find documentation about this kind things...
Thanks a lot for the example.
Valy
Scott Barnes <[EMAIL PROTECTED]> wrote:
You can also do this following:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
creationComplete="onCreationComplete()">
<mx:Script>
<![CDATA[
public function onCreationComplete() {
myPanel.back_mc. {
alert("clicked");
}
}
]]>
</mx:Script>
<mx:Panel id="myPanel" title="CLick me..">
<mx:Button label="Am I seperate?" click="alert('I can be clicked
but nothing happens')"/>
</mx:Panel>
</mx:Application>
On 7/6/05, Sam <[EMAIL PROTECTED]> wrote:
> Panels have a mousedown="" property that you can use.
>
>
> --- In flexcoders@yahoogroups.com, Valy Sivec <[EMAIL PROTECTED]>
> wrote:
> > Hello,
> >
> > Is there any way I can catch the mouse click on a
> > panel header?
> >
> > Thanks,
> > Valy
> >
> >
> >
> >
> >
> >
> >
> > ____________________________________________________
> > Yahoo! Sports
> > Rekindle the Rivalries. Sign up for Fantasy Football
> > http://football.fantasysports.yahoo.com
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
--
Regards,
Scott Barnes
http://www.mossyblog.com
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
---- LSpots keywords ?>---- HM ADS ?>
Sell on Yahoo! Auctions - No fees. Bid on great items.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
---- LSpots keywords ?> ---- HM ADS ?>
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.