HT1343 Is there a shortcut for "Revert Changes" in the Close/Save confirmation dialog box?

In OS X 10.8 Mountain Lion, the Close/Save confirmation dialog asks the user:
Do you want to save the changes made to the document “Screen Shot 2012-10-12 at 12.35.12.png”?
Revert Changes          Cancel     Save
Is there a keyboard shortcut for this command, as there is one for Delete (Cmd+Delete) in new document closing confirmations?

I'm not sure if there is a shortcut (I didn't find one), but if you turn on Full Keyboard Access in the Keyboard system prefs, all controls can be accessed from the keyboard. You can tab through (or arrow keys) the buttons. The active button will be outlined and can be activated with space bar. Since Revert Changes is the first button, it will come up outlined and you can just hit the spacebar to choose it.

Similar Messages

  • Webutil for Forms 10g - Apple Mac Client - Save File Dialog Box

    I am trying to setup a button on a 10g Form to download a file from an Oracle 10g database. The button uses Webutil package and the client_get_file_name function to ask for a file name and directory to place the file via file transfer from the database.
    Using any Windows client, when you press the button the form brings up a Dialog box for the file name. Everything works fine in Windows.
    But when I use a Apple Mac client, I get this message when I click on the button:
    “oracle.forms.webutil.file.FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.”
    I can only assume this maybe because the MAC doesn't use the DLL files that are associated with Webutil, like jacob.dll, etc. ???
    Does anybody know of how to get a dialog box to appear on a Mac client from Forms 10g?

    The Windows java console says:
    RegisterWebUtil - Load WebUtil Version 10.1.2.0
    Loaded image:..
    proxyHost=null
    proxyPort=null
    connectMode=HTTP,native
    Forms Applet version 10.1.2.0
    When I checked the Mac's java console, I don't get the "RegisterWebUtil" I get:
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Then I get the error messages below..
    What might cause those?
    java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:179)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    and
    java.lang.ClassNotFoundException: oracle.forms.webutil.fileTransfer.FileTransfer
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:179)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • Are there any shortcuts for creating Value Object Classes?

    Hi,
    I'm using a Remote Object to connect to my server
    (pyAMF/Django). I'm getting stuck with the creation of Value Object
    Classes. It doesn't seem very DRY to have a class on my server
    representing the data model and then have to recreate that class
    and all its properties in my Flex app.
    Are there any shortcuts for creating client side VOs from
    server side data?
    I was thinking about declaring an empty VO class in Flex, and
    then dynamically assigning/casting my Proxy object to that class.
    It seems like that approach may cause problems for the Flex
    compiler though.
    Any hints?
    Thanks!

    quote:
    Originally posted by:
    tptackab
    Oh man, do I feel your pain. I'm not sure what middle-tier
    technology you're using, but I'm using Java (w/Spring) and I
    absolutely hate having to create and maintain two sets of VO (aka
    data transfer - DTO) object for Java and Flex.
    One thing that has helped me in that area is a free tool from
    Farata Systems called
    DTO2Fx. If you're using Java and Eclipse, it's a great time saver.
    You simply install a (very lightweight) Eclipse plugin, add a
    single annotation to your Java VO classes, and it automatically
    generates your Flex VOs. It even creates a base and extended
    version of each VO on the AS3 side so you can add code to the
    extended VO without fear of having your changes overwritten when it
    regenerates your Flex VOs.
    Here's a like to thier
    PDF that
    gives instructions and a download link. I had it up and running in
    my application in less than 30 minutes!
    I'm using Python/Django serverside (PYAMF is my AMF
    serializer).

  • Is there a shortcut for starting a new iMessage?

    Is there a shortcut for creating a new iMessage from anywhere in OS X?
    I know it doesn't take a long time to open messages and start a new conversation but it would be nice if there was a shortcut that allowed a new conversation to be started from anywhere. Here is an example of what I am looking for. I accessed this by clicking the messages icon on someone's contact page.

    Hi,
    You mean these keystrokes ?
    9:10 pm      Thursday; December 11, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Is there a shortcut for compiling in the procedure editor e. g. F9

    Hi,
    Is there a shortcut for compiling in the procedure editor e. g. F9 like in the SQL-Worksheet? I can't find anything about shortcuts in the help.
    Regards, Juergen

    When I try to open a procedure saved in a text file with .sql extension, the editor does not show the options those are available when I open directly from the database e.q Collapsible option at the side of evert proceure/function, IF statements and LOOPing constructs.
    Am I missing something or the feature isn't there yet.
    Regards
    Ray

  • Is there a shortcut for the address bar?

    Not like
    CTRL+K for the search bar then Shift+Tab.
    or
    F6 then Tab (and another Tab in some cases)
    If there is shortcut for the address bar, then why isn't it listed here:
    https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts?as=aaq
    If there are no shortcut, does anyone know the reason why? For me it would be the most used shortcut by far.

    ''Is there a shortcut for the address bar?''
    "Ctrl+L" for the Location bar.
    For more keyboard shortcuts see
    * Firefox and other Browser Keyboard Shortcuts (Comparison Table)<br>http://dmcritchie.mvps.org/firefox/keyboard.htm
    * Keyboard shortcuts | How to | Firefox Help<br>https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts

  • Is there a shortcut for adding file extensions?

    I have an archive of over 15,000 images, all TIFF, JPEG and Photoshop images. None of them have file extensions. They were saved back when Mac did not use extensions. Now they will not open if I just double click on them... I must add the correct extension, then it opens fine.
    It will take me FOREVER to click on each one, type in the extension, then click "Add".
    Is there a script or shortcut to name all these old files? Or shareware?
    Or at the very LEAST is there a way to turn off that annoying dialog box to confirm that I want to add the extension?
    Thanks, any feedback will be appreciated.

    I have a whole lot of very old graphic files, and thought I would try Kappy's recommendation of Renamer4Mac, combined with a Spotlight search to see how speedily one could add extensions. So did a Spotlight search on a backup folder that contains many and varied sub-folders containing many and various images. To get the old pict files I hit command-F from the top level folder, selected that folder (WHY does search have "This Mac" as the default???), and for Kind I selected Other and typed:
    Adobe Photoshop PICT file
    in the blank field. It returned a list of 961 old pict files. Launched Renamer and told it to insert the text pct, at position 1 from left, suffix only. Then dragged a batch of the files from the search results window into the top pane of the Renamer window, clicked the Rename Files button, et voila'! The files were renamed (and no confirm dialog box).
    To figure out what to put in the Kind:Other field, just do a search on Kind:Images and note the different types. Thus, something that needed the psd extension would be Adobe Photoshop file, to find tifs, it would be TIFF image. You might have some "QuickDraw picture" as an image kind, they are pict files. Plain jpegs can be brought up with Kind: JPEG image, extension jpg. And so on.
    Francine
    Francine
    Schwieder

  • Is there a shortcut for the hand tool in Au, like holding down the spacebar in Ps and Ae?

    Is there a shortcut for the hand tool in Au, like holding down the spacebar in Ps and Ae? It seems only available in the time ruler above the waveform or when dragging the 'zoom selection(?)' in the mini waveform at the top. I'm using a Wacom, so no scroll wheel...

    ?I went ahead and added a feature request for a Hand panning tool.  The request comes in every so often, and we certainly want to make Audition more appealing to a wider cross-section of Creative Cloud users.  While we probably can't emulate the "press-and-hold space bar" model, a shortcut key to toggle that mode would be possible.

  • Is there a list of keyboard shortcuts for Win 7 using the MacBook Pro keyboard ?

    Is there a list of keyboard shortcuts for Win 7 using the MacBook Pro keyboard ?

    See > http://support.apple.com/kb/HT5636

  • Ok, so while we all wait for ever, is there a way to revert back to the previous os and data?

    Ok, so while we all wait for ever, is there a way to revert back to the previous os and data?  I could wait a week for this mess to get worked out and I need my telephone. problem is I'm stuck in the loop too.  will not connect and there I have a brick.  sort of a shoot yourself in the foot process if you have a wiped phone previous to updating it.  useless
    anyone know how to revert?  Verizon btw, had 4.2.10, tried for ios 5, tried for the gold, no win
    Thx

    I'm seriously thinking of downgrading back to Mavericks for one very specific reason - the Mail app. As a long-time Mail user, I've always had the Address Panel open down the left side of the Mail app, selected from the Window/Address Panel menu item. It showed a simple list of all contacts, or groups, and only the email address(es) associated with each one. Could select a group then click BCC or TO: or whatever.  Could also select multiple addresses and pop them into the CC: list or wherever you liked. And within a Group (eg Work) could do multiple select, and also choose which email address to use for those who have more than one (eg work vs personal).
    But - Apple seems to have removed it in Yosemite. The Mail app has NO WAY - at least that I can find - to access a simple list of contacts and email addresses from within the Mail app. What an absolutely stupid move, unless it's just me being dense and can't find it!
    If anyone can point me to where or how to show that Address Panel in the Mail app, I'd be most grateful. Having Contacts app open all the time just doesn't cut it either, apart from not enough screen real estate. Contacts won't show you a simple list of people and email addresses like the Address Panel in Mail did. It shows you the full details, one at a time, for each contact. Which is absolutely NO good if I have to send out emails to 50 work colleagues, for example.
    Why does Apple DO stuff like this? Like removing the sidebar in iTunes, for another example?
    If I can't find an Address Panel for Mail, I'm going back to Mavericks.  Anyone got any clues?

  • Is there a Shortcut for "Paste Attributes? Or a way to create it? (PPro CS5)

    Latest Mac OS
    Premiere Pro CS.5
    I have to paste diffent attributes on like a thousand clips I need a shortcut for "Past attributes". The command that you access when you right click on a clip in the timeline. In this case I am pasting Curves and RGB attributes.
    Any way to do this? Pleeeease.

    Select all the clips and Paste Attributes in one go or
    press Ctrl+Alt+V.
    http://help.adobe.com/en_US/premierepro/cs/using/WS1c9bc5c2e465a58a91cf0b1038518aef7-7c2ea .html

  • Why should I recompile report for any changes in the database ?

    Hi All
    I call a report (.rep) from a form using RUN_REPORT_OBJECT, and everything is OK
    For any change in the database, for example :
    1- Export Dump file for the schema.
    2- Drop the schema
    3- Re-create the schema again
    4-Import the taken dump to the schema
    When i call the report again, the report doesn't run. If i recompile the report again it will work.
    I read too much posts about this issue, most of them are taLking about the command line parameter RECURSIVE_LOAD=NO ,
    v_url :=' COMPANY_NO='||:global.company_no|| ' RECURSIVE_LOAD=NO';
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,v_url);
    But , Still the problem not solved
    Notes :
    1- The report type is .REP
    2- if I used the .JSP report, it is working fine , But i can't copy the source code for the report at the customer side.
    Please Help

    Well, first of all this would not be the correct forum. There is a dedicated reports forum for reports related questions. And secondly this most certainly depends on your report. If you have a query like
    select * from my_tableor e.g. are using %rowtype records in your report then you most certainly will have to recompile it after you do an exp/imp.
    cheers

  • Shortcuts for filing plus reading the next message

    Are there any shortcuts or preferences that allow the following in Mail:
    1) From the toolbar in a message, the ability to file the message away in a specific folder ("mailbox")
    2) Once a message has been filed/deleted, to read the next one in line in the Inbox.
    I love Mail, but these two facilities from Outlook/Entourage are very handy...

    Greetings,
    There are no such preferences or keyboard shortcuts for what you're seeking. You can easily move a message to another folder by Control-clicking on it and using the Move To option from the contextual menu that appears. After it's moved, the next message will be selected and displayed if you have the two-pane message viewer enabled; otherwise it will just select the next message and you will need to double-click it to display it in it's own window.

  • Creating an shortcut for all users on the desktop

    I want to create a shortcut for all users on the desktop that will appear for all users that login to the computer.  How is this done in Windows 7?  In Widows XP this was done at the "All Users" profile, but I cannot find such a profile  in Windows 7. 

    the users have windows vista , 7 or 8 have a chortcut i created and the users have windows xp isn't created on them desktop
    Do you have a question? If so then your best bet is to create a new post (this one is 5 years old and marked as "answered"!) and spell it out there.

  • Is there an upgrade for Safari to open the newest version of Adobe pdf files?

    I went to the www.cic.gc.ca website and tried to open a pdf link.  A page opens to say I need to download the latest adobe reader.  I installed the latest Adobe Reader and it is terrible.  Slow, not smooth with viewing and does not support retina display.  Had the worst time trying to uninstall it.  Successfull, but then pdf doesn't open in safari.  Then had to delete a file from go to folder /Library/Internet Plug-ins/AdobePDFViewer.plugin.  Now, it seems to be okay.  But still can't open pdf's from this site.
    Is there an upgrade for Safari to open the newest version of Adobe pdf files?

    For example, I can't open this pdf file  http://www.cic.gc.ca/english/pdf/kits/forms/IMM1294E.pdf
    I get this message:
    To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html
    For further support, go to www.adobe.com/support/products/acrreader.html

Maybe you are looking for

  • Web Service Help

    Hi, I am new to Web Service. I am trying to create my first web service in jdev enviorment. I have created a methos whicjh return a string value. I have generated the wsdl, web.xml from jdev. Also generated the client from jdev. Deployed the ws in my

  • Address book list used many times with mail merge, now all come back undeliverable - why?

    I have about 140 email addresses in an address book, and I have sent emails using mail merge many times. Suddenly, this week, when I send out an email, I get all of them back marked undeliverable. Don't know why it suddenly won't send them. the only

  • "FAST_START_MTTR_TARGET " vs "log_checkpoint_timeout"

    Dear Friends, I know that when I configure FAST_START_MTTR_TARGET , then it should be disable the "log_checkpoint_timeout " parameter , i.e, "log_checkpoint_timeout=0" .Is it mean that , "FAST_START_MTTR_TARGET" parameters works for "log_checkpoint_t

  • Sleek photo won't transfer WMA fil

    I have just got a sleek photo and went to transfer some of my music, but after the transfer appearing to work, it says 'not transfered-unknown error'. In fact, the ONLY file that transfered was one that was in MP3 format. I'm confused, any ideas? Dom

  • Mail Settings - E-mail Signature

    In version 2007 SP01 there is a new functionality whereby you can set up e-mail signatures to be used with outlook integration.  On the setup screen you have one tab called 'Common e-mail signature' and another tab called 'company email signature'.