So if I use this with the Flash 9 player it will correctly give only the two options, with Flash 10 it puts the 'Print' option back, what changed?
Sam --- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > Glad to help. I agree Claudia. Except for when a cat walks on the > keyboard, I can't remember ever using this feature. :) > > -TH > > --- In [email protected], "Claudia Barnal" <barnaclau@> > wrote: > > > > Thanks a lot Tim, it works fine. > > > > I'm surprised Adobe decided to not leave this as a default > setting, as > > in Flex 1.5. I am quite sure very few apps are meant to be zoomed > in. > > > > On 9/5/06, Tim Hoff <TimHoff@> wrote: > > > > > > > > > > > > > > > This might not be the best way, but it works: > > > > > > <?xml version="1.0" encoding="utf-8"?> > > > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > > > creationComplete="callLater(init);"> > > > > > > <mx:Script> > > > <![CDATA[ > > > > > > private function init():void { > > > stage.showDefaultContextMenu = false; > > > } > > > > > > ]]> > > > </mx:Script> > > > > > > </mx:Application> > > > > > > > > > -TH > > > > > > --- In [email protected], "Claudia Barnal" <barnaclau@> > wrote: > > > > > > > > > > > Tim, > > > > > > > > Thanks for your reply :) > > > > > > > > > You'll have to wait until the stage object is available to > the application. > > > > > > > > How would I do that? > > > > > > > > > It only removes the top three menu options. > > > > > > > > I'm quite happy with that. I basically want to remove the > scaling > > > > options and whatnot. > > > > > > > > > > > On 9/4/06, Tim Hoff TimHoff@ wrote: > > > > > Hi Claudia, > > > > > > > > > > You are correct on both counts. You're getting an error > because of > > > > > timing. You'll have to wait until the stage object is > available to > > > > > the application. However, setting the showDefaultContextMenu > > > > > property to false doesn't entirely remove the context menu. > It only > > > > > removes the top three menu options. As far as I know you > can't > > > > > eliminate the context menu completely. > > > > > > > > > > -TH > > > > > > > > > > > > > > > > > > > > > > > > > ________________________________ > > > > > > > >

