Re: [flexcoders] Position Menu under LinkButton

2008-05-16 Thread Greg Hess
(pt) > menu.show(pt.x, pt.y) > > -- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Greg Hess > *Sent:* Thursday, May 15, 2008 3:02 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Position Menu under L

RE: [flexcoders] Position Menu under LinkButton

2008-05-15 Thread Alex Harui
: Thursday, May 15, 2008 3:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Position Menu under LinkButton Hi Folks, I am trying to position a Menu under a help LinkButton to give the user the help options. I thought I could use the link buttons x y (minus the height and width of the

[flexcoders] Position Menu under LinkButton

2008-05-15 Thread Greg Hess
Hi Folks, I am trying to position a Menu under a help LinkButton to give the user the help options. I thought I could use the link buttons x y (minus the height and width of the button) to position the menu in the middle under the button but it is not working. The LinkButton is a child of an HBox