Is it possible to disable the nativeApplication.menu?

hello,
Just wanting to know if it's possible to disable the
NativeApplication.nativeApplication.menus for AIR apps running on
OSX?
cheers

Yes, you can disable the webcam software from automatic loading.
In RUN type *msconfig* and start this tool.
There you will see the tab called Startup. Go to this tab and disable the webcam software (remove the mark).
Then apply the changes and reboot the notebook.
Now the Windows should boot up without the webcam software.
Bye

Similar Messages

  • Disable the black menu in iBooks

    Hi!
    Im goding to use an iPad as a info board, kind of.
    I know about the guided access but the problem is i would like to disable the iBooks menu, completely. I hate that gray area that shows when i draw on the screen where to disable and the user is not allowed to leave the book. Need an alternative..
    So, is it possible to disable the top black menu in iBooks (the info is shown via a book made in iBooks author)? Or is there another iba-reader?
    Thanks a lot!

    Perhaps you were asking about a kiosk mode?
    See How to Setup Kiosk Mode & Lock Your iPad to Just One App ...

  • Is it possible to disable the webcam toolbar on the Equium A300D

    Is it possible to disable the webcam toolbar on the Equium A300D at all? (i.e. just access the webcam controls from the control panel or start menu orsomething).
    Where the toolbar is on the left of the screen it's extremely annoying, as every time my mouse strays to the left of the screen, up pops the toolbar.
    On a couple of apps I use there are docked app controls on the left of the screen, and when the toolbar pops out, covering half of them up, I have to wait for the toolbar to disappear again, which can be extremely annoying if I'm rushing to do something.
    Is there any way to disable it from appearing?

    Yes, you can disable the webcam software from automatic loading.
    In RUN type *msconfig* and start this tool.
    There you will see the tab called Startup. Go to this tab and disable the webcam software (remove the mark).
    Then apply the changes and reboot the notebook.
    Now the Windows should boot up without the webcam software.
    Bye

  • Is it possible to disable the 'edit layout' link on the record detail page

    Is it possible to disable the 'edit layout' link on the record detail page? Not the homepages, I know there is a switch for that, but I thought there was one for the detail pages?
    I want to disable this as I dont want users saving their own layouts, they must stick to the related sections defined in the default layout. The problem is that if they are to have access to certain related lists when an opportunity is of a certain type but NOT other types. If they have saved the layout (using the 'Edit Layout' link), and change the record type, they will see related sections that have been set to 'Not available' in the default layout (ie step 4) for that 'type'.

    Robbo, at this time it not possible to disable the Edit Layout on the record detail page.

  • Is it possible to disable the screen saver for a certain app?

    Is it possible to disable the screen saver just while a certain application is running?
    The app seems to crash when the screen saver comes on.
    Just so you know, application I'm using is Hogwasher; a newsgroup reader.

    Not really. Just disable it manually when you run that application. Then, send off a bug report to the app's developer and tell him to update it for the latest Tiger. Alternatively, use another newsgroup reader.

  • Is it possible to disable the OAWebBeanConstants.IGNORE_MESSAGES

    greetings all .... is it possible to disable the OAWebBeanConstants.IGNORE_MESSAGES . i have this ....................
    {                  OAMessageTextInputBean bi = (OAMessageTextInputBean)webBean.findIndexedChildRecursive("BI") ;
    System.out.println("BI"+bi.getValue(pageContext));
    if ((bi.getValue(pageContext)) != null)
    {                pageContext.setForwardURLToCurrentPage(//"OA.jsp?page=/oracle/apps/ap/MainPG",
    null,
    false, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    System.out.println( "PM");
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    String paramPR = prnum2;
    Serializable paramPRParamList[] = { paramPR};
    am.invokeMethod("paidManuallyUpdate", paramPRParamList);
    System.out.println( " THE VALUE OF THE Cancel RB IS " + canx.getValue(pageContext));
    prnum1.setValue(pageContext, "");
    pReason1.setValue(pageContext , "");
    //either one of these confirmations will work . i use one or the other
    throw new OAException("Payment Has Been Updated To Paid Manually", OAException.CONFIRMATION);
    //or
    OAException msg = new OAException("Updated To Paid Manually", OAException.CONFIRMATION);
    pageContext.putDialogMessage(msg);
    the problem is if i include the setForwardURL my confirm messages dont work. if i dont include the setForward they work.
    is there a way to do the setForwars so i can redirect the page and make the table inactive and also use the confimations. i can see its going past my system.prints. it just isnt popping up my confirmations as i believe its due to the IGNORE_MESSAGES.
    any insight ....
    cheers.

    Hi,
    SetForward*()...It lets the current page processing complete. Your following code will complete its processing, after that it will be forwarded to next page.
    ForwardImmediately.... Forwards immediately without letting remaining code process.
    However, a good thing is pageContext of the same page is forwarded. That means, if you did pageContext.putDialog(message), in current page, that will be forwarded in both the cases to next page. Hence, for your problem...
    use putDialog method, as stated in previous post and
    use forward url as CONFIRMATION, NOT AS ERROR OR IGNORE_MESSAGE.
    pageContext.setForwardURLToCurrentPage(//"OA.jsp?page=/oracle/apps/ap/MainPG",
    null,
    false, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAException.CONFIRMATION); //WHAT YOU HAVE PUT IN DIALOGS AND WANT TO SHOW IS CONFIRMATION.
    Please try this.
    Abdul Wahid

  • Is it possible to disable the optimized compiler in LabVIEW 2010

    Hello,
    I have a project that take 3 minutes in LabVIEW 8.6 to build and now with LabVIEW 2010 it take 10.5 minutes. 3x more longer.
    In fact my project as 61 .lvproj for a total of 4300 vi's that take 1 hour to build. If I interpolate, the entire build process will take 3 hours in LabVIEW 2010. This is not acceptable
    I know that the new compiler optimize the code for better performance, but if I don't need better performance.
    Is it possible to disable the optimized compiler in LabVIEW 2010 with an INI key in LabVIEW.ini.
    Dany Allard
    Dany Allard
    Solved!
    Go to Solution.

    Jarrod S. wrote:
    One Application Builder setting you might try out to make builds go much more quickly is the Remove Unused Members of Project Libraries checkbox and the Modify Project Library File after Removi....
    This can drastically cut down the build times. Note, however, that this option does not work well if your application will load external plug-in VIs when it runs, because the libraries of those plug-in VIs may conflict with the modified libraries in the executable file. If you don't have a plug-in architecture, this will not affect you.
    The "Remove unused members of project libraries" was already selected but not the "Modify project library file after removing unused members" and selecting this cut the build time from 10.5 min to 4 min.
    Thank you Jarrod for this tips
    Dany
    Dany Allard

  • How to disable the context menu

    Hi folks,
    we have an application running in EP. We want to disable the context menu (right click hand). Any help is welcome.

    Hi!
    I have the same problem because we want to run WDA applications in th internet and there it is "not allowed" to "overwrite" the user's normal browser context menu.
    Additionally we are interested in how to disable the F1 and Ctrl.-F1 help features for the whole WDA application. We do not want to present technical details in the internet.
    Any help very welcome!!!!
    Regards,
    Volker

  • My kids use firefox on my computer. Is it possible to disable the private browsing feature so they can not go on and use it ?

    I want the computer to keep a history of all the site they have searched, but can not know for sure if they turn on/off the private browsing function. Is it possible to disable the private browsing function and put a lock / password on it ?
    Thanks,
    David

    Even if it was possible to remove or disable "Private Browsing" then that still won't make it impossible to delete private data like visited websites (history) or cache or cookies.<br />
    There are a lot of ways to clear such data, either via [[Clear Recent History]] or directly by deleting the History in the Library or sidebar.<br />
    Private Browsing makes it easier because all data is kept in memory and nothing is saved to disk, so nothing needs to be removed.<br />
    <br />
    If you want to see which sites have been visited then you should look at others means outside Firefox like a router or firewall with a password protected logging feature that can't be bypassed or a program like Wireshark.
    * http://www.wireshark.org/download.html
    * http://en.wikipedia.org/wiki/Wireshark
    See also:
    * http://kb.mozillazine.org/Parental_controls

  • Is it possible to disable the camera on the nano 2 gen.  My grandaughter is in boarding school and no cameras are allowed.

    is it possible to disable the camera on a nano 2nd generation?  My grandaughter is in boarding school, and they do not allow any form of camera.

    Specs for iPod nano 2nd gen >  http://manuals.info.apple.com/en_US/iPod_nano_2nd_Gen_Features_Guide.pdf
    No camera.

  • Is it possible to disable the play button when exporting to exe or app files?

    Is it possible to disable the play button when exporting to exe or app files? Can the app just boot up without the playbutton?

    Are you talking about auto play option or the play button on Playbar?
    I just checked the EXE ran fine without requiring any play button to start as per my settings.
    Is this waht you are looking to achieve?
    Thanks,
    Anjaneai

  • Can one disable the contextual menu triggered by a control+click?

    Folks,
    As stated here:
    http://discussions.apple.com/thread.jspa?threadID=1520841
    Is there any way to disable the contextual menu triggered by a control+click? I'm using Firefox with a web application and I would like to be able to select non-contiguous rows in a table. This is done by selecting records while holding the control key.
    Any help is appreciated.
    -y

    yc115 wrote:
    Folks,
    As stated here:
    http://discussions.apple.com/thread.jspa?threadID=1520841
    Is there any way to disable the contextual menu triggered by a control+click? I'm using Firefox with a web application and I would like to be able to select non-contiguous rows in a table. This is done by selecting records while holding the control key.
    Any help is appreciated.
    -y
    I regularly use Firefox in order to select and download multiple items. I use the Cmd key to select a group by dragging the mouse over them with the left button down, and then holding down Cmd key and using the left mouse button, I can then select additional elements, only one-at-a-time, but not a second group.

  • Is it possible to disable the trackpad when a wireless or usb mouse is present? With Lion 10.7.2, I can not find the checkbox that was there before I installed Lion. Is the option gone on Lion?

    Is it possible to disable the trackpad when a wireless or usb mouse is present? With Lion 10.7.2, I can not find the checkbox that was there before I installed Lion. Is the option gone on Lion?

    There is no BIOS in OS X. There is only the EFI stored in ROM that is not user modifiable. OS X is probably checking Bay 0 for the boot drive since that is where it should be. It won't check the Tempo drive since it is treated like an external drive. I suggest you open Startup Disk preferences to see if the Tempo device is selected as the boot device. If it isn't, then select it. That will probably shave off a few seconds in the startup time.

  • Is it possible to disable the autodimm function, so that the clock can be displayed all the time?

    Is it possible to disable the auto dim function, so that the clock can be displayed all the time?

    At this time it is not possible. Sorry. 
    Being able to do so would dramatically decrease your iPod's battery life between charges.
    B-rock

  • If my iPhone is stolen and the thief shut the phone down, I wouldn't be able to locate it anymore.  Is it possible to disable the possibility to shut down the phone when a passcode lock is set up?

    If my iPhone is stolen and the thief shut the phone down, I wouldn't be able to locate it anymore.
    Is it possible to disable the possibility to shut down the phone when a passcode lock is set up?
    enable prohibition shutdown option, with out a jail break tweek
    Apple should think about this, if not already in the new IOS 7

    No.
    The battery will run out sooner or later anyway, even if you could prevent shutdown.
    iOS 7 includes a feature that prevents anyone wiping and then re-setting up the phone without your AppleID and password.

Maybe you are looking for

  • Image Size Slider? better in iP5?

    In iPhoto 5 the image size slider on the lower right of iPhoto worked really well. I could scroll from a lot of previews up to 9 in 3 columns, 4 pics in 2 colums, 2 pics in one column, and 1 fullsize pic. The iPhoto 6 slider seems not to be that good

  • Adobe Acrobat X vs Adobe Reader XI pdf ownership

    Hi All, This question comes up from time to time and I am still not sure how should this really work, tehrefor I require Your help. In case I install Acrobat X and Reader XI on the same machine,the progam I install the last, will become the default v

  • My macbook pro will not go to sleep

    Macbook pro will not sleep by any means except when it is on battery and if I plug the power back in it will stay sleep for a while and wake up on its own. I have spoken with express lane and verified the HD and the premissions, etc. and it worked fo

  • I can't restore my i pod, i get error 80000001

    i can't restore my i pod its locked becouse i lost my password, geting error 800001.

  • How to know what vertex index is picked on a Geometry?

    I am trying to get the Texture coordinates which is picked on a geometry but I have got stuck to know what vertex index is picked. My code: pickCanvas.setShapeLocation((MouseEvent) event); PickResult pickResult = pickCanvas.pickClosest(); Node node =