Trouble with command delete using Finder

How do I get my Mac to stop going back to the original folder when deleting an item inside the folder? Instead of moving to the next item when I delete something, it goes back to the original folder instead.

When you tell it to look in the right place for the zero, it returns 19.94484, which seems to be about 20.
1. Connecting an indicator to the error output from the Newton Raphson Zero Finder.vi gives -23021: Both function values have the same sign. Automatic error handling does not pick up the errors from VIs which do not have standard error out clusters. This error suggests that the zero is not between the search limits or that there are multiple zeros in that range.
2. The default values of start and end are 0 and 1. Changing end to 100 produced the result above. There appears to another zero at -246 so you cannot make the limits too far apart.
Often it is useful to visualize the data. Plot the data and the results of the formulas on graphs to see what is happening. Using Eval Single-Variable Array.vi I get this:
 Note that it shows two zero-crossings.
Although it does not seem to be a problem here, having very large or very small values can lead to numeric overflow, underflow, or roundoff errors.  Multiplying your Spectrum array and intial parameters by 1E23 and then later dividing by the same factor (if necessary) might help avoid such problems.
Lynn

Similar Messages

  • Having trouble with internet connections using my Apple G5. Updates turn out to be incompatible with my system. What should I do short of trashing the wonderful computer and spending cash I don't have on a new iMac?

    Having trouble with internet connections using my Apple G5 OSX 10.4.11. Attempts to upgrade FireFox or Safari results in being incompatible with with this system. Tried to locate earlier versions to replace upgraded incompatible software only to find that problems have worsened with crashing results. What should I do short of trashing this wonderful G5 and purchasing a new iMac which I really can't afford?
    Chuck's Dilema

    Hi Chuck,
    TenFourFox is the most up to date browser for our PPCs, they even have G4 & G5 optimized versions...
    http://www.floodgap.com/software/tenfourfox/
    I'd avoid vesrion 24 though, as it no longer supports plug-ins like Flash.
    SeaMonkey seems pretty fast also, with many options...
    http://www.seamonkey-project.org/
    http://www.seamonkey-project.org/releases/
    Might also look into iCab & OmniWeb versions.
    Also...
    The last really supported Flash for PPC was 10.1.102.64, but if it's for like Facebook or such, people have been fooling FB to think they have a leter version installed.
    Texas Mac Man's Flash hack/post...
    https://discussions.apple.com/thread/3599648?tstart=0
    Flash player 11.1 hack on PowerPC - https://discussions.apple.com/message/16990862
    Might be later ones around also... saw 11.3 I think.
    (If you are running a PPC Mac with Flash Player 10.1.102.64 and are having problems with watching videos on FaceBook or other sites, contributor Texas Mac Man suggests the following solution which fools the site into thinking that you are running the latest version:)
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.
    See in each Browser which version of Flash it thinks it has...
    http://kb2.adobe.com/cps/155/tn_15507.html

  • TS1646 I am having a lot of trouble with trying to use my debit card to purchase on itunes it always tells me that my card number is invalid. But i know it isn't because i just got the account the only thing i havent done yet is called my bank to see if i

    I am having a lot of trouble with trying to use my debit card on purchase of itune apps or music. Whenever i put my card information in it tells me that this card is invalid. But there is no way that my card is invalid because i just got it last week. So the only thing i haven't done yet is call my bank to check and see if all my bank statements match but if they do then have no idea what to do to get this to work with my computer, ipad mini, or ipod    HELP! PLEASE!

    I am having this same problem and I have even contacted my bank. The address they have is EXACTLY the way I am typing it.  It does match.  I do not understand.

  • TROUBLE WITH PAYMENT METHOD USED DIFFRENT VISA PAYMENTS STILL WONT WORK

    TROUBLE WITH PAYMENT METHOD USED DIFFRENT VISA PAYMENTS STILL WONT WORK

    This is a case for the iTunes Store Support:
    1. Go to expresslane.apple.com
    2. select 'itunes' and then 'itunes store' on the right
    3. select a topic and a subject
    4. click 'continue' and then 'email'
    5. fill out the form and explain your situation
    6. they will respond within 24 hours usually
    Good luck
    Stijn

  • Macbook Pro Retina trouble with projector after using Thunderbolt display

    I used my macbook Pro Retina with my Thunderbolt to VGA adapter all through the fall, and never had any trouble with it. Just before Christmas I got a Thunderbolt display.
    Since that time, whenever I connect the projector, I get a black screen. I can see and move the mouse, but nothing else. Other computers still work with the projector.
    I'm not certain if the Thunderbolt Display has anything to do with this or not, but it's just the timing that it happened.
    Grateful for anyone that can offer help!

    It might be that the Thunderbolt output is set to the resolution of the Thunderbolt display, which the VGA adapter probably cannot display correctly.  You can toggle between the video display modes using Command-F1... This will toggle the output between Mirroring and Extended Desktop.  Using Command-F2 will allow you to attempt to detect displays.  It might auto reset to the correct resolution using Command-F2.  If you can get the VGA out to display using extending desktop then you can change the resolution to work properly with the VGA projector.

  • Trouble with console-extension using struts portlet

    hello everyone,
    I'm developing a console-extension for wls9.2 but couldn't get is to work despite all the documentation available. The console-ext is a struts portlet which gathers data from custom mbeans via jmx and renders the result with a jsp. What already works is fetching the data from the MBeans in the struts action. What does not work is the display of the results in the admin console. So I removed all the stuff from the jsp to just display "Hello World" which should be displayed on the desktop in the admin console, but even this didn't work (it's just a blank spot). Having a look at the log file I get the following:
    e.netui.pageflow.internal.AdapterManager ERROR ServletContainerAdapter manager not initialized correctly.
    e.netui.pageflow.internal.AdapterManager INFO No ServletContainerAdapter specified or discovered; using class org.apache.beehive.netui.pageflow.DefaultServletContainerAdapter
    tui.util.config.parser.NetUIConfigParser INFO NetUIConfigParser -- load config: /WEB-INF/beehive-netui-config.xml
    e.netui.pageflow.internal.AdapterManager INFO No ServletContainerAdapter specified or discovered; using class org.apache.beehive.netui.pageflow.DefaultServletContainerAdapter
    netui.pageflow.AutoRegisterActionServlet INFO Dynamically registering module /loggingController, config XML /WEB-INF/struts-auto-config-loggingController.xml
    netui.pageflow.AutoRegisterActionServlet INFO Dynamically registering module /loggingController, config XML /WEB-INF/struts-auto-config-loggingController.xml
    (...other debug output from my struts action...)
    .wls.web.actions.LoggingControllerAction DEBUG Going to /ext_jsp/helloWorld.jsp using module null
    flow.scoping.internal.ScopedResponseImpl INFO ScopedResponse error 404:
    .netui.pageflow.PageFlowRequestProcessor WARN Struts module is configured to use com.bea.console.internal.ConsolePageFlowRequestProcessor as the request processor, but the <controller> element does not contain a <set-property> for "controllerClass". Page Flow actions in this module may not be handled correctly.
    .netui.pageflow.PageFlowRequestProcessor INFO Attempting to instantiate SharedFlowControllers for request /console/ChangeManagerAction.do
    ive.netui.pageflow.FlowControllerFactory INFO No Global.app was found in /console
    Despite the errors it seems to find my struts config (struts-auto-config-loggingController.xm) and execute the action, but then it seems to have trouble findingd/displaying the jsp (helloWorld.jsp). I tried to set various controller-elements in the struts config, like this ([url http://edocs.bea.com/wlp/docs92/portals/integrate.html#wp1005659]source):
    <controller inputForward="true" processorClass="com.bea.struts.adapter.action.AdapterRequestProcessor" />
    but this didn't work either (and results in other errors). The log from above was created with a config without any controller element (since this is never mentioned in the eDocs for console extensions).
    Despite spending several hours trying to figure out what goes wrong here I wasn't able to get one step closer to a solution. Does anyone have a clue what I did wrong (please ask if you need further information)? Thanks a lot!
    Btw. Sorry if this is the wrong forum, I could't find another one which matches better. Feel free to move the topic to a more appropriate place. thx.
    ====================================
    Struts config:
    <struts-config>
         <form-beans>
              <form-bean name="loggingForm" type="...web.forms.LoggingControllerForm" />
         </form-beans>
         <action-mappings>
              <action path="/LoggingControllerAction"
                   type="...web.actions.LoggingControllerAction"
                   name="loggingForm"
                   scope="request"
                   validate="false"
                   input="/ext_jsp/helloWorld.jsp">
                   <forward name="success" contextRelative="true"
                        path="/ext_jsp/helloWorld.jsp" />
              </action>
         </action-mappings>
    </struts-config>

    The problem could be solved by adding the "handle" property (of type com.bea.console.handles.Handle) to the form bean.
    This is stated on page 7-4 in the "Extending the admin console" guide or [url http://e-docs.bea.com/wls/docs92/console_ext/simpleext.html#wp1083856]here
    In addition the following controller element must be used in the struts config: <controller inputForward="true" processorClass="com.bea.struts.adapter.action.AdapterRequestProcessor" />
    This is not mentioned anywhere and should definitely be added to the guide.
    Hope this helps someone encountering the same problem.

  • Trouble with Secure Delete Files

    OK, I have upgragded to Tiger and I can't use WMP any longer. I'm a little angry about that, but I'll get over it.
    I moved WMP to the trash and am trying to do a secure file delete and I get the following error:
    The operation cannot be completed because the item "htm" is in use.
    I can't figure out what's wrong. There 's nothing (that I can see) in the trash called htm. I like the secure file delete because it frees up space on my computer, but am stumped.
    Anyone out there know what htm is?
    Thanks for your help!
    Oh, by the way...I have restarted, just in case something was running. I thought a restart would stop any program running.

    MCOJerry
    The first string, cd ~/.Trash/ takes you to the Trash directory in your home folder. The second, sudo rm -R * will delete its contents. Please tell me Was the stuff moved to the Trash folder from the internal start up disk?
    Please if you are uncertain just copy the commands from this thread and paste onto the terminal window.
    On Terminal: When you start the terminal application you are presented with something like:
    name of your computer:~ yourusername$
    On typing the first command it should be like this:
    name of your computer:~/.Trash yourusername$
    With the second command you will need to type in your password after you press return. This will not be echoed, i.e. the cursor will not move as you are doing this. This is normal.

  • Trouble with Preview/Adobe: corrupt Finder cache???

    hello!!
    I posted this question in the Appleworks forum, and later under Finder and Dock Forum here. I thought that the issue was resolved, but this is not so.
    here is the problem.
    I prefer Acrobat to Preview, to work on PDF documents. Therefore, I have, on multiple occassions, selected the PDF documents, and "open with" Adobe Acrobat" and "Change ALL".
    However, almost every time (but not ALL the time) I log out and come back, the default changes to the Preview. As good as Preview is, the idea that my MacBook Pro is misbehaving is annoying.
    Then I did the following.
    1. Select on the file such as pdf.
    2. Right click and select the command Open with.
    3. To change the default application. Select Other...
    4. Then select the Adobe application and check the Always open with button.
    Even this did not solve the problem. When I log back in, the default application for PDF had changed to Preview Not always however)
    Then I was told that I may have a corrupt Finder cache and that I ought to address my question here.
    At this point, I was told:
    Try using a utility called Yasu to fix the problem. You can download Yasu at http://jimmitchell.org/projects/yasu/
    I did so, and for 2-3 days now, there were no problems. And now, all of a sudden, I have the same problem.
    I have NOt done anything unusual with my MBP. In fact, last night, a pdf document was opened with Adobe. And then I restarted the MBP now, and, it is all back to Preview.
    What ought I do?
    Thanks!
    Mac Book Pro   Mac OS X (10.4.8)   2 GB RAM
    Mac Book Pro   Mac OS X (10.4.8)   2 GB RAM

    Chris:
    Sorry! I was away.
    Well. i am using Adobe Acrobat 7 pofessional. It had worked fine in my previous MBP that got stolen.
    As I said, after having done everything that youhad suggested I failed to get the default on Acrobat, by clicking on the application in the get info panel. The only way to change that was to select change all.
    Then I logged out, shut down, and restarted today. Same story. My Pdf defaulthad changed to Preview. In addition, I noted that some of the .doc files are now meing opened with textedit, instead of Word. Even the Word icon had disappeared, but this seem tohave affected only some doc files and notall.
    I am clueless as to what to do now!!!
    any moer ideas short of reinstalling?
    Thanks by the way. You ahev been very kind and helpful in this matter.
    /PH
    Mac Book Pro   Mac OS X (10.4.8)   2 GB RAM

  • Trouble with modifying/deleting an adjustment layer

    First time posting on here and I'm going a little crazy!  I'm using the most up-to-date version of CS5.
    I have some pictures that I'm trying to have my subjects in color with the rest of the picture in black & white.  It's a common trend I do with a lot of my pictures, but for whatever reason I can't seem to delete any of the selected area I've created with the quick selection tool or lasso tool.
    To walk you through how I've always done this:
    I open the the image (these are jpgs) - the background layer is in full color
    I add a hue/saturation adjustment layer.
    I adjust the saturation in the layer to black and white.
    I typically use the quick selection tool to highlight my subject I want to be in color.
    When the subject is completely highlighted, I click 'delete' and I see in the layer mask the selected area turn black and my subject is in color from the background layer.
    I started doing this today and went through a handful of jpegs using this exact same method, but now all of a sudden I try and do it but when I click delete nothing happens and the layer mask stays completely white with no changes whatsoever. 
    Please please please help.  I have no idea why this method just stopped working all of a sudden.  I keep searching on Google to find similar issues but nothing is helping.

    Maybe your background color is not set to black.
    Hit the D key then the X key.
    MTSTUNER

  • Trouble with sessions ending using GoDaddy email accounts with Safari

    I use a GoDaddy email account on my iMac with Safari. Lately I have been unable to manage my emails. I log into the account using a secure webmail, emil opens normally, but when I try to read or delete and emil I get this message: Session has ended due to inactivity. Log in to resume.  I have cleared cache, cleared all history shut unit down and start again. Still same message. Any thoughts on this. GoDaddy suggested I download Chrome or Firefox to read my email.

    Since I last wrote, I also tried advice I found in another post (can't mail from godaddy when using safari) to delete ALL website date and delete the cache.db and restart safari.  This did not help. 
    Don't know if it's related, but my macbook pro that is having this issue with GoDaddy webmail is now also asking for an obscure iCloud password every time I start up that is not my usual iCloud password... i can find it in my keychain though.

  • Trouble with opening and using Apps

    Apps such as Netflix and Words with Friends do not work correctly; when I tap on them, they flash for a second only and then disappear back as just icons.

    When an app misbehaves I try the following.
    1. Quit the app like I describe and try it again.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app. Then start the app again and see if it functions correctly.
    2. If the first item did not work I will quit the app again then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. Then start the app again.
    3. Still not working? I will delete the app and download it again from the App Store.
    4. If non of these get the app running properly I will contact the developer of the app to see if they are aware of a problem.

  • Trouble with Preview not using embedded fonts in a PDF

    I have a client I'm working with that is generating PDF reports for various organizations in various languages. They are using an Arial Unicode font but are using different encoding for some of the more unique languages. To ensure the report will be viewable regardless of installed fonts, they are embedding the font.
    Most of the languages are showing up fine in preview, but three languages are giving me trouble. Specifically Greek, Russian and Thai which are using encoding EL8MSWIN1253, CP1251, and TH8TISASCII.
    Basically the question is whether there is some toggle that will tell Preview to use the embedded font? Or something we can put into the PDF (the pdf is created using FPDF) that will allow a user to know which font/encoding they'll need to install in order to properly view the document? (I'm actually trying to figure that out myself...which font I need to install to get preview to view the document properly).
    Thanks in advance for any help.

    Actually, I got that example to work... here are the changes
    I made...
    <mx:htmlText>
    <![CDATA[You can vary the <font size='20'>font
    size</font>,<br><font
    color="#0000FF">color</font>,<br><font
    face="Courier New">face</font>, or<br><font
    size="18"color="#FF00FF"face="Times New Roman">any combination
    of the three.</font>]]>
    </mx:htmlText>
    As I said above, I have found errors in the code of the help
    docs... this is yet another one of them. Usually its spaces in the
    wrong place, or no space at all, or missing ) or ], or a case
    sensitivity issue.
    If you got your custom font to display, that should work...
    but then again.. what should work, doesn't always.

  • Trouble with file deleting!

    Im trying to empty a directory that I filled just before by unzipping a file in it. Here is the code im using:
    public void emptyDir(File srcDir)
    String[] toRemove = srcDir.list();
    File temp;
    for (int y = 0; y < toRemove.length; y++)
    temp = new File(toRemove[y]);
    System.out.println("temp: " + temp.getName());
    if(temp.exists())
    if(temp.delete())
    System.out.println("deleted");
    else
    System.out.println("not deleted");
    here is the the result:
    temp: dummy.info
    deleted
    temp: test0
    temp: test1
    temp: test2
    temp: test3
    temp: test4
    temp: test5
    Why are some of the file listed by list() not deleted? like they do not exists.
    If you guys know a way to make sure that all the files in the directory are deleted, it really would be welcomed.
    W

    its fixed now, the file exists since they are listed by the srcFile.list() but the problem was the path sent by that command. In fact it was just the giving back the name of each of the file in the directory.
    I changed the code to fixe that:
    File[] toRemove = srcDir.listFiles();
    for (int y = 0; y < toRemove.length; y++)
    toRemove[y].delete();
    like that i dont have to check them since I know they exists because they have been listed.
    thanks anyway!
    W

  • Trouble with executing RTP using fnd_transaction.synchronous

    Background: We have an existing PL/SQL program executed via a concurrent program that processes RECEIVE type receipts. This program inserts RECEIVE type records into the RCV_TRANSACTIONS_INTERFACE table for further processing by executing the Receiving Transactions Processor in a subsequent concurrent program stage. All receive receipts are currently processed in batch mode with the RTP.
    We are now trying to implement three way match. Part of the process involves handling RETURN TO VENDOR and CORRECT type receipts. Unfortunately, according to 360340.1 on Oracle Support, return to vendor is a two step process (at least for us). I've noted that simultaneously inserting the RETURN TO RECEIVING and RETURN TO VENDOR receipt records into the RCV_TRANSACTIONS_INTERFACE table and having the RTP process both these records in one fell swoop does NOT work. It errors out and I get the following error in PO_INTERFACE_ERRORS:
    The Quantity entered for receipt is greater than the available Quantity. The sum of quantity to be received and already received, 10, is greater than the sum of ordered quantity and over receipt tolerance, 0.
    Interestingly, a return to vendor receipt works if I insert the RETURN TO RECEIVING record first, then run the RTP, then insert the RETURN TO VENDOR record, then run the RTP. Thus, I need separate executions of the RTP in order for this to work. Can someone tell me if I can do this with one execution of the RTP batch mode? Would I have something wrong in the RETURN TO RECEIVING and RETURN TO VENDOR records in the RCV_TRANSACTIONS_INTERFACE table? I know this has to be a two step return process (RETURN TO RECEIVING and RETURN TO VENDOR), but I'm wondering why I can't just execute the RTP once - why do I have to execute it twice?
    If I have to execute the RTP twice, then it leads me to the question addressed in the subject of this message. My current design is I would like to execute the RTP via fnd_transaction.synchronous after each record is inserted into the RCV_TRANACTIONS_INTERFACE table. I've tried executing the RTP via fnd_transaction.synchronous after the insert of RETURN TO RECEIVING and RETURN TO VENDOR, but it does not work for me. In fact, I've tried executing the RTP via fnd_transaction.synchronous after the insert of a receive transaction (RECEIVE) just for testing - and it does not work. I've turned on debugging and I see an ORA-1403 error in the fnd_concurrent_debug_info table:
    ORA-01403: no data found
    I've used some info from the following page:
    http://karthikrajasekaran.blogspot.com/2009/12/receiving-transaction-processor.html
    I've set the apps context, too... So I'm not sure what's going on. Does anyone have an idea?

    Check the below query, I think this might help.
    select okhb.contract_number contract_number
    ,msi.segment1 line_item
    ,msi.description line_item_description
    ,msi_sub.segment1 sub_line_item
    ,msi_sub.description sub_line_item_description
    from
    okc_k_headers_b okhb
    ,okc_k_lines_b oklb
    ,okc_k_items oki
    ,mtl_system_items_b msi
    ,okc_k_lines_b sub_ln
    ,okc_k_items sub_items
    ,csi_item_instances cii
    ,mtl_system_items_b msi_sub
    where
    okhb.contract_number = 'NK20269112'
    and okhb.contract_number_modifier = '1 yr'
    and okhb.id = oklb.chr_id
    and oklb.id = oki.cle_id
    and oki.jtot_object1_code = 'OKX_SERVICE'
    and oki.object1_id1 = msi.inventory_item_id
    and oki.object1_id2 = msi.organization_id
    and oklb.id = sub_ln.cle_id
    and sub_ln.lse_id IN (7, 8, 9, 10, 11, 18, 25, 35)
    and sub_ln.id = sub_items.cle_id
    and sub_items.jtot_object1_code = 'OKX_CUSTPROD'
    and sub_items.object1_id1 = cii.instance_id
    and sub_items.object1_id2 = '#'
    and cii.inventory_item_id = msi_sub.inventory_item_id
    and cii.inv_master_organization_id = msi_sub.organization_id

  • I am having trouble with Greasemonkey and using Firefox 3.6.13

    Using Greasemonkey on Facebook I am getting errors when games reload. What is causing this? Can it be fixed? Is there a way to load the earlier version of Firefox?

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 9.0.x: http://www.mozilla.org/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

Maybe you are looking for

  • Problem with CPU Voltage

    Hello I build new PC with: i5-760 Noctua NH-D14 MSI P55-GD65 G.Skill 2x2GB CL7 ECO Antec TruePower New 750W TP-750 TwinTech GF 9600GT I have problem with CPU voltage as even when I set it for example to 1.201v in bios, under load it overshot to 1.256

  • Send Seperate Remittance Advices doesn't generate any output

    Hello, In the payment process profile in the reporting tab I have given the Format "Separate Remittance Advice" and choosed the option to "Automatically Submit at Payment Completion Point" Once the Format Payment Instruction is completed this one is

  • Basic Hue Saturation Question

    Using Image > Adjustment > Hue Saturation I notice there are reds on both ends of the spectrum. How do you decide which to use?

  • Initializing an array

    I have an array that needs to be initialized 1096 times, I don't want to use a cfloop because I am looking for a better performance. So I use a query that brings all the records that have been initialized, the problem is if some of them hasn't been i

  • Media not showing in Front Row

    I'm new to mac and just bought a macbook. There is probably an easy solution to this, but when i use Front Row, my TV Shows and Music Videos are not showing up. It says that I do not have any TV Shows in my iTunes Library. But obiviously i do. How do