You can listen for the "menuShow" event on the root menu object. The
event object's menu property actually points to the submenu that's
being popped up, through which you can check its position and size and
make sure it's within the screen area (move it).

On 4/23/07, kkinaru <[EMAIL PROTECTED]> wrote:
> Hello all.
>
> This time, I have a Button in the bottom of my flex application. This
> button shows a Menu (like the start button in windows). First menu is
> OK, but the last submenu is clipped, because it exceeds the bottom
> edge of my flex app.
>
> Does exist a way for controlling that stuff in my submenus?
>
>
> Thankyou very much in advance.
>
>
>
> --
> 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
>
>
>
>

Reply via email to