How to preload sound into memory to improve performance?

Hello all
I have an application where it needs to play 4 different short wave files on some events. The wave files are small (less then 1 sec each) so they can be preloaded into memory. But I don't really know how to do that.. This is my current code... Performance is really important here, so the faster users can hear the sounds, the better...
import java.io.*;
import javax.sound.sampled.*;
import javax.swing.*;
import java.awt.event.*;
public class PlaySound implements ActionListener
     private Clip clip = null;
     public void play(String name)
          if (clip != null)
               clip.stop();
               clip = null;
          loadClip(name);
          clip.start();
     private void loadClip(String fnm)
          try
               AudioInputStream stream = AudioSystem.getAudioInputStream(new File(fnm + ".wav"));
               AudioFormat format = stream.getFormat();
               DataLine.Info info = new DataLine.Info(Clip.class, format);
               if (!AudioSystem.isLineSupported(info))
                    JOptionPane.showMessageDialog(null, "Unsupported sound line", "Warning!", JOptionPane.WARNING_MESSAGE);
               else
                    clip = (Clip) AudioSystem.getLine(info);
                    clip.open(stream);
                    stream.close();
          catch (Exception e)
               JOptionPane.showMessageDialog(null, "loadClip E: " + e.toString(), "Warning!", JOptionPane.WARNING_MESSAGE);
     public static void main(String[] args)
          play("a wav file name");
}     I would appreciate it if someone can point out how I can preload them to improve performance... Thanks in advance!

The message above should be:
OMG, me dumb you smart Florian...
Thank you for your suggestion... It's not the best OR anything close to what I thought it would be, it's certainly one way to do it and better then what I've got now...
Thanks again Florian, I really appreciate it!!
BTW, is there anything that would produce the sound faster then this?
Message was edited by:
BuggyVB

Similar Messages

  • Upgraded both computers in the household and found Lion is too disruptive to workflow.  Do I turn in the new laptop for a pre-Lion rebuild to keep Snow Leopard, or do I return computer and get upgraded memory to improve performance of existing MacBookPro?

    Upgraded both computers in the household and found Lion is too disruptive to workflow. 
    Do I turn in the new laptop for a pre-Lion rebuild to keep Snow Leopard, or do I return new computer and get upgraded memory to improve performance of existing MacBookPro?  I'm mostly still happy with existing MacBookPro, but Aperture doesn't work, the computer can't handle it.
    Other possibility is setting up virtual machine with Snow Leopard server software on new computer.
    Any opinions on what would allow moving forward with the least hassle and best workflow continuity?

    hi,
    what year and specs does the MBP have

  • How to tune this query for the improve performance ?

    Hi All,
    How to tune this query for the improve performance ?
    select a.claim_number,a.pay_cd,a.claim_occurrence_number,
    case
    when sum(case
    when a.payment_status_cd ='0'
    then a.payment_est_amt
    else 0
    end
    )=0
    then 0
    else (sum(case
    when a.payment_status_cd='0'and a.payment_est_amt > 0
    then a.payment_est_amt
    else 0
    end)
    - sum(case
    when a.payment_status_cd<>'0'
    then a.payment_amt
    else 0
    end))
    end as estimate
    from ins_claim_payment a
    where a.as_of_date between '31-jan-03' and '30-aug-06'
    and ( a.data_source = '25' or (a.data_source between '27' and '29'))
    and substr(a.pay_cd,1,1) IN ('2','3','4','8','9')
    group by a.claim_number, a.pay_cd, a.claim_occurrence_number
    Thank you,
    Mcka

    Mcka
    As well as EXPLAIN PLAN, let us know what proportion of rows are visited by this query. It may be that it is not using a full table scan when it should (or vice versa).
    And of course we'd need to know what indexes are available, and how selective they are for the predicated you have in this query ...
    Regards Nigel

  • How to save string into memory

    For example...I have some web address stored as string, and i want to write it into memory (just like ctrl+c when you copy some link), so then i can just go to Firefox, and simply ctrl+v to the address bar. Any ideas? Thanks.
    I've add this topic to swing because i want to copy link to memory via right-mouse-click which opens some pop-up menu and there is item called "copy link", but i dont know how to implement this operation..
    Edited by: Lukasito on Nov 11, 2009 8:20 AM

    [http://www.exampledepot.com/egs/java.awt.datatransfer/ToClip.html]

  • How to capture sound into an mp3 file

    Hi all,
    I have a program to capture sound into a wav file . and it's wrkng.
    but in my site i have an mp3 player. can i capture the sound directly to an mp3 file?
    I use classes like AudioSystem, TargetDataLine, AudioFormat etc.
    For the file format i specify like
    AudioFileFormat.Type.WAVE
    like this can i do for mp3??
    Please help me...
    Thanx and Regards,
    sand...

    try with spool or UTL_FILE...
    Re: CSV into Oracle and Oracle into CSV
    SQL> spool c:\test1.csv
    SQL> select substr(str,2,length(str)-3) from (select regexp_replace(column_value,'\s*<[^>]*>[^>]*>',',') str from table(xmlsequence(cursor(select * from test_emp))));
    SUBSTR(STR,2,LENGTH(STR)-3)
    9999,fredi&apos;s,CLERK,2345,10-OCT-06,1250,123,20
    4567,STEWART,ANALYST,3456,02-APR-07,3200,215,30
    2345,Cockrel,CLERK,7566,23-JAN-82,800,30
    3 rows selected.
    SQL> spool off;

  • How to get sound into MBP?

    Hi!
    I wonder if somebody knows what cable I need to get sound into my MBP? I know it is digital so what
    device do I need? I have an Apogee Mini Me device with spdif out but it's not the same kontakt.
    Any ideas?
    Peter

    Ok, thank's!
    I own one of these:http://www.motu.com/products/motuaudio/8pre/optical.html
    It has 8 adat (optical) outs, do you know if it will work with all 8 or just 2 channels, or at all
    since even if it's optical it is adat, well I'm a little confused about this.
    The units mensioned with the cable was mostly portabel players.

  • How to run query in parallel  to improve performance

    I am using ALDSP2.5, My data tables are split to 12 ways, based on hash of a particular column name. I have a query to get a piece of data I am looking for. However, this data is split across the 12 tables. So, even though my query is the same, I need to run it on 12 tables instead of 1. I want to run all 12 queries in parallel instead of one by one, collapse the datasets returned and return it back to the caller. How can I do this in ALDSP ?
    To be specific, I will call below operation to get data:
    declare function ds:SOA_1MIN_POOL_METRIC() as element(tgt:SOA_1MIN_POOL_METRIC_00)*
    src0:SOA_1MIN_POOL_METRIC(),
    src1:SOA_1MIN_POOL_METRIC(),
    src2:SOA_1MIN_POOL_METRIC(),
    src3:SOA_1MIN_POOL_METRIC(),
    src4:SOA_1MIN_POOL_METRIC(),
    src5:SOA_1MIN_POOL_METRIC(),
    src6:SOA_1MIN_POOL_METRIC(),
    src7:SOA_1MIN_POOL_METRIC(),
    src8:SOA_1MIN_POOL_METRIC(),
    src9:SOA_1MIN_POOL_METRIC(),
    src10:SOA_1MIN_POOL_METRIC(),
    src11:SOA_1MIN_POOL_METRIC()
    This method acts as a proxy, it aggregates data from 12 data tables
    src0:SOA_1MIN_POOL_METRIC() get data from SOA_1MIN_POOL_METRIC_00 table
    src1:SOA_1MIN_POOL_METRIC() get data from SOA_1MIN_POOL_METRIC_01 table and so on.
    The data source of each table is different (src0, src1 etc), how can I run these queries in parallel to improve performance?

    Thanks Mike.
    The async function works, from the log, I could see the queries are executed in parallel.
    but the behavior is confused, with same input, sometimes it gives me right result, some times(especially when there are few other applications running in the machine) it throws below exception:
    java.lang.IllegalStateException
         at weblogic.xml.query.iterators.BasicMaterializedTokenStream.deRegister(BasicMaterializedTokenStream.java:256)
         at weblogic.xml.query.iterators.BasicMaterializedTokenStream$MatStreamIterator.close(BasicMaterializedTokenStream.java:436)
         at weblogic.xml.query.runtime.core.RTVariable.close(RTVariable.java:54)
         at weblogic.xml.query.runtime.core.RTVariableSync.close(RTVariableSync.java:74)
         at weblogic.xml.query.iterators.FirstOrderIterator.close(FirstOrderIterator.java:173)
         at weblogic.xml.query.iterators.FirstOrderIterator.close(FirstOrderIterator.java:173)
         at weblogic.xml.query.iterators.FirstOrderIterator.close(FirstOrderIterator.java:173)
         at weblogic.xml.query.iterators.FirstOrderIterator.close(FirstOrderIterator.java:173)
         at weblogic.xml.query.runtime.core.IfThenElse.close(IfThenElse.java:99)
         at weblogic.xml.query.runtime.core.CountMapIterator.close(CountMapIterator.java:222)
         at weblogic.xml.query.runtime.core.LetIterator.close(LetIterator.java:140)
         at weblogic.xml.query.runtime.constructor.SuperElementConstructor.prepClose(SuperElementConstructor.java:183)
         at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.close(PartMatElemConstructor.java:251)
         at weblogic.xml.query.runtime.querycide.QueryAssassin.close(QueryAssassin.java:65)
         at weblogic.xml.query.iterators.FirstOrderIterator.close(FirstOrderIterator.java:173)
         at weblogic.xml.query.runtime.core.QueryIterator.close(QueryIterator.java:146)
         at com.bea.ld.server.QueryInvocation.getResult(QueryInvocation.java:462)
         at com.bea.ld.EJBRequestHandler.executeFunction(EJBRequestHandler.java:346)
         at com.bea.ld.ServerBean.executeFunction(ServerBean.java:108)
         at com.bea.ld.Server_ydm4ie_EOImpl.executeFunction(Server_ydm4ie_EOImpl.java:262)
         at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:312)
         at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invoke(XmlDataServiceBase.java:231)
         at com.ebay.rds.dao.SOAMetricDAO.getMetricAggNumber(SOAMetricDAO.java:502)
         at com.ebay.rds.impl.NexusImpl.getMetricAggNumber(NexusImpl.java:199)
         at com.ebay.rds.impl.NexusImpl.getMetricAggNumber(NexusImpl.java:174)
         at RDSWS.getMetricAggNumber(RDSWS.jws:240)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    below is my code example, first I get data from all the 12 queries, each query is enclosed with fn-bea:async function, finally, I do a group by aggregation based on the whole data set, is it possible that the exception is due to some threads are not returned data yet, but the aggregation has started?
    the metircName, serviceName, opname, and $soaDbRequest are simply passed from operation parameters.
    let $METRIC_RESULT :=
            fn-bea:async(
                for $SOA_METRIC in ns20:getMetrics($metricName,$serviceName,$opName,"")
                for $SOA_POOL_METRIC in src0:SOA_1MIN_POOL_METRIC()
                where
                $SOA_POOL_METRIC/SOA_METRIC_ID eq fn-bea:fence($SOA_METRIC/SOA_METRIC_ID)
                and $SOA_POOL_METRIC/CAL_CUBE_ID  ge fn-bea:fence($soaDbRequest/ns16:StartTime)  
                and $SOA_POOL_METRIC/CAL_CUBE_ID lt fn-bea:fence($soaDbRequest/ns16:EndTime )
                and ( $SOA_POOL_METRIC/SOA_SERVICE_ID eq fn-bea:fence($soaDbRequest/ns16:ServiceID)
                   or (0 eq fn-bea:fence($soaDbRequest/ns16:ServiceID)))
                and ( $SOA_POOL_METRIC/POOL_ID eq fn-bea:fence($soaDbRequest/ns16:PoolID)
                   or (0 eq fn-bea:fence($soaDbRequest/ns16:PoolID)))
                and ( $SOA_POOL_METRIC/SOA_USE_CASE_ID eq fn-bea:fence($soaDbRequest/ns16:UseCaseID)
                   or (0 eq fn-bea:fence($soaDbRequest/ns16:UseCaseID)))
                and ( $SOA_POOL_METRIC/ROLE_TYPE eq fn-bea:fence($soaDbRequest/ns16:RoleID)
                   or (-1 eq fn-bea:fence($soaDbRequest/ns16:RoleID)))
                return
                $SOA_POOL_METRIC
               fn-bea:async(for $SOA_METRIC in ns20:getMetrics($metricName,$serviceName,$opName,"")
                for $SOA_POOL_METRIC in src1:SOA_1MIN_POOL_METRIC()
                where
                $SOA_POOL_METRIC/SOA_METRIC_ID eq fn-bea:fence($SOA_METRIC/SOA_METRIC_ID)
                and $SOA_POOL_METRIC/CAL_CUBE_ID  ge fn-bea:fence($soaDbRequest/ns16:StartTime)  
                and $SOA_POOL_METRIC/CAL_CUBE_ID lt fn-bea:fence($soaDbRequest/ns16:EndTime )
                and ( $SOA_POOL_METRIC/SOA_SERVICE_ID eq fn-bea:fence($soaDbRequest/ns16:ServiceID)
                   or (0 eq fn-bea:fence($soaDbRequest/ns16:ServiceID)))
                and ( $SOA_POOL_METRIC/POOL_ID eq fn-bea:fence($soaDbRequest/ns16:PoolID)
                   or (0 eq fn-bea:fence($soaDbRequest/ns16:PoolID)))
                and ( $SOA_POOL_METRIC/SOA_USE_CASE_ID eq fn-bea:fence($soaDbRequest/ns16:UseCaseID)
                   or (0 eq fn-bea:fence($soaDbRequest/ns16:UseCaseID)))
                and ( $SOA_POOL_METRIC/ROLE_TYPE eq fn-bea:fence($soaDbRequest/ns16:RoleID)
                   or (-1 eq fn-bea:fence($soaDbRequest/ns16:RoleID)))
                return
                $SOA_POOL_METRIC
             ... //12 similar queries
            for $Metric_data in $METRIC_RESULT    
            group $Metric_data as $Metric_data_Group        
            by   $Metric_data/ROLE_TYPE as $role_type_id  
            return
            <ns0:RawMetric>
                <ns0:endTime?></ns0:endTime>
                <ns0:target?>{$role_type_id}</ns0:target>
    <ns0:value0>{fn:sum($Metric_data_Group/METRIC_COMPONENT_VALUE0)}</ns0:value0>
    <ns0:value1>{fn:sum($Metric_data_Group/METRIC_COMPONENT_VALUE1)}</ns0:value1>
    <ns0:value2>{fn:sum($Metric_data_Group/METRIC_COMPONENT_VALUE2)}</ns0:value2>
    <ns0:value3>{fn:sum($Metric_data_Group/METRIC_COMPONENT_VALUE3)}</ns0:value3>
    </ns0:RawMetric>
    could you tell me why the result is unstable? thanks!

  • Preloading VIs into memory without executing

    Hello.
    I have a problem with preloading...
    I've been using a dummy VI to keep important SubVIs in the memory in labview 10. Didnt even had to run it, just throw its reference into a global var. The SubVI was there, in memory, when some dynamic VI needed it.
    After upgrading to labview 11 the memory management apparently changed and that method doesent work anymore. I trie to run the dummy VI continiously, but even if it runs, it's SubVIs are not in memory.
    They only load if i have an eye contact with them, AKA open the block diagram.
    All SubVIs are set to preload with caller, but they just dont... 
    "When I need the side of a building to view all the code..." -Mark Yedinak
    "...when you need a navagation window to view the navagation window..." -Jeff Bohrer
    Solved!
    Go to Solution.
    Attachments:
    with no BD.PNG ‏130 KB
    with BD.PNG ‏126 KB

    dan_u wrote:
    Try using Static VI references.
    I'll try that right away. Will it work if i copy whole program to a new directory?
    Static VI references tend to rely on the full path, while my path should remain dynamic... (im calling on the parent VI by relative path, while SubVIs in it are relative path dependent too)
    "When I need the side of a building to view all the code..." -Mark Yedinak
    "...when you need a navagation window to view the navagation window..." -Jeff Bohrer

  • How to record sound into array using DAQ ?

    Hi to everyone
    Im last year student , im using LABVIEW for the first time.
    i have an myDAQ , i need to record audio go through the analog ports/AUDIO INPUT of the myDAQ, into array, for later singal proccesing.
    its for my final project.

    First, Learn to use LabVIEW with myDAQ is a series of videos.  To quote the Introduction,
    The Learn to LabVIEW with MyDAQ provides fundamental LabVIEW knowledge for a great out of the box experience with your MyDAQ. Each unit provides a set of videos to allow you to learn at your own pace and review material an unlimited number of times. As well, most videos are accompanied by minor exercises which will help drive home important topics and challenge you along the way.
    View the videos, do the exercises, and I suspect many of your questions will be answered.  If you write some LabVIEW code and have a problem, come back, show us your code, and explain the problem.
    Bob Schor

  • How to store output in memory id for performance

    Hi All,
    There is a customized report where output is huge and unable to download the output file to PC generated through background job.
    Is there any option to store the output file in memory id similar to SAve with ID functionality of SQVI - Query Quick Viewer.
    Thanks
    Prat
    Edited by: prat11 on Jun 16, 2011 5:09 PM

    Hi Prat,
    The standard report BALVEX01 has all the steps neccessary for using ALV extracts. may be you can copy the program and use some other table instead of sflight and test it. usage of extracts is quite simple:
    1. Include vex01top will give you the selection screen elements needed for extracts
    2. REUSE_ALV_EXTRACT_AT_SELSCREEN can be used for validation of the extract fields
    3. likewise REUSE_ALV_EXTRACT_AT_F4_P_EX1 is for f4 help on extract fields
    4. the major part is REUSE_ALV_EXTRACT_SAVE which saves the data to the extract with the name as mentioned on the selection screen & REUSE_ALV_EXTRACT_LOAD returns the data that is saved in the extract previously.
    5. if the user uses the same name for save the old extract data will be over written. but before that system will genrate a warning message.
    if you look at the standard report with the brief i think you should be able to get the information you need.
    cheers, Prabhu

  • How to Download external MIDI Library to improve performance in Logic Pro 7

    MIDI files are on desktop. For test run, used Logic Pro 7 File>Import>Open file type MIDI files. Found song.mid in Applications file, downloaded to song#.Iso Arrange Score, no sound, though meters activated.
    What is #.Iso Or is it #.1so?
    Extensive trying to make it work and reading of manuals, and online manuals were of no help so I'm here for help.
    Most Sincerely,
    lakesidetrombone, a dinosaur
    Mac Book Pro
    Logic Pro 7.2.3
    Finale 3.0 to 2007
    Korg Trinity Pro
    Yamaha SY77
    Mackie CR1604-VLC

    Hi,
    Hit the Caps Lock key.
    J.

  • How to use several Jserv-Processes to improve performance

    Hi,
    we are developing our new website with portal and the performance is not very high. In some papers I have read about using several JServ's on different servers to improve speed.
    Has anyone tried this?
    If someone has a documentation to setup several processes, let me know please.
    Thanks.
    Oliver

    Hi,
    I am also interested in setting up several JServ processes for
    portal (if possible). Can you pleas add me to the notification list if there
    is already a procedure out there? Thanks. To open this out slightly (sorry to the original posters) I understand that release 2 uses OC4J instead of Jserv. As jserv only supported single thread and OC4J supports multiple threads, I wondered if anyone (from Oracle) had indicative figures for performance improvements (though I guess this is only realised for OC4J components).
    John Skelton ([email protected] - the default email is wrong; thinks... must change my profile)

  • Loading a large number of strings into memory quickly

    Hello,
    I'm working on an iPhone application where I need to load a large number of strings into memory. Currently I'm simply reading from a file where each string is stored in plain text on a single line. I read the file contents into a string using stringWithContentsOfFile and then I create an NSSet object using NSSet setWithArray:[string componentsSeparatedByString:@"\n"]];
    This works like a charm but takes around 8 seconds to load on the iPhone. I'm looking for ways to speed this up. I've already tried a few things which weren't any faster:
    1) I used [NSKeyedArchiver archiveRootObject:myList toFile:appFile]; to store the NSSet data structure. Then instead of reading the text file storage. I read this file using [NSKeyedUnarchiver unarchiveObjectWithFile:appFile]; This was actually very slow and created a strings file that was about 2x the size of the original plain text.
    2) Instead of using an NSSet, I used and NSDictionary and used writeToFile and dictionaryWithContentsOfFile. This was also no faster.
    3) Finally I tried using the NSDictionary to write to a binary file format using NSPropertyListSerialization. This was also not any faster.
    I've been thinking about using SQLite instead of the flat file read, but I haven't had a chance to prototype that out to see if it would be faster. It's important that I can do fast searches for specific strings, which is why I originally used a set.
    Does any one else have any ideas how to load this into memory faster? If all else fails, I'm simply going to load the strings into memory using a separate thread on application launch so I don't prevent the user from getting to the main menu for 8 seconds.
    Thanks,
    -Keith

    I'd need to know more about what you're doing, but from what you're describing I think you should try to change your algorithm.
    For example: Instead of distributing one flat file, split your list of strings into 256 files, based on the first two hex digits of their MD5 hashes*. (Two digits might not be enough--you might need three or four. You may also want to use folders, especially if you need more than two digits.) When testing if a string exists, first calculate its MD5 hash and extract the necessary number of digits, then load that file into memory and scan its list. (You can cache these lists in memory so that you only have to load each file once--just make sure that a didReceiveMemoryWarning message will empty those caches.)
    Properly configured, SQLite may be faster than the eight second load time you talk about, especially if you ensure it indexes the column you store the strings in. But it's probably overkill for this application.
    \* A hash is a numeric code calculated from a string; on average, changing a single bit anywhere in the string should change half the bits in the hash, so even very similar strings should generate very different hashes. I suggest using MD5 instead of -\[NSString hash\] because the hash method is not guaranteed to return the same results on Mac OS and iPhone OS, or on different releases of either OS. You could also use a different algorithm, like a CRC; these are faster but I'm not as familiar with them. This thread discusses calculating MD5 hashes on iPhone OS: http://discussions.apple.com/thread.jspa?messageID=7362074
    Message was edited by: Brent Royal-Gordon

  • Problem with save into memory

    Hay,..
    I'm now build web application.
    I'm confused with this case :
    I have 2 form, 1st form contain 1 field name and 1
    button next. i filled name with my name harry and i
    click next. it will save INTO MEMORY, NOT DATABASE.
    Now it continue to 2nd form. 2nd form will show
    "welcome harry" & contain dropdown button contain list
    of book & 2 button finish and add to basket. when i
    select book from dropdown button and i click add to
    basket, it will return the same form but below the
    form appear the book i've selected etc. But remember
    IT NOT SAVE INTO DATABASE. When i click finish NOW ITS
    SAVE TO DATABASE.
    My question is how we can save into memory ?
    i used tomcat 4.1.29 as container and velocity as
    presentation layer and jdk1.5.0
    Thanks before

    Every time you assign to a variable, you're saving to memory: int i;
    Object o;
    i = 5; // I just saved 5 into the memory location that I know as the int variable i.
    o = new Object(); // I just saved a reference to an Object in the memory location that I know as reference variable oMaybe you're asking about how things are saved when you go from page to page in a web application? The usual way to do that, in a servlet envrionment, is with a session scoped bean (if you're using JSP), which you can get with JSP tags or by calling session.setAttribute.
    This should be covered in any decent servlet/JSP tutorial

  • How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi?

    How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi? There is probably a trivial, easy way to get this info, but I have not yet found it!  Thanks..

    Or if you want to grab all the paths programatically, try the attached VI.
    Open the top level that you want all the paths from and close all others, then open the
    attached and run it. It will return an array of all the VIs that the VI
    in question uses, including vi.lib VIs. You can filter these as well if
    you like.
    Ed
    Message Edited by Ed Dickens on 08-01-2005 07:01 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Get all paths.vi ‏29 KB

Maybe you are looking for

  • How can I delete old addresses from the automatic fill?

    I set up a new account on a G4 PowerMac with 10.3.9 installed. This computer was being used previously by one of my other users. My question is: whenever the new user wants to send a new message and she types in the address she needs to use, it is se

  • App store won't open  and itunes store won't accept my apple id.

    MY macbook pro, running Maverick  10.9.5 will not open itunes store (12.0.1.26) software updates or app store or icloud, (which may be the culprit). I can log into this forum  and my ID works on my Imac itunes, so it is not an identity or connection

  • Can't drag and drop in nested Group Container

    I want to drag a component in a Group container which is nested in another Group container, but I found I can't do that. If I remove the parent group, drag operation is ok. And if I replace both Group container to BorderContainer, drag behaviour is n

  • Error in MI07 physical inventory posting

    I am getting the error while doing MI07 (Physical inventory posting) the Physical inventory. The error is as follows: No accts maintained for company code clearing between comp.cds 765 and 350. Message no. F5730 Diagnosis A company code clearing tran

  • Defective SATA data cable in Macbook Pro

    I have a mid-2012 Macbook Pro (13", MacBookPro9,2) in which I installed an Other World Computing (OWC) SSD early in 2014. It ran beautifully for several months and then one day it would no longer boot. After working with OWC techs for several hours o