Eliminating delete confirmation dialog

Is there any way to eliminate the delete confirmation dialog in Finder? When I remotely browse the files on my iMac from my MacBook, I occasionally want to delete one. But I always get the popup dialog "Are you sure you want to delete the selected items?"
Of course I'm sure. Besides, I have backups if I need them. How can I eliminate this nag message?
Thank you!

Press Command-Option-Delete
http://www.macworld.com/article/143594/2009/10/networkdelete.html
Message was edited by: Martin Pace

Similar Messages

  • Delete confirmation dialog returned on its own

    I have Confirm Delete disabled in my email general settings and my email reconciliation settings for all my accounts set to delete emails on the device without prompting. However, starting today, when I select more than one email, text, etc. to delete, it pops up the delete confirmation prompt.
    I have pulled the battery, deleted browser cache and run the memory cleaner. This didn't rectify the problem.
    Help appreciated.
    Curve 8330, OS 5.0.0.438
    BlackBerry Curve 8530
    OS: 5.0.0.937
    Carrier: Boost Mobile CDMA
    16 GB microSDHC card installed

    Then it simply cannot be a settings issue as you have done everything right in that sense. If it started today and you restored to a backup from last week, we can also rule out any recent changes to device. I have been researching this for a while and cannot seem to find anyone else who has had this same problem (with 5.0 at least). My suggestion would be this; Backup all your data anew, reinstall your OS via Application loader (should also wipe your phone), test, then restore your settings. This will allow us (if nothing else) to rule out a possibility of file corruption or incompatability with an app... Keep me posted as I am still looking  
    1). Please thank those who help you by clicking the beside the 'Reply' button.
    2). If your issue has been solved, please resolve it by marking "Accept as Solution" on the correct post!
    3). Remember to have fun! We are all in this together!
    4). Follow me on

  • Shouldn't I get a confirmation dialog when I delete an iCal event?

    Shouldn't I get a confirmation dialog when I delete an iCal event?  When I select an event and hit the delete key, the event is deleted without a confirmation dialog.  Aren't we supposed to get a confirmation dialog?  I thought I used to get one.  This is not good because I sometimes accidentally hit the delete key when working in iCal and the event is gone and I didn't notice that it happened.

    Don't know about 10.8, but in 10.6 you don't get one for an ordinary event.

  • 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.

  • Best approach to implement reusable confirmation dialog ?

    Hi,
    What's the best approach to implement reusable confirmation dialogs with ADF 11g?
    e.g.: "Do you realy want to delete this client record (yes/no)?" should be used on several pages but with different message text.
    Also I have to know in the calling page which button (yes, no, ...) the user has pressed in the af:dialog.
    If it's af:popup is it possible to place af:dialog within page template to avoid placing af:popup within each page?
    regards
    Peter

    Hi,
    What's the best approach to implement reusable confirmation dialogs with ADF 11g?
    e.g.: "Do you realy want to delete this client record (yes/no)?" should be used on several pages but with different message text.
    Build a declarative component
    Also I have to know in the calling page which button (yes, no, ...) the user has pressed in the af:dialog.
    You can do this through a method reference in a declarative component. Its a method on the calling page's managed bean that is invoked from the declarative component
    If it's af:popup is it possible to place af:dialog within page template to avoid placing af:popup within each page?
    May not make sense but should be possible
    Frank

  • Confirmation Dialog in 10g

    hi all,
    i 've a Delete button(af:commandbutton) on page. its 'action' attribute is associated with a method in bean.
    <af:commandbutton action="#{abcbean.delete_action}"/>.
    how i put a modal confirmation dialog on button like, 'Are u sure want to delete ...?' with yes-no button.
    when user presses 'yes' on dialog, method in bean would invoke. when presses 'no' remain on same page.
    i m using jdev10g.
    thanks with regards to all

    hi you can call a popUp(Dialog) and execute the code later with the returnListener property of that button
    the returnLietener have an object call ReturnEvent in this object allow Map objects
    example code:
    jsp commandButton java Action code:
    Map param = null;
    param = new HashMap();
    param.put("Yes","Ok");
    AdfFacesContext.getCurrentInstance().returnFromDialog(null,param);
    returnListener Method:
    public void handleReturnBuscar(ReturnEvent returnEvent) {
    Map param = (Map)returnEvent.getReturnParameters();
    if(param !=null){
    //delete the row
    more info = http://soadev.blogspot.com/2010/02/adf-faces-rc-simple-but-robust.html

  • Midnight Commander confirmation dialogs default to "yes"

    I finally found a file manager that I like. Yay.
    However, Midnight Commander's confirmation dialogs (e.g. when deleting a file) always pop up with "yes" preselected, which means that your data is toast (or whatever) if you accidentally hit Enter. Guarding against accidental keystrokes is IMO a Big Deal, and I consider this a rather serious issue.
    I've yet to come up with anything on this on Google... So, does anyone here know how to make those dialogs default to "no"?

    you are welcome,
    Nope, there is no config option for such thing. However you can change the source, in src/filemanager/panel.c then add query_set_sel (1); just before:
    if (query_dialog
    (_("The Midnight Commander"),
    _("Do you really want to execute?"), D_NORMAL, 2, _("&Yes"), _("&No")) != 0)

  • Confirmation Dialog Box Appears Disappears

    Hi,
    I am facing a problem here on Same os win 98 using different versions of Java run time environment.
    The code is supposed to work in this way.
    Applet is initiated by a click. a confirmation dialog box appears askign for input from a user in the form of a Yes or a No. if the user clicks Yes the applet continues otherwise it terminates.
    while using 1.4.1_02 This problem occurs that the Confirmation dialog box appears and then disappears for the jar is being downloaded.
    But using 1.3.1_04 gives no problems and the Confirmation box does not disappear.
    Regards,
    Saurabh

    Hmmm, are you running 10.6.8 or later & installed the Security updates?
    Java was an attack vector for FlashBack.
    Disable Java in your Browser settings, not JavaScript.
    http://support.apple.com/kb/HT5241?viewlocale=en_US
    http://support.google.com/chrome/bin/answer.py?hl=en-GB&answer=142064
    http://support.mozilla.org/en-US/kb/How%20to%20turn%20off%20Java%20applets
    Flashback - Detect and remove the uprising Mac OS X Trojan...
    http://www.mac-and-i.net/2012/04/flashback-detect-and-remove-uprising.html
    In order to avoid detection, the installer will first look for the presence of some antivirus tools and other utilities that might be present on a power user's system, which according to F-Secure include the following:
    /Library/Little Snitch
    /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    /Applications/VirusBarrier X6.app
    /Applications/iAntiVirus/iAntiVirus.app
    /Applications/avast!.app
    /Applications/ClamXav.app
    /Applications/HTTPScoop.app
    /Applications/Packet Peeper.app
    If these tools are found, then the malware deletes itself in an attempt to prevent detection by those who have the means and capability to do so. Many malware programs use this behavior, as was seen in others such as the Tsunami malware bot.
    http://reviews.cnet.com/8301-13727_7-57410096-263/how-to-remove-the-flashback-ma lware-from-os-x/
    http://x704.net/bbs/viewtopic.php?f=8&t=5844&p=70660#p70660
    The most current flashback removal instructions are F-Secure's Trojan-Downloader:OSX/Flashback.K.
    https://www.securelist.com/en/blog/208193454/Flashfake_Removal_Tool_and_online_c hecking_site
    More bad news...
    https://www.securelist.com/en/blog/208193467/SabPub_Mac_OS_X_Backdoor_Java_Explo its_Targeted_Attacks_and_Possible_APT_link

  • JQuery UI modal delete confirmation

    Hi,
    I am looking for suggestion on how to fix my script.
    What I am trying to accomplish is to replace a regular javascript delete confirmation window with jquery modal. My regular javascript delete confirmation (as it is build-in thing) looks as:
    in page header I have:
    script language="JavaScript" type="text/javascript">
    <!--
    htmldb_delete_message='"DELETE_CONFIRM_MSG"';
    //-->
    </script>and I have a template based button with Database Action: SQL Delete action and Option URL Redirect to
    javascript:confirmDelete(htmldb_delete_message,'DELETE');
    What I am trying to do with jquery ui is:
    1. I have this script in my page header
    <script>
    $(function() {
         $( "#dialog:ui-dialog" ).dialog( "destroy" );     
         $( "#dialog-confirm" ).dialog({
                   resizable: false,
                            autoOpen: false,
                   height:140,
                   modal: true,
                   buttons: {
                        "Delete all items": function() {
                             $( this ).dialog( "close" );
                        Cancel: function() {
                             $( this ).dialog( "close" );
         </script>
    <div id="dialog-confirm" title="Empty the recycle bin?">
    <p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;">
    </span>These items will be permanently deleted
    and cannot be recovered. Are you sure?</p>
    </div>and I have a template based button (the same as before) with Database Action: SQL Delete action and Option URL Redirect to
    javascript:$('#dialog-confirm').dialog('open')
    My Issues:
    1. When I click on my "Delete" button, I am not getting my modal confirmation pop up in IE at all but I am getting it in Firefox for 0.5 second and then in both browsers I get white page with " [object Object] " on it.
    2. If I change my button to HTML button, I am getting my modal pop up screen but if I am confirming my delete option...it doesn't delete anything. For delete I use "Automatic Row Processing (DML)" process and I want to use Template based button not the HTML.
    I would really appreciate any help and suggestions.
    Thanks

    Hi,
    Create HTML region without template to before footer.
    Place to region source
    <script>
    $(function(){
    $("#dialog-confirm").dialog({
      resizable:false,
      autoOpen:false,
      height:140,
      modal:true,
      buttons:{
       "Delete all items":function(){$(this).dialog("close");doSubmit('DELETE')},
       Cancel:function(){$(this).dialog("close")}
    function confDialog(){$('#dialog-confirm').dialog('open')}
    </script>
    <div id="dialog-confirm" title="Empty the recycle bin?" class="hideMe508">
    <p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;">
    </span>These items will be permanently deleted
    and cannot be recovered. Are you sure?</p>
    </div>And button URL target
    javascript:confDialog()Regards,
    Jari
    Edited by: jarola on Nov 10, 2010 9:02 AM
    Edited by: jarola on Nov 10, 2010 9:36 AM
    If you do not like change all your delete buttons:
    Just create HTML region to page zero before footer without template.
    Place to source
    <div id="htmldb-conf-dialog" title="Confirm"></div>
    <script type="text/javascript">
    $('#htmldb-conf-dialog').dialog({resizable:false,autoOpen:false,modal:true});
    function confirmDelete(m,r){
    $('#htmldb-conf-dialog').html($nvl(m,htmldb_delete_message)).dialog('option','buttons',{
      "OK":function(){$(this).dialog("close");doSubmit(r)},"Cancel":function(){$(this).dialog("close")}
    }).dialog('open')
    </script>This will overwrite original alert
    Regards,
    Jari

  • Error in using popup to confirm dialog

    I am using a set of coding given in book. Follows :
    I am giving the essential only here.....
    DATA : LT_TEXT TYPE STRING_TABLE,
               LR_COMPONENT_API TYPE REF TO IF_WD_COMPONENT,
               LR_POPUP                  TYPE REF TO IF_WD_POPUP_TO_CONFIRM,
               LR_VIEW_CONTROLLER TYPE REF TO IF_WD_VIEW_CONTROLLER.
    CALL METHOD CL_WD_POPUP_FACTORY=>POPUP_TO_CONFIRM
                    EXPORTING
                                     COMPONENT   = LR_COMPONENT_API
                                            TEXT         =  LT_TEXT
                            WINDOW_TITLE         = 'DELETE CONFIRMATION'
                     RECEIVING
                              POPUP_TO_CONFIRM = WD_THIS->LR_POPUP.
    Now I am getting the error like WD_THIS->LR_POPUP not defined .
    i checked with the class CL_WD_POPUP_FACTORY and method POPUP_TO_CONFIRM  and LR_POPUP declaration for type compatibility, every this is fine but not working. can anyone help on this ?

    Try the following code:
        DATA lo_api_componentcontroller TYPE REF TO if_wd_component.
        DATA : lr_popup TYPE REF TO if_wd_popup_to_confirm.
        DATA l_controller_api TYPE REF TO if_wd_controller.
        DATA : l_configuration TYPE wdr_popup_to_confirm.
        DATA : l_text_table TYPE string_table,
        ls_text_table TYPE string .
        lo_api_componentcontroller = wd_this->wd_get_api( ).
        l_controller_api = wd_this->wd_get_api( ).
        ls_text_table = 'Are you sure you want to Delete record?'.
        APPEND ls_text_table TO l_text_table .
        TRY.
            CALL METHOD cl_wd_popup_factory=>popup_to_confirm
              EXPORTING
                component        = lo_api_componentcontroller
                text             = l_text_table
                window_title     = 'Confirmation'
                configuration    = l_configuration
              RECEIVING
                popup_to_confirm = wd_this->popup.
          CATCH cx_wd_runtime_repository .
        ENDTRY.
        wd_this->popup->subscribe_to_events(
        controller = l_controller_api
        handler_name = 'CONF_DELETE' ).

  • Error while deleting confirmation in EBP

    Hi,
    We are using SRM 5.0 & ECC 4.6c. Currently we are not able to delete the confirmation from EBP. i.e. from "Display\Process Confirmation" screen. But we can create new confirmation against the PO.
    The scenario configured in our system is Classic.
    Kindly provide us with your inputs on this.
    Regards
    KGp

    Hi,
    Have a look at these threads:
    Store user is not able to delete the confirmation !
    Delete confirmation (impossible)
    Confirmation Error in SRM
    SRM - Delete confirmation
    Re: Delete button not available for goods receipt when PO has GR-Based IV set
    BR,
    Disha.
    DO reward points for useful answers.

  • SRM - Delete confirmation (service entry sheet)

    Hi,
    we have the 5.00SRM.
    The user tried to post twice the same confirmation (service entry sheet) so the system replicated the first one in R3 and the second is in error for the Purchase order lock (message class SAP-T100 message-id BBP_ADMIN 010).
    It's right that the second is in error (Luckly!!!), but now we don't know how delete it (the second wrong confirmation), because in the confirmation transaction the delete button is inactive. Now the user need to create a new confirmation for the same purchase order, but since now all the confirmations for that purchase order go in error.
    Please, help me ... I looked all SAP notes and forum messages but I didn't find the solution.
    Thanks
    Lara

    Hi
    Which SRM scenarion and version are you using ?
    <u>Seems to be some bug in the system (Either due to wrong implmentation of some OSS note or some other reasons).</u>
    <b>Anyways, better to raise an OSS message with SAP as well.</b>
    <u>Refer to following OSS notes.</u>
    <b>535765 Too many entries in BBP_DOCUMENT_TAB
    1028584 You cannot delete confirmations that are in approval process
    863198 Confirmation screen is locked on click on delete button
    668829 Error when deleting held goods receipt confirmations
    852327 Disable Deletion of Confirmed PO Items
    994529 Conf can be deleted despite error in DOC_CHECK_BADI
    778489 Partial confirmations for back-end service purchase orders
    602973 Duplicate error messages during confirmation
    499917 EBP: deleted return delivery: BBPERS creates no invoice
    786051 Deleted service lines are checked
    515754 Deletion of held confirmation documents in back-end case
    355138 Cancellation of goods receipt/service confirmation
    430660 Deletion, change, return delivery possible after return</b>
    Hope this will help.
    Regards
    - Atul

  • Displaying Multiple Sentences in Confirmation Dialog Box

    Hi Experts,
    Can anybody please tell me how to display three or multiple separate sentences in a Confirmation
    Dialog box. I am able to diaplay two sentences in a single line but the dialog box is getting stretched a
    lot. So i want to diaply them in separate sentences onr below the other.
    Thanks a lot.

    Hi shrini...
                   you want to number of line display in one dialog box ..
                  you have to declare one Strinh like thiss as below..
    have to create one event method as OK...which is visible in eventhandler code as
    findInEventHandlers("OK");
    create one method in component aas showBox....
    public void showBox( )
        //@@begin showBox()
         String   dialogText="welocme to""\n""India""\n".........................
          IWDEventHandlerInfo info=wdControllerAPI.getControllerInfo().findInEventHandlers("OK");
         IWDConfirmationDialog win=wdComponentAPI.getWindowManager().createConfirmationWindow(dialogText,info,"OKK");
      win.open();();
    thanks
    jati

  • File download element in confirmation dialog box

    Hi,
    Can I use File Download elements in Confirmation Dialog Box?Please raply me as early as possible.
    Regards
    Aniruddha

    Hi
    You can not use  File-Upload UI element inside confirmation dialog ,because there is no provision to add any UI ,except Button.
    Please avoid  my previous reply .
    Best Regards
    Satish Kumar
    Edited by: satish jhariya on Mar 3, 2009 11:29 AM

  • How to get  the choice clicked by the user on a Confirmation dialog?

    Hi,
    'm trying with Confirmation dialog which should return
    'yes', 'No', or 'Cancel'
    I wrote like:
    String Message="Do u want  to update ??";
         IWDControllerInfo controllerInfo = wdControllerAPI.getViewInfo().getViewController();
         IWDConfirmationDialog dialog =wdComponentAPI.getWindowManager().createConfirmationWindow( Message, controllerInfo.findInEventHandlers("Yes"), "Yes");
         dialog.addChoice(controllerInfo.findInEventHandlers("No"),"No");
         dialog.addChoice(controllerInfo.findInEventHandlers("Cancel"),"Cancel");
         dialog.open();
    It works as a normal dialog window
    But how can I get the choice that is clicked by the user.
    ie . either 'Yes', 'No', or 'Cancel'.
    can any body help me
    thanks
    Smitha

    Smitha,
    In addition to your code, create 3 event handlers in your controller, name them Yes, No, Cancel. In every event handler you know what event was fired, i.e. what button is pressed.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

Maybe you are looking for

  • How to delete extra tab space in the flat file??

    Hi all,     I have a flat file on presentation server which has 20000 records. In this file there are 16 fields and distance between each field is different and what I want is each field should have one tab space between another. Thanks & Regards Jer

  • VeriSign SSL signature used in JAR file?

    Can the security key used for SSL be imported into Java to sign a JAR file?

  • Using facelets and javascript in dynamic regions

    Hello I'm using JDeveloper 11g 11.1.1.4.0. In the JDeveloper's documentation I found that there is the best parctice to use facelets. Now, I have next problem. I use dynamic region iside xhtml (facelets) page. Inside that dynamic region there is a vi

  • Text messages different colors?

    The text messages I send are different colors. Some of their background are blue and some are green. Why is that?

  • IPad 3 Self Touching(while its charging)

    Hi all,recently I download the game injustice and after while playing my big brother pressed the screen so hard that Im afraid of.... Now,I get self touching problem when it's charging.the iPad stops charging and then it has the self touching thing..