Calculator and Paper Tape..

Trying to solve a mysterious issue with the calculator application.
When I was using Tiger the paper tape in calculator allowed me to highlight either a particular total
if I miscalculated and type in the correct amount, then gave me the option to "recalculate" that total
so I wouldn't have to retype the entire batch of numbers again.
Now in Leopard this function (re-calculate) doesn't seem to be there, and I've had to retype all my
numbers if I did an error!! This has been frustrating as I'm in the midst of doing my taxes and with
MANY numbers to total, any error has slowed me down as I have to re type these totals.
IS there a function I'm not aware of?
When I called Apple they said this calculator is the same version they've had for the past few years.
It was suggested to trash the calculator plist, which I tried but no luck as I had thought.
GREATLY appreciate any possible leads in resolving this.. thanks~ ~A~

It does indeed appear to be gone.
I never used it, but this references does show the Recalculate totals" button
http://www.epigroove.com/posts/76/fearlesscalculating_with_os_xscalculator
On my calculator this button is also missing, so either it is a bug on Apple's part or they took it out for some unknown reason.
You can report this as a bug here:
https://bugreport.apple.com/
You need to first join the ADC - the Apple Developer Community.
It's quick and free and IMO, quite worthwhile.

Similar Messages

  • Paper Tape "Recalculate Totals" in the leopard mac calculator ?

    What happened to the paper tape "Recalculate Totals" in the leopard mac calculator?
    How else can I track and calculate long and tedious numbers on my mac?

    I have no idea. Never saw that option and I can't find anything in the Help files. Also, I strongly suggest updating to 10.5.3.

  • Variant Configuration:Calculation For Masking tape in VA:21.

    Dear Experts,
    Our client is using sales order BOM for Quotation purpose, now they need following calculation, kindly suggest way to make it possible.
    Below is the calculation of  MASKING TAPE  requirement,
    3M means 7000232
    1)     
    2)     If 3M X 2 is u226410  system should capture 7000557
    3)     If 3M X 2 is >10 and u226420 system should capture 7000558
    4)     If 3M X 2 is >20 and u226430 system should capture 7000559
    5)     If 3M X 2 is >30 and u226440 system should capture 7000560
    6)     If 3M X 2 is >50 system should capture 7000235
    7)     
    8)     We require MASKING TAPE calculation, based on consolidated 3M Quantity.
    9)     
    Example:  For Line Item 10 - 3M Tape Qty is  5m
                    For Line Item 20 - 3M Tape Qty is  15m
                    For Line Item 30 - 3M Tape Qty is  18m
                    Total 3M Qty is  38Mtrs, MASKING TAPE required Qty is 38x2 = 76 Mts
    Hence Material for Masking to be picked
                                    1 No.  7000235  (50Mts)
                                    1 No.  7000559  (30Mts)
    Kind Regards From Samirsinh.

    Hi Amber,
    Thanks for help, but our porblem is different, take a look following example for understanding of problem,
    10     STEEL DOOR     1     EA
    11     7000002     3     EA
    12     7000190     2     EA
    13     7000232     4.400     M
    14     7001041     154     ML
    20     STEEL DOOR     2     EA
    21     7000002     6     EA
    22     7000232     16.800     M
    23     7001041     588     ML
    30     STEEL DOOR     1     EA
    31     7000002     3     EA     0     
    32     7000232     4.200
    33     7000186     2
    34     7001041     147
    Here line items 13,22 and 32 are same, client requirement is that system should consolidate requirement first like 2x(4.416.84.2)=50.8  and then it should capture 7000235 of 50MTS for 50 and for0.8 it should capture 7000559 of 30MTS so losses would be minimize.
    Kind Regards From Samirsinh

  • How do I create a 1d array that takes a single calculation and insert the result into the first row and then the next calculation the next time the loop passes that point and puts the results in thsecond row and so on until the loop is exited.

    The attached file is work inprogress, with some dummy data sp that I can test it out without having to connect to equipment.
    The second tab is the one that I am having the problem with. the output array from the replace element appears to be starting at the index position of 1 rather than 0 but that is ok it is still show that the new data is placed in incrementing element locations. However the main array that I am trying to build that is suppose to take each new calculation and place it in the next index(row) does not ap
    pear to be working or at least I am not getting any indication on the inidcator.
    Basically what I am attempting to do is is gather some pulses from adevice for a minute, place the results for a calculation, so that it displays then do the same again the next minute, but put these result in the next row and so on until the specifiied time has expired and the loop exits. I need to have all results displayed and keep building the array(display until, the end of the test)Eventually I will have to include a min max section that displays the min and max values calculated, but that should be easy with the min max function.Actually I thought this should have been easy but, I gues I can not see the forest through the trees. Can any one help to slear this up for me.
    Attachments:
    regulation_tester_7_loops.vi ‏244 KB

    I didn't really have time to dig in and understand your program in depth,
    but I have a few tips for you that might things a bit easier:
    - You use local variables excessively which really complicates things. Try
    not to use them and it will make your life easier.
    - If you flowchart the design (very similar to a dataflow diagram, keep in
    mind!) you want to gather data, calculate a value from that data, store the
    calculation in an array, and loop while the time is in a certain range. So
    theres really not much need for a sequence as long as you get rid of the
    local variables (sequences also complicate things)
    - You loop again if timepassed+1 is still less than some constant. Rather
    than messing with locals it seems so much easier to use a shiftregister (if
    absolutely necessary) or in this case base it upon the number of iterations
    of the loop. In this case it looks like "time passed" is the same thing as
    the number of loop iterations, but I didn't check closely. There's an i
    terminal in your whileloop to read for the number of iterations.
    - After having simplified your design by eliminating unnecessary sequence
    and local variables, you should be able to draw out the labview diagram.
    Don't try to use the "insert into array" vis since theres no need. Each
    iteration of your loop calculates a number which goes into the next position
    of the array right? Pass your result outside the loop, and enable indexing
    on the terminal so Labview automatically generates the array for you. If
    your calculation is a function of previous data, then use a shift register
    to keep previous values around.
    I wish you luck. Post again if you have any questions. Without a more
    detailed understanding of your task at hand it's kind of hard to post actual
    code suggestions for you.
    -joey
    "nelsons" wrote in message
    news:[email protected]...
    > how do I create a 1d array that takes a single calculation and insert
    > the result into the first row and then the next calculation the next
    > time the loop passes that point and puts the results in thsecond row
    > and so on until the loop is exited.
    >
    > The attached file is work inprogress, with some dummy data sp that I
    > can test it out without having to connect to equipment.
    > The second tab is the one that I am having the problem with. the
    > output array from the replace element appears to be starting at the
    > index position of 1 rather than 0 but that is ok it is still show that
    > the new data is placed in incrementing element locations. However the
    > main array that I am trying to build that is suppose to take each new
    > calculation and place it in the next index(row) does not appear to be
    > working or at least I am not getting any indication on the inidcator.
    >
    > Basically what I am attempting to do is is gather some pulses from
    > adevice for a minute, place the results for a calculation, so that it
    > displays then do the same again the next minute, but put these result
    > in the next row and so on until the specifiied time has expired and
    > the loop exits. I need to have all results displayed and keep building
    > the array(display until, the end of the test)Eventually I will have to
    > include a min max section that displays the min and max values
    > calculated, but that should be easy with the min max function.Actually
    > I thought this should have been easy but, I gues I can not see the
    > forest through the trees. Can any one help to slear this up for me.

  • Windows 8.1 Pro OEM ISO and Paper License it's possible to active?

    My client have  Windows 8.1 Pro OEM iso and paper license it's possible to active license.
    Md. Ramin Hossain

    Hi,
    I think that this is possible, after installing you can try to change key in PC Settings or in case when this will be not possible you can use slmgr.vbs.
    To change product key: slmgr /ipk xxxx-xxxx-xxxx-xxxx-xxxx
    To activate slmgr /ato
    More: http://technet.microsoft.com/en-us/library/dn502540.aspx
    Br,
    Heiki

  • Calculation and posting of discount on Payment and on net amount

    Hello,
              My client would like to configure posting of discount on payment. The discount should be calculated on the net amount and should also adjust the VAT input tax amount.  Example:
    PO: 100 EUR, VAT 10 EUR, Gross amt = 110 EUR, Invoice recieved: 110 (-110 on vendor,100 is posted on GR/IR and 10 on input tax). When payment is done, discount amounts to 2.2 EUR ( 110 is posted on vendor account, -107.8 on bank account, -2 on discount account, -0.2 in input tax).
    Have anyone of you ever did this on SAP. Can you pleas explain me the steps if yes? Thank you for your help.

    Hi,
       I have already did a test with base discount on net amount and base vat on net amount check. When those are check, during good receipt the purchase account is debit with the net amount (gross -discount) and during invoice  the difference is then transferred to the purchase account. The tax is calculated on the net amount. This is not what we are looking for. For us we want to know if it is possible that during good receipt and invoice received everything is calculated without taking into consideration the discount received. It is only when we are doing the payment of the invoice that discount is calculated and the VAT amount is adjusted for with the discount received. Thank you for your help.

  • My trackpad in Macbook is not working properly. The tap and double tap is not working but other gestures are working. Please help me..thanks

    My trackpad in Macbook is not working properly. The tap and double tap is not working but other gestures are working. Please help me..thanks

    Portables and Magic Trackpad: Jumpy or erratic trackpad operation
    Might be something from that link that will help.

  • Can you open a calculator and add or subtract within a cell?

    I am trying to see if there is a way to use the number pad as a calculator and add figures then enter into a cell for further use.  I want to eliminate the use of my adding machine if possible and just use my keyboard to do my additions and enter directly into my spreadsheet.  Is there a function that opens a calcultor for a cell, do the additions on the keypad, hit enter and have the total put into the cell?

    AG,
    Are you aware that OSX has, built-in, Calculator.app?
    With Calculator.app, you can make your calculations, Command-C to copy the result to the Clipboard, switch to Numbers and Command-V into the target cell.
    Jerry

  • Since upgrading to 10.6.8, I can't sync to my calculator and my ipod nano flashes yellow.   Could 10.6.8 have closed some ports needed?

    I have a TI-92+ calculator, and the TI Connect software to sync it.
    Since the 10.6.8 update, I can't access the calculator to add software.
    The cable reads as present in System Profiler.
    Also, my iPod Nano is flashing yellow but not mounting in iTunes.
    I am wondering if 10.6.8 is blocking a port the TI Connect software needs.
    The iTunes issue might be resolved by ripping iTunes out, deleting it, and reinstalling it.
    But I tried that with TI Connect and it didn't help.
    I just got a bunch of software to put on the calculator and can't access it !

    It depends on what iMac you have. If it is an old PPC (G4 orG5) iMac then no further upgrades are possible. If it an Intel iMac:
    Start by checking if you can run Snow Leopard:
    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    (NB: PowerPC applications can still be run in Snow Leopard using Rosetta, but they will not work in later versions of OS X.)
    The OS 10.6 Snow Leopard install DVD is available for $19.99 from the Apple Store:
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    and in the UK:
    http://store.apple.com/uk/product/MC573/mac-os-x-106-snow-leopard
    When you have installed it, run Software Update to download and install the latest updates for Snow Leopard to bring it up to 10.6.8, or download the combo update from here:
    http://support.apple.com/kb/DL1399
    Check via Software Update whether any further updates are required, particularly to iTunes.
    You should now see the App Store icon in iTunes, and you now need to set up your account:
    http://support.apple.com/kb/HT4479
    You can now upgrade to Mavericks OS 10.9 for free IF you have one of the following Macs, with not less than 2GB of RAM, and at least 8GB of available space on your hard drive:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later), (15-inch, Mid/Late 2007 or later), (17-inch, Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac Mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    iCloud system requirements:
    http://support.apple.com/kb/ht4759
    If you cannot run Mavericks you can purchase the code to use to download Lion from the App Store (Lion requires an Intel-based Mac with a Core 2 Duo, i3, i5, i7 or Xeon processor and 2GB of RAM, running the latest version of Snow Leopard):
    http://store.apple.com/us/product/D6106Z/A/os-x-lion
    or Mountain Lion:
    http://store.apple.com/us/product/D6377Z/A/os-x-mountain-lion

  • What do i need to download to my iphone 3gs to be able to view all 4 security cameras at the same time? I can view one at a time live video streaming and just tap the screen to which direction i want to look and the lens moves.i use safari

    What do i need to be able to view all 4 security cameras in the same window on my iphone 3gs? I can view 1 at a time and just tap the screen to move the lens of the security camera on my iphone from my work place. But i once had all 4 cameras but it will not downlosd all 4 now. Is there anything out there like a stronger java to push the activex to my iphone?

    The iPhone does not run ActiveX. That is proprietary to MS Internet Exploder.

  • How do I get my utilities folder with calculator and compass on my ipad?

    What happened to my utilities folder?

    The Calculator and Compass apps are not included in the iPad version of iOS, only the iPhone. You'll need to find an app that meets your needs in the App Store.
    Best of luck.

  • FCP Disappeared. Icon now a penical and paper which wont open.

    I was using final cut pro x along with having open numerous web pages, etc. Then, of course, there was a great FCP X moment, it closed out. Then when I went to the toolbar to reopen it, the icon had changed to a penicl and paper. Now I cannot open FCP :(. It says, "Final Cut Pro cannot be opened because of a problem. Check with the developer to make sure FCP works with this version of OS X (which it should, just downloaded Mavericks). You may need to reinstall the applications. Be sure to install any available updates for the application and OS X." Then there is a large box with a bunch of stuff written in robot language .

    Please post the robot language.

  • TS1702 Cannot get iPhone 4 to talk with Mac Lion using Numpad. Have updated, restarted etc. Have Screen Sharing on. It sees my computer but when I press keys on the NumPad there is no response. I have tried it on the Calculator and on Sibelius. Any clues?

    Cannot get iPhone 4 to talk with Mac Lion using Numpad. Have updated, restarted etc. Have Screen Sharing on. It sees my computer but when I press keys on the NumPad there is no response. I have tried it on the Calculator and on Sibelius. Any clues??

    Here's how to do it.
    1. App Store, iTunes Store should have the same AppleID on Computer and iPhones. (Free to share apps, music and books... )
    2. Person A uses the same purchasing account for everything (ie. email, contacts and ...).
    3. Person B have the same purchase account see no. 1 (for App Store and iTunes Store) but create a second AppleID for iCal, e-mail, contacts  and etc.

  • List of orders for which varience calculated and settled

    Dear Friends,
            How to list out the production orders for which variance calculated and settled by each period wise,Please give me a solution.

    Hi,
    U can find some status of order in COOIS T code or in Order it self.
    Go to COOIS
    Select the option in status field.
    SETT - Order Settled,
    SETC - Settlement Rule Created
    SETM - Settlement rule created manually.
    TECO - Techo  (Once order is Completed).
    without techo order is not settled.
    Regards,
    Pavan PP

  • System calculator and calendar in java!!!

    Hello to everyone! I'm new to Java ! Is it possible to include the system calculator and the system calendar in a Java application??I mean if i push the calendar button, Java opens the system calendar or the same thing with calculator??can anybodu help me??
    THX

    Thanks Praveen_Forum !It's working!But I dont need the string you mentioned, I only put
    Runtime.getRuntime().exec(calc);And it is working like this!Thanks again:-)

Maybe you are looking for

  • Error while creating a RFC model for WD for Java

    Hi, While trying out the example(TutWD_FlightList_Init.zip) for model programming in the NDS,I got the following error when I try to create a model: Plugin Name     Web Dynpro Model Editor Services Plugin Id     com.sap.ide.webdynpro.service.modeledi

  • Zen Vision M: 30GB//Player gets stuck @ "ZEN vision M" lo

    Alright, this player loads, but it freezes at the "ZEN Vision M" logo (as I said in the subject). I tried formatting it, and all those other options on the boot menu, except for updating the firmware (I can't, since I do not own Windows Media Center

  • Mime type for xml

    i am writing a code in jsp which should download a xml file in client machine. now the problem is while loading it is showing to store the .jsp file to be stored which is storing it in xml format , but the alert message shown is showning to save as s

  • How to change the color of label of af:inputText

    Hi, I want to change the color of label of <af:inputText> box . I used skinning for this , but this is not working. what i m doing is af|inputText::label{ color:red; bt this is not working , please suggest me some way to do it... bt if i do this af|i

  • Stored procedure by using EXECUTE at the sender JDBC

    We have Scenario from JDBC to RFC (ASYNCH).We are using Oracle DB,at the database side we have a stored Procedure and inside the Procedure we are accessing multiple table. My query is how can we excecute update sql statement a stored procedure by usi