How i can stop the automatically empty trash?

How i can stop the automaticall empty trash?
when i move a file to trsh , i recieve the massage from the finder asked me the password, thereafter, i do Ok , then the file move to trash, when i open the trash i found it empty automatically  

i did  already , but still the same problem .
when i do move the trash, i recieved a massage titled " Finder wants to make changes. type your password to allow this" , i do Ok , then the file directly moved to trash , but when i go to the trash i found it empty.

Similar Messages

  • How I can stop the combo box with list of values from fireing validations

    Hi I'm using Jdeveloper 11.1.2.3.0
    Using Hr Schema employees table
    I Display employees data in af:table
    and I make List Of values on Department_id filed to easy change the employee department
    and another one on Job_id filed
    and Imake them UI Hints as ( combo box with list of values ) in the employeesVO
    the problem is when I Select a value from department or jobs ( combo box with list of values )
    fires the entire filed validations for mandatory atributes
    Note : the af:table Property ( contedelivery) is set to (immediate )
    How I can stop the combo box with list of values from fireing validations

    check it out.,
    http://andrejusb.blogspot.in/2012/09/what-to-do-when-adf-editable-table.html

  • I need to know how I can disable the automatic updates of Firefox, since I work in a company that is requiring this. Ideally, by group policy or some means to disable all network computers

    I need to know how I can disable the automatic updates of Firefox, since I work in a company that is requiring this.
    Ideally, by group policy or some means to disable all network computers

    Some info here (group policy) --> http://www.unidesk.com/blog/how-disable-firefox-auto-updates<br />
    Above article refers to --> http://sourceforge.net/projects/firefoxadm/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Hi, I like using Firefox more than I do IE, but I've been using IE lately because of all the pop-up pages I'm getting. Do you have any idea how I can stop thes

    Hi,
    I like using Firefox more than I do IE, but I've been using IE lately because of all the pop-up pages I'm getting. Do you have any idea how I can stop these pop-up tabs from happening?
    Thanks

    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • How I can stop the spinning of images.

    //****************************************Dot Net Variable**********************************************
    var reel_array:String = ("3,1,2,7,10,8,6,7,4,2,3,8,5,3,1,9,@10,6,1,8,4,3,5,9,1,2,2,8,3,7,3,7,@2,4,2,1,1,3,8,3,7,1 0,9,3,8,7,5,6,@2,6,5,8,1,7,2,9,4,10,3,8,7,1,3,3,@8,3,4,1,7,2,1,2,10,8,6,3,3,9,7,5,@");
    //****************************************Dot Net Variable**********************************************
    var my_array:Array = reel_array.split("@");
    var randomno:Array = new Array(my_array.length-1);
    var reel_array:Array = new Array(my_array.length-1);
    for (var k = 0; k<(my_array.length-1); k++) {
        reel_array[k] = my_array[k].split(",");
        randomno[k] = random(16);
    var my_str:String = "1,2,3,4,5,6,7,8,9,10,1,2,3,4,5";
    var display_array:Array = my_str.split(",");
    _root.createEmptyMovieClip("sq_mc",this.getNextHighestDepth());
    sq_mc._x = 147;
    sq_mc._y = 336;
    var myObj:Object = new Object();
    myObj.rows = 16;
    myObj.columns = 5;
    myObj.space = 61;
    myObj.depth = 1;
    myObj.path = _root.sq_mc;
    myObj.path.swapDepths(0)
    function createGrid():Void {
        for (var j:Number = 0; j<myObj.rows; j++) {
            for (var i:Number = 0; i<myObj.columns; i++) {
                var name:String = "cell"+i+"_"+j;
                var x:Number = (i)*myObj.space;
                var y:Number = (j)*myObj.space;
                myObj.path.attachMovie("box_mc",name,++myObj.depth);
                myObj.path[name]._x = x;
                myObj.path[name]._y = -y;
                myObj.path[name].createEmptyMovieClip("holder_mc",this.getNextHighestDepth());
                var ind:Number = randomno[i]+(j-1);
                if (ind<0) {
                    ind = 15;
                } else if (ind>15) {
                    ind = 0;
                myObj.path[name].holder_mc.loadMovie("images/jackpot/"+reel_array[i][ind]+".jpg");
    createGrid();
    spinImages = function () {
        setImages();
        setImages1();
        setImages2();
        setImages3();
        setImages4();
    matter_mc.btnSpin.onRelease = function() {
        spinImages();
    setImages = function () {
        for (var i:Number = 0; i<myObj.columns; i++) {
            for (var j:Number = 0; j<myObj.rows; j++) {
                var str:String = "cell"+0+"_"+j;
                var ind:Number = randomno[i]+(j-1);
                myObj.path[str].holder_mc._alpha = 100
                myObj.path[str]._y++
                trace("y="+myObj.path[str]._y)
                if(myObj.path[str]._y>60){
                    myObj.path[str]._y=-915
        setTimeout(this,'setImages',1)
    setImages1 = function () {
        for (var i:Number = 0; i<myObj.columns; i++) {
            for (var j:Number = 0; j<myObj.rows; j++) {
                var str:String = "cell"+1+"_"+j;
                var ind:Number = randomno[i]+(j-1);
                myObj.path[str].holder_mc._alpha = 100
                myObj.path[str]._y++
                if(myObj.path[str]._y>60){
                    myObj.path[str]._y=-915
        setTimeout(this,'setImages1',5)
    setImages2 = function () {
        for (var i:Number = 0; i<myObj.columns; i++) {
            for (var j:Number = 0; j<myObj.rows; j++) {
                var str:String = "cell"+2+"_"+j;
                var ind:Number = randomno[i]+(j-1);
                myObj.path[str].holder_mc._alpha = 100
                myObj.path[str]._y++
                if(myObj.path[str]._y>60){
                    myObj.path[str]._y=-915
        setTimeout(this,'setImages2',10)
    setImages3 = function () {
        for (var i:Number = 0; i<myObj.columns; i++) {
            for (var j:Number = 0; j<myObj.rows; j++) {
                var str:String = "cell"+3+"_"+j;
                var ind:Number = randomno[i]+(j-1);
                myObj.path[str].holder_mc._alpha = 100
                myObj.path[str]._y++
                if(myObj.path[str]._y>60){
                    myObj.path[str]._y=-915
        setTimeout(this,'setImages3',15)
    setImages4 = function () {
        for (var i:Number = 0; i<myObj.columns; i++) {
            for (var j:Number = 0; j<myObj.rows; j++) {
                var str:String = "cell"+4+"_"+j;
                var ind:Number = randomno[i]+(j-1);
                myObj.path[str].holder_mc._alpha = 100
                myObj.path[str]._y++
                if(myObj.path[str]._y>60){
                    myObj.path[str]._y=-915
        setTimeout(this,'setImages4',20)
    displayImages = function () {
        for (var j:Number = 0; j<myObj.rows; j++) {
            for (var i:Number = 0; i<myObj.columns; i++) {
                var str:String = "cell"+i+"_"+j;
                myObj.path[str].holder_mc._y=-50
                myObj.path[str].holder_mc.loadMovie("images/jackpot/"+display_array[i+(j*5)]+".jpg");
            heighLight()
    //******************************************HeighLight Image********************************************
    this.createEmptyMovieClip("line_mc",this.getNextHighestDepth());
    line_mc.lineStyle(2,0x00000,100);
    var line_details:Array =new Array(25);
    line_details[0] = "2,2,2,2,2,";
    line_details[1] = "1,1,1,1,1,";
    line_details[2] = "3,3,3,3,3,";
    for(var i=3; i<line_details.length;i++){
        line_details[i] = "2,2,2,2,2,";
    var reelBlink_string:String = ("Line:1:0.1:2,Line:2:0.1:3,Line:3:0.1:4,");
    var lines_array:Array = reelBlink_string.split(",");
    var reelBlink_array:Array = new Array(4);
    heighLight=function(){
        for (var k = 0; k<(lines_array.length-1); k++) {
            reelBlink_array = lines_array[k].split(":");
            var line_no:Number = reelBlink_array[1];
            var high:Number = reelBlink_array[3];
            var line_string = line_details[line_no-1];
            var col_array:Array = line_string.split(",");
            for (var n:Number=0;n<high;n++){
                    var str:String = "cell"+n+"_"+(col_array[n]-1);
                    myObj.path[str].holder_mc._alpha = 30
    (setImages) is function of first column for spinning of images, but i want to stop column wise on specifc speed.

    Hi,
    You can check the flash help for that
    here is the small example for that
    import mx.transitions.Tween;
    var myTween:Tween = new Tween(img1_mc, "_y", mx.transitions.easing.Strong.easeOut,0, Stage.height, 50, false);
    var theDuration:Number = myTween.duration;
    trace(theDuration);

  • Is there any way can stop the automatic mode channel?

    Hi Expert,
    I wanna confirm if there are anyways can make the automation mode channel to be stopped, excepting stop the channel in
    the "Runtime Wrokbench" of the Browser by manual.
    I expect the manner as using the Http Request to stop the channel.
    Is there any way?
    ( I consider maybe the way using Http request to stop the automation mode channel is not viable. cause I got the error msg describe as follows:
    The channel "GSCMDRECEIVERBJ/XIF_JAVA/APS2GSCMDBJ_RECEIVER_CC (GUID 9c094a53361438e6947efba69a4c7715)" is configured to use an automation mode not compatible with the type of the current principal (WSUSER). The channel was not started. Change the channels automation mode and repeat the administrative action. )
    Thx in advances.
    Brian

    Hi Brian
    Check this blog " Control Communication Channels Externally without using RWB "
    /people/william.li/blog/2007/05/04/control-communication-channels-externally-without-using-rwb
    I guess it might help you
    Regards
    Harish

  • How do I stop the automatic sequence in reading podcasts ?

    I can not find a way to stop iTunes from 11.1 to automatically go reading my podcasts. Is also one of the many bugs in this version?

    Hello moeme:
            Wow that did not work? Thats the directions given. Ok we will do it this way. Frist click on HP Support Assistant  ok. Now click on maintenance and run PC tune up but first veiw see setting Click on: Chick here to display, select, or hide tune-up task. Now put a check mark in all boxes except in disk defragmenter if listed. Disk Deframenter just hangs causing HP Support Assistance to malfunction. There for do not check that box. Now we just got rid of Internet history and empty all temp internet files.
              Now if you like to back up your favorite web-sites please do so other wise they going to be history. Now open up you Internet Explorer  click on tools select Internet Options then click on Advanced tab click on reset. Everything now is erased. Should have a new browser now. Open Internet Explorer again now go to tools again. Select Internet Options Click General tab if not displayed. Check mark Delete temporary files, history, cookies , saved passwords, and information from websites. Click on delete then click ok. Now you need to click on tools Select manage add ons.Enable your tool bars again. Then Select Search Providers and enable them also remove the one you do not want. If you downloaded Real Player and Adobe Flash player. They might need to be download again. Now reload your favorites. Now on do not check mark boxes when it ask to if you want it saved. Please tell your other users the same thing.
             That's takes care of the Internet Explorer end.  You can also check anytime if some one else started using saved passwords on line. Goto my control pannell and click on Store  credentials for automatic logon. Manage them here as well just click on them and it will ask you remove from valt. Please click on Kudos if this now finally resolved your issue. Than you it's been a pleasure working with you. frrw

  • How do i stop the automatic load of signal express every time i plug in an USB device?

    This is the most invasive thing I have experienced with NI products. The only choice you get is to select a trial offer or pay for a license you can't X out.

    what happens if you right-click on the NI Device Monitor in the notification area and click "clear all device associations"?
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

  • How do I stop the automatic first letter caps on iPad

    Question is the question. System always capitalizes first letter which in turn messes up my user and passwords.

    i dont think you can unless you hit the lowercase button. Trust me its a pain and another suggestion they should fix it.

  • How can I stop the automatic downloads of the iPhone 2G?

    how can I stop the automatic downloads of the iPhone 2G?

    What automatic downloads?  Please explain your problem in detail.

  • How Can I Stop the Automatic Backup

    I downloaded and am trying to use the free trial of Photoshop Elements 10 on my Mac.  The first time I opened the program, aside from a bunch of fiddly repeated signing in with Adobe, all went well.
    Then, somehow, it began to back up all my pictures to some Adobe place.  Naturally, there wasn't enough room.  Now, I get a notification that I need to purchase more room for my pictures to back up.  The editor freezes and I have to do a forced close to even get it to close.  Needless to say, I can not in any way evaluate whether or not I want to buy the software if I can't even use it.  I am about to just uninstall the whole thing and forget about it.
    Is there any way to disable the backup?  I am surely not going to spend any money buying more space if I'm not going to end up buying Elements, and apparently Elements is going to keep crashing because it can't complete the backup.  I went to my "personal Adobe webpage" to try to delete pictures from there, but no, they are locked and can't be deleted, which I find rather disturbing.  I have done Google searches and can't find any info on this problem.
    Has anybody experienced anything like this?

    Hi,
    You can disable the automatic back up by any of the two methods –
    Go to ‘Adobe Elements Organizer->Preferences->Backup/Synchronization’. Now uncheck the check box for ‘Backup/sync is on’. OR
    Use the shortcut ‘Command+K’ to launch Preferences and then uncheck the check box for ‘Backup/sync is on’.
    Regarding deleting photos follow these steps-
    Log on to http://www.photoshop.com/ . Sign in here with the account (which you created at your welcome screen).
    At home page you will find options saying ‘Organize my library’ (at top right side). Click it and it will take you to the page which contains all your shared media. You can easily delete it from here.
    I think it will solve both of your problem. Let me know if problem persist.

  • How do I stop the iMessage conversation from automatically showing when I go into the I message center? I only want the contacts to show down the left side and nothing on the right until I select a conversation to view.

    HOW DO I STOP THE WHOLE IMESSAGE CONVERSATION FROM AUTOMATICALLY SHOWING WHEN I GO INTO IMESSAGE? I only want the contact bar on the left to show and not the whole conversation, until I pick one to see.

    You can't. You can sign out of messages and turn it off, but you can't do what you would like to do. You can send feedback to Apple.
    https://www.apple.com/feedback/ipad.html

  • HT3702 I have paid once for one month subscription for al jazeera sport live app. I just released after few months that they are automatically charging me on monthly bases. How i can stop them charging me for something i did not use and i did not authoriz

    I have paid once for one month subscription for al jazeera sport live app. I just released after few months that they are automatically charging me on monthly bases. How i can stop them charging me for something i did not use and i did not authorize?

    You possibly set up an auto-renewing subscription with the app - there are instructions on this page on how to manage them, including how to stop them : http://support.apple.com/kb/HT4098

  • How do I stop (permanently) automatic downloads of specific items - in particular, movies that I have downloaded on another pc and copied these to the computer I am now using?

    How do I stop (permanently) automatic downloads of specific items - in particular, movies that I have downloaded on another pc and copied these to the computer I am now using?

    Hi michael emerald,
    Welcome to the Apple Support Communities!
    It sounds like you would like to download your purchased content directly to your iPad and not have to go through iTunes to sync it. You can download individual purchases directly from the iPad using the Purchased section. Please use the attached article as a reference. 
    Download past purchases - Apple Support
    Have a great day,
    Joe

  • When I take my phone off charge in the morning I get an info box on the front which has the sound trumpet icon with a line through it and the word Mute.  The only way to get rid of it is to reboot the phone any ideas as to how I can stop this happening?

    When I take my phone off charge in the morning I get an info box on the front which has the sound trumpet icon with a line through it and the word Mute.  The only way to get rid of it is to reboot the phone any ideas as to how I can stop this happening?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

Maybe you are looking for

  • How to see html code in a php file using CS5.5 without using testing server?

    In CS5.5 when I open a page with php extention, DW does not show any html code in design view without me having to set up a testing server. In DW 8 it would open the same files and show me the html in design view. I have no need to test php code, I j

  • Lock Box Validation

    We have created our own formats,sql loader in tune with the bank file format. We succesfully brought data into interface tables. we have batch header, Trailer and two receipts. Now we are doing the second step of ie validation. Report shows the recor

  • T:schedule not defined in tomahawk.tld

    Hi, I have been trying to use the tomahawk schedule component. I have faced 2 problems up to now: 1st... Cant find in a maven repository the adequate tomahawk jar file, so I downloaded it manually and put in the repo. 2nd... The tld <%@ taglib uri="h

  • Report Painter - CO-PA Clarification

    Hello All, I have few clarifications on the below in CO-PA Reports, could somebody help me out. 1. In the report form, i have set the columns to display in number format of 10,00,000. when i execute the report in the initial screen i dont have any pr

  • Help! Droplets and Exporting

    hey folks, I seem to recall this being posted, but for the life of me i cannot find it. what is the correct way to setup the photoshop Action & and Automate options when it comes to creating a sharpening droplet (for use in an Export's "Post-Processi