Most of the times the end user does not have the flash debug version
installed, so he wont see those options. the simplest way to acheive
it is by using hideBuiltInItems.

private function hideContextMenu():void
        {
            var menu:ContextMenu = new ContextMenu();
            menu.hideBuiltInItems();
            this.contextMenu = menu;
        }

A.
http://flexmaverick.byethost9.com/

On Apr 28, 5:55 pm, Anuradha Ojas <[email protected]> wrote:
> Hi,
>
> I would like to know how to hide "Show Redraw Region and Debugger".
>
> I have seen many examples in google but I didn't get any option
> related to this.
>
> Thanks,
> Anuradha
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/flex_india?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to