Another trash question...checking the total trash size...

Is it possible to check the file size of trash... i want to know how many mb i am deleting off my mac without having to check hd size before and after...
thanks in advance!!

Click on Trash in Dock, once the Trash Finder window opens hit ⌘ + I, (that is: Command and letter 'eye' for Info). A further window opens with the total size of the Trash in the top right corner, as with getting Info on any file or folder.
Have fun,
Adrian

Similar Messages

  • Check the total sizes of total attachments not allow more than 9 mb when adding attachments to a PDF

    My clients requested the form has the validation when I add attachments to a PDF, the total sizes of these  attachments not more than 9 Mb. I can just check the size of each attachment but I cannot check the total sizes of the attachment.  I am not sure what I am doing wrong the coding is unsuccessful.  Please help!!!! 
    Thank you very much.
    CindyWhat
    Here is the coding in event:click - attachment button
    var maxSize=75497472; //bits
    try{
    var count= 0;
    var oDoc = event.target;
    var oAttachment = oDoc.dataObjects;
    if(oAttachment != null){
      count = oAttachment.length;
    oDoc.importDataObject("attachment" + (count + 1))
    var dataObj = oDoc.getDataObject("attachment" + (count + 1));
    var fileName = dataObj.path;
    var fileType = fileName.substring(fileName.lastIndexOf("."));
      if(fileType != ".pdf" && fileType != ".PDF" && fileType != ".JPG" &&
      fileType != ".jpg" && fileType != ".tif" && fileType != ".TIF"&&
      fileType != ".tiff" && fileType != ".TIFF" &&
      fileType != ".doc" && fileType != ".DOC"){
                    xfa.host.messageBox("Please correct the file type.");
                    oDoc.removeDataObject("attachment" + (count + 1));
    // combine size
      //get content
      var oFile = oDoc.getDataObjectContents("attachment" + (count + 1), true);
                            var oBase64Stream = SOAP.streamEncode(oFile, "base64");
                          var oFile = SOAP.stringFromStream(oBase64Stream);
                            // check the length of the document
                            var lenTotal = oFile.length;
                            FileSize.rawValue = lenTotal;
      if (lenTotal > maxSize)
       xfa.host.messageBox("the total size is 9 MB");
       oDoc.removeDataObject("attachment" + (count + 1));
      }// end if
      else
       xfa.host.messageBox("successfull attachment","Attachment",2);
    catch (e)
    xfa.host.messageBox("Please review the document");

    We are using Microsoft SQL Server 2008 . but it's well with MySQL & JBoss

  • How to Check the total value of a field

    Hi,
    I want to check the total value of a field (this total is obtain by using property of that field thru personalization).
    that means , in a table 3 columns are there (col 1, col2 & col3). I personalized the total property as true for col3.
    now i'm getting the total for that field.
    I want to check that total whether it crossed 100 or not.
    How to do this?
    Thanks in advance,
    SAN

    Hi San,
    You can achieve by using OATotalRowBean, search for OATotalRowBean in this forum you should be able to get some sample code.
    public class OATotalRowBean
    extends TotalRowBean
    implements OAWebBean, OAWebBeanConstants
    A special row rendered at the bottom of a table which lets users see totals for columns which are designated for summing.
    Note The total is calculated and displayed only for visible rows.
    When you indicate that you want to total one or more columns, the OA Framework creates an OATotalRowBean and designates it as the columnFooter named child of the OATableBean. If the OATableBean is also configured to insert rows (so it has an "Add Another Row" button), then the total bean becomes an indexed child of the add table row bean (see OAAddTableRowBean), which the OA Framework in turn designates as the table's columnFooter object.
    If you need to access the table's column footer object for any reason, call the OATableBean's getColumnFooter() method. If row insertions are enabled, this method returns an OAAddTableRowBean; otherwise it returns an OATableRowBean.
    For detailed information about creating and working with tables, see OA Framework Developer Guide: Tables.
    With regards,
    Kali.
    OSSi.

  • I keep getting this message, I decided to delete whatever I can to free up some space. Then I get my few GBs I have left on the startup disk. Then after a day, I get the message again. I check the startup disk size and notice I have "zero kb" left. ??????

    I keep getting this message, I decided to delete whatever I can to free up some space. Then I get my few GBs I have left on the startup disk. Then after a day, I get the message again. I check the startup disk size and notice I have "zero kb" left. ??????

    Click your Apple menu icon top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space.
    Restart your Mac after freeing up disk space then check Stoage again.
    Another way to view avialable space:
    Control click the MacintoshHD icon on your Desktop then click Get Info.
    In the Get Info panel you'll see:  Available & Capacity
    Again, make sure there's at least 15% free disk space.

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • T.Code for checking the total value of a material

    Hi Experts,
      Can anybody tel me the T.code for checking the total value of a material which is procured in a specified period?
    Thanks in advance
    Channa

    Refer Tcode ME80FN click on Change Veiw & select Purchase Order History with this you can get PO-GRN-INVOICE Qty & Value details
    Last button on Application tool Bar it is in line of filter, total etc icons
    Also check below reports :
    MC$G - PURCHIS: Material PurchVal Selection
    MC$0 - PURCHIS: PurchGrp PurchVal Selection
    MC$< - PURCHIS: MatGrp PurchVal Selection
    MC$4 - PURCHIS: Vendor PurchVal Selection

  • Why has the total library size gone from my itunes

    I downloaded the latest iTunes the other day and now the total library size is missing and the window size is actually too large for my monitor too, though I've not altered any settings.  
    I HATE not having the library size showing at the bottom of the page when my iTunes library is open.  Anyone know what's happened?

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library as iTunes Library (Corrupt) and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be renamed as iTunes Library.itl to restore the library to a recent state.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    tt2

  • Knowing the Total Swap size in solaris

    Dear all
    can anyone help me finding out Total Swap size(constant) value in solaris 10
    I tried swap -s and used (Used+available as TOTAL swap)
    its keep changing, as its is a current swap size at that time.
    actually My intention is to used this forumula in the script,as I found that solaris uses memory as physical+SWAP
    (Physcial Memory +swap size)
    Total physical+Total swap
    what is the best way to find out Actual Total Swap size in solaris ??

    I tried swap -s and used (Used+available as TOTAL swap)
    its keep changing, as its is a current swap size at that time.
    That's to be expected. See "How does Solaris Operating System calculate available swap? (Doc ID 1010585.1)"
    actually My intention is to used this forumula in the script,as I found that solaris uses memory as physical+SWAP
    (Physcial Memory +swap size)
    Total physical+Total swap
    what is the best way to find out Actual Total Swap size in solaris ??
    If you want to know the size of the swap device, then look at the device(s) being used for swap and check the size of the slice or zvol. That'll tell you the starting value. The available will fluctuate with system usage. See Doc ID 1010585.1
    What exactly are you trying to achieve with your script?

  • Question - changing the NEXT extend size manually

    Hi Guys,
    I would like to get clarification on the subjected topic. During DB reorg, we have an option to change the next extend size manulay. If I want to change the next extend size , which is the best practise to follow on deciding the next extend size? Is there any method to calculate the best next extend size?
    Also, I would like to know , after a DB reorg - how continuous freespace in a tablespace changes...(i.e) DB02 --> Freespace statistics --> Tablespace --> freespace analysis
    Does the continuous freespace has any direct relation with the next extend size that we choos during the DB reorg?
    Please also share the link if there is any literature on this topic.
    Best regards,
    Vinodh.

    Hi Vinod,
    With New Versions of Oracle like 9i onwards DB reorg can be online and has featute of LMTS ( Locally managed Tablespaces) which eliminates the earlier limitaion of MAXEXTENTS and NEXT_EXTENT parameters.
    However if you are operating on earlier oracle version then you need to decide on the value of NEXT_EXTENT depending on the MAXEXTENTS value. If MAXEXTENTS limit is reaching rapidly then you can set NEXT_EXTENT to higher value but with disadvantage of incompletely filled blocks and hence wasteage of space.
    Freespace released doesnot hv any direct relation with next extent size. Freelists parameter will decide whether particular block is available or not.
    Hope this is helpful
    Regards
    Umesh

  • Where can i check the total revenue in a particular DIVISION

    Hi,
    Kindly help me
    We have value field-62 for SALES,I need to see the total sales value per division wise,Where can i find the sales of that particular value field?
    Please help me
    Thanks
    Supriya

    Hi Supriya,
    If you have division as Characteristic in you Operating Concern, then you can create a report to know the revenue by division.
    But i am sure you can also get this report either from SD module or in BI SD cube.
    Please let me know if you need further details in this regard
    Surya

  • Checking the total size of a table with VARARRAY objects

    Hi,
    I have a table PEARSON_RESULTS which stores some 3-4 fields along with a VARARRAY object. I have prepared this table using a plain relational table (which contained no VARARRAY object) as input. The plain relational table has segment size of 6GB. But when I run query
    sql> SELECT SUM(BYTES) FROM USER_SEGMENTS WHERE SEGMENT_NAME = 'PEARSON_RESULTS'
    This query result is just 2MB . Therefore I guess that the VARARRAY objects might be stored in some other segments (other than the primary table) which I am not aware of.
    Could someone please tell me how to calculate the size of a table having VARARRAY column correctly.
    Thanks,
    Anuj

    If the VARRAY is stored as a LOB, you can query DBA_LOBS to get segment_name and segment_sizes for related LOBs.

  • T.code for check the Total SRS

    pls tell me t.code for match the SRS (stock requitions slip)from store  or production ?
    Thanks
    Rekha Sharma

    U can check in MB25 or in MB51.

  • SharePoint workspace shows error of the total file size limitation has been reached

    Hi,
    An error occurs while syncing to a doc library  :
    why I am having this error can you please advise?
    How can I avoid this in future?
    Thanks
    Gaurav
    Gaurav Vekaria

    Hi Tim,
    Thanks for your reply mate!
    surprisingly, my work space syncs all other files that I added after, but it does not sync only this file which was uploaded by my colleague.
    if it is the case of reaching file size limit, How can I increase my workspace limit to add some more files in the same doc library.
    Thanks for your consideration.
    Thanks,
    Gaurav 
    Gaurav Vekaria

  • Another STUPID question from the Hoss; Firmware updating , Yes or No?

    I've gotten conflicting input from persons whom I consider to be far more Knowledgeable in their Geekness than am I.
    Let me lead off by saying that they are ALL very long-term Mac-ers, these are the people who convinced me to dive into Lake Cuppertino!
    One "faction" advises to NOT install the firmware updates, that they are a risky proposition, that the computer is best off with the firmware installed with it's build.
    The other group says that Apple wouldn't encourage us to update the firmeware if it wasn't safe and good and generally wholesome for our computers.
    My experience with this thus far; The ONE time I did be all brave and studly and do the firmware update, it froze my computer so badly that I ended up having to make the 90-minute,(one way), journey to the Apple store and hand it over to the resident Genius.
    Fortunately, it was the 15 minute fix, as opposed to the alternate possibility, which requires, apparently, 3 days.
    So I was left with the feeling that the nay-sayers are indeed correct.
    And I have some trepidation in risking it again, because I REALLY REALLY need my 'puter working, don't have so much time for driving a majillion miles to get, either a 15 minute, or a,(possibly), 3 days fix.
    What can you folks tell me about this?
    Does a significant interval between the inception firmware and the update you finally decide to install exacerbate the risky-ness of doing it?
    Is there a point where you absolutely MUST update the firmware?
    What causes the brick-ness after the install?
    I am certain that there are MANY differing opinions and experiences.
    I will appreciate any responses that may help to make this all clearer to me!
    THANKS, And CHEERS!

    More than likely because they got bit when doing one or are paranoid from reading these "emergency room" episodes. That's the beauty of having multiple, bootable clones. You can do the updates on one and test to see if there are any pitfalls. This is my standard advice before updating/upgrading/installing new stuff.
    Get a bootable, external HD (preferably FireWire, since it's 40-50% faster than USB 2 and designed for data transfers), make a bootable backup/clone before updating/upgrading, and ensure that it's bootable and works like the original. That allows you to revert to the previous good state without having to reinstall or reset anything. See these for details:
    http://docs.info.apple.com/article.html?artnum=106941
    http://www.macmaps.com/upgradefaq.html
    http://www.macmaps.com/backup.html
    http://www.thexlab.com/faqs/installswupdates.html
    http://www.thexlab.com/faqs/backuprecovery.html
    If you only have a Time Machine backup, ensure that you can reliably restore it to another disk/volume/partition before updating/upgrading.

  • How to restrict the total order size to 10 in atg CRS store

    Hi,
    i want to restrict customer from selecting orders not more than 10 either the same product or different one. i got the solution for same product but the problem is when i am trying to restrict the customer from selecting items more than 10 by changing some code in StoreCartFormHandler.java . i cant able to get that....... and i'll also explain what are all the changes which i have made in that like putting condition for overallQuantity attribute it was not effecting the code. can anybody please tell me what else i've to do...

    Thanks for the reply,
    Mr.Rsharma and karthik you both said that orderHolder oh=getcurrent(); but that getcurrent() method was not there in that. when i am trying to write that it was showing getCurrentTransaction(). and also i want to know from you guys that i need to make changes to preaddItemsToOrder() or addItemsToOrder(). i am editing the preaddItemsToOrder() And as i am new to ATG i dont clearly know what are all the methods like OrderHolder or commerceItems.and i want to restrict the user from selecting items of same type or different type that overallitems should not exceed 10.
    i am pasting my code over here.which i have written from your references.
    OrderHolder shoppingCart = (OrderHolder) this.resolveName(SHOPPING_CART, false);
         Order order = shoppingCart.getCurrent();
         List info=order.getCommerceItems();
         if(info!=null)
         for(Object ob:info){
                   Nquantity +=getQuantity(((CommerceItem)ob).getId(), pRequest, pResponse);
         System.out.println("the new quantity is"+Nquantity);
    sorry if i am not clear.
    Edited by: Ravikishore on Nov 28, 2012 4:46 AM
    Edited by: Ravikishore on Nov 28, 2012 4:50 AM

Maybe you are looking for