Financial Project ... Help Please !

Hi,
I'm on a Banking Project right now & would like some ideas for :
1. I want a proper way in which I can calculate Intrerest to the accounts, every 6 months & apply it to the balance in the account.
The system should calculate the Interest (say, for SB A/c), taking the min. balance every month. This every month int. has to be put in a field called accrued_int, which gets incremented every month. Thus, a collection of 6 months int in the field accrued_int would be added up & then the interest has to be applied to the account.
2. Can anyone pls give me some ideas for interest calculation & storage for a Financial system in Develoepr 2000 ?
Thanks.

These kinds of calculation seem to me a classic case for stored procedures.
You can use a cursor to fetch the last six months and do a calculation on them.
If you need to update the whole database you can use the dbms_job package in the database
to do batch processing on the table.

Similar Messages

  • After mixing a project i select bounce and burn the disc that is burned plays on any cd player but when i try to burn the wav or mp3 file that was created the resulting disc will only play in a computer this also happens with video projects help please

    after mixing a project i select bounce and burn the disc that is burned plays on any cd player but when i try to burn the wav or mp3 file that was created the resulting disc will only play in a computer this also happens with video projects help please are there any settings i need to alter as it seems the wav or mp3 file i ceated is being converted to a data file somewhere between the folder and disc drive

    Same thing for a movie file.. If you want to play back the movie via a DVD and a DVD player you must create a Movie DVD  and not just burn files to a data DVD... as Data DVDs are just storage devices for files and therefore will only work with computers...
    Movie DVDs are special formats that include things like menus and special file formats.. so they can playback via a DVD Player...
    You will need a 3rd party DVD Burning app like Toast which is what i actually use.... or the more popular DVD Creator app...to create and then burn a Movie DVD that will playback on a DVD Player....
    https://answers.yahoo.com/question/index?qid=20101220205435AA70beb

  • Can't open my project, help please...

    I've spent hours and hours on my wedding video project... When I was working on it, iMove suddenly crashed and then I can't open the project any more...
    I can't open, edit, duplicate and export the project. It allows me to play it in full screen but the content is incomplete.
    My other two projects are fine.
    I tried to reinstall iMovie (delete the program and com.apple.pkg.iMovieXXXX files, and reinstall and update) but it didn't help...
    I tried to repair the disk permissions but it didn't help...
    Could anyone please save me and my project..
    I was using Lion and iMovie 11 with the latest updates. My labtop is MBP 15'' mid-2010.
    Thanks!

    Anyone could help me please ???

  • Very simple java project (help please)

    Hello. For a project I have to somehow use MouseListener to make something. My idea was to have a rectangle in which a circle (hockey puck) follows the user's mouse and whenever the user places the circle into a certain area the count goes up by one (like a game of hockey). If someone could give me some idea as to where I should start it would be greatly appreciated.
    My thanks

    This is alwyas [a good place to start|http://java.sun.com/developer/onlineTraining/] when you don't have a clue what's going on, and here if you need specifics on MouseListener. And to get movement, then you'll probably want to look here.
    Once you have some code and specific questions, literally almost everyone on here will be willing to help you further along the way. When you post code, please use code tags.

  • Research Project - help please

    i am making a report on the percentage of 1900mhz US capable (Tri band or better)hsndsets sold on the European market.
    Would anybody be able to help me find the answers??
    I assume that for e.g lets say that Nokia produces 1,000,000 handsets for sale in Europe per year, and that only a percentage of those are 1900Mhz capable (tri band, quad band etc). i believe that teh majority of handsets sold in Europe are Dual band only (900 + 1800 Mhz) but i have no proof of this, it is only an assumption.
    i need to know, what is the percentage of 1900 capable phones to non 1900 capable phones.
    thanks for helping me get the answers, or pointing me in the right direction.
    Stuart Kull

    I think more and more phones sold in Europe are at least tri-band.
    What you could do is take a look at the device specifications of Nokia handsets available here:
    http://www.forum.nokia.com/devices/matrix_all_1.ht​ml
    I think you'll find that all the Nseries and Eseries devices are in fact quad band 800/900/1800/1900. Many of the 5xxx and above series are as well. I think only the entry-level 1xxx and 2xxx series phones are bi-band.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Cannot export iMovie project - Help please

    When I try to share the project I've worked on for over a week, I get the following ...
    However, that event is in the iMovie library.
    The only thing that happened differently this time is that I mistakenly deleted the event files from the event library before I exported the project to save disk space. But once I found out I needed the event clips in iMovie in order to share the project, I found out the clips are still in User > Movies > iMovie Events > British Isles Cruise 2013, so I imported them back into my Event Library in iMovie. So the Event and all the clips are back in iMovie, but I'm still getting the above error, as if iMovie doesn't realize the event is still there, and I cannot share or do anything with my project other than view it in iMovie.
    Any help on this would be much appreciated.
    Thanks!

    you haven't renamed any files/folders?
    just dragged them out of the Events folder, and back, right?
    try this …
    quit iMovie
    goto Library/Preferences and trash com.apple.iMovieApp.plist
    launch iMovie again ....
                     How do I trash the iMovie Preferences File? and Why?

  • Multi tasking project help please!

    I've been working on this code which takes inputs from a midi-keyboard and writes it to a midi file(*.mid) while simultaneously displaying it on the graphical axis in real-time(x-axis = time axis y-axis= key axis i.e. corresponding to the key pressed). I've developed a code but the problem is that it's creating an empty midi file and there's no graphical output but just a still frame that is drawn in a window. Is the code right? because i've used the following code to draw the axes: http://forums.sun.com/thread.jspa?forumID=20&threadID=383034 . I've also used the CreateSequence.java file from java sound resources to write to a midi file from jsresources.org and the jmidi package for interfacing the keyboard from : http://www.softsynth.com/javamidi/
    The code is pasted below

    class g3 extends JFrame
                   myView          myGraph = new myView();
                   Thread t;
                   //boolean         ok    = false;
                   public g3() 
                        setBounds(3,10,765,840);
                        addWindowListener(new WindowAdapter()
                        {     public void windowClosing(WindowEvent ev)
                             {     dispose();
                                  System.exit(0);
                        JLabel lab = new JLabel("Displaying notes at every 0.3 seconds");
                        lab.setOpaque(true);
                        lab.setBackground(Color.cyan);
                        lab.setHorizontalAlignment(SwingConstants.CENTER);
                        lab.setFont(new Font("",1,16));
                        getContentPane().add("North",lab);
                        getContentPane().add("West",new myLeft());
                        getContentPane().add("Center",myGraph);
                        JLabel rid = new JLabel("            Reading");
                        rid.setOpaque(true);     
                        rid.setForeground(Color.blue);
                        getContentPane().add("South",rid);
                        setVisible(true);
                   public void running(int status,int key, float ts)
                             try
                                  Thread.sleep(300);//changed sleep time to 300ms from 1 second.
                                  if (myGraph.G != null) myGraph.draw(status,key,ts);
                                  repaint();
                                  return;
                             catch(Exception e) {}
              class myView extends JComponent 
                   Image      I;
                   Graphics2D G;
                   int    cnt    = 0;
                   //int    last_y;
                   Vector points = new Vector();
                   Point2D.Double  point;
                   public void draw(int stat, int kn, float tstamp)
                        int y1 = (63-(kn-35))*12+14;//changed to 62 from 11 then back to 11 :P
                        newImage();
                        G.setColor(Color.darkGray);//color of the output
                        //cnt++;//an ordinary counter to add points periodically..
                        if (points.size() == 800/4) points.remove(0);//if it reaches the limit then remove the leftmost element..thus shifting elements to the left
                        points.add(new Point2D.Double(tstamp,y1));
                        for (int i=0; i < points.size(); i++)
                             point = (Point2D.Double)points.get(i);               
                             if (i > 0)          
                                  while(stat!=80)
                                       if(stat==90)
                                            point = (Point2D.Double)points.get(i); //gets the value of the point depending on the number i
                                            int x = (i-1)*4+1;//defines values of x as 1,5,9,13...
                                            G.drawRect(i,(int)point.y,i+1,(int)point.y);//plots the output rectangles
                                            return;
                             //last_y = Point2D.y;
                   public void paintComponent(Graphics g)
                        if (I == null)
                             I = createImage(702,800);     //changed from 276 to 800, caused the image to increase downwards
                             G = (Graphics2D)I.getGraphics();
                             newImage();     
                             G.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);          
                        super.paintComponent(g);
                        g.drawImage(I,0,18,null);//changed 20 to 62,shifted the rectangle by a few pixels below
                        for (int i=0; i < points.size(); i++)//draws the scale on the x axis
                             g.fillRect(i*4+1,9,1,2);
                             cnt++;
                             if (cnt%10 == 0) g.fillRect(i*4+1,3,1,8);
                   public void newImage()
                        G.setColor(Color.lightGray);
                        G.fillRect(0,0,802,741);     
                        // G.setColor(Color.cyan);
                        // for (int y=1; y < 62; y++) G.fillRect(0,y*25,702,1);//changed  from 12 to 62
                        G.setColor(Color.black);
                        G.drawRect(0,0,701,740);//changed y component from 275 to 701...didnt completely fill the rect so changed further to 800
              class myLeft extends JComponent 
                   public myLeft()
                        setPreferredSize(new Dimension(35,1));
                   public void paintComponent(Graphics g)
                        super.paintComponent(g);
                        g.setFont(new Font("",0,9));
                        int octave;
                        String[] note=new String[200];
                        //draw values on the y axis:
                             int i=1, n=0;
                             g.drawString("0",18,(62-n)*12+14);
                             n++;
                             if(n>=0&&n<12)
                                  octave=1;
                                  note[1]="A";
                                  note[2]="A#";
                                  note[3]="B";
                                  note[4]="C";
                                  note[5]="C#";
                                  note[6]="D";
                                  note[7]="D#";
                                  note[8]="E";
                                  note[9]="F";
                                  note[10]="F#";
                                  note[11]="G";
                                  note[12]="G#";
                                  while(i>=1&&i<13)
                                       g.drawString((note[i]+""+octave),18,(62-n)*12+14);
                                       n++;
                                       i++;
                              if(n>=13&&n<25)
                                  octave=2;
                                  note[13]="A";
                                  note[14]="A#";
                                  note[15]="B";
                                  note[16]="C";
                                  note[17]="C#";
                                  note[18]="D";
                                  note[19]="D#";
                                  note[20]="E";
                                  note[21]="F";
                                  note[22]="F#";
                                  note[23]="G";
                                  note[24]="G#";
                                  while(i>=13&&i<25)
                                       g.drawString(note[i]+""+octave,18,(62-n)*12+14);
                                       n++;
                                       i++;
                             if(n>=25&&n<37)
                                  octave=3;
                                  note[25]="A";
                                  note[26]="A#";
                                  note[27]="B";
                                  note[28]="C";
                                  note[29]="C#";
                                  note[30]="D";
                                  note[31]="D#";
                                  note[32]="E";
                                  note[33]="F";
                                  note[34]="F#";
                                  note[35]="G";
                                  note[36]="G#";
                                  while(i>=23&&i<37)
                                       g.drawString(note[i]+""+octave,18,(62-n)*12+14);
                                       n++;
                                       i++;
                             if(n>=37&&n<49)
                                  octave=4;
                                  note[37]="A";
                                  note[38]="A#";
                                  note[39]="B";
                                  note[40]="C";
                                  note[41]="C#";
                                  note[42]="D";
                                  note[43]="D#";
                                  note[44]="E";
                                  note[45]="F";
                                  note[46]="F#";
                                  note[47]="G";
                                  note[48]="G#";
                                  while(i>=37&&i<49)
                                       g.drawString(note[i]+""+octave,18,(62-n)*12+14);
                                       n++;
                                       i++;
                             if(n>=49&&n<61)
                                  octave=5;
                                  note[49]="A";
                                  note[50]="A#";
                                  note[51]="B";
                                  note[52]="C";
                                  note[53]="C#";
                                  note[54]="D";
                                  note[55]="D#";
                                  note[56]="E";
                                  note[57]="F";
                                  note[58]="F#";
                                  note[59]="G";
                                  note[60]="G#";
                                  while(i>=49&&i<61)
                                       g.drawString(note[i]+""+octave,18,(62-n)*12+14);
                                       n++;
                                       i++;
                             g.drawString("A6",22,(62-n)*12+14);
                        g.setFont(new Font("",0,12));
                        String s = "Notes";
                        g.setColor(Color.blue);
                        g.setFont(new Font("",1,12));
                        for (int j=0; j < s.length(); j++)
                             g.drawString(""+s.charAt(j),6,j*45+300);
              class Music
                   static MidiPort midiport;
                   public static void inputTest( int inDevice, int outDevice )
                             InputThread inputThread;
                             try
                                  midiport = new MidiPort( inDevice, outDevice );
                                  inputThread = new InputThread( midiport );
                                  inputThread.start();
                             catch (Exception e)
                                  System.err.println( "Error!" + e.getMessage() );
                        public static void main(String args[])
                             int inDevice = 0;
                             int outDevice = 0;
                             inputTest( inDevice, outDevice );
              }

  • Please help i started my project video format 720HD resolution 12x720 rate 25p at last when i finish and burn to dvd the edges are cut off any one help please i am really in trouble

    please help i started my project with  video format 720HD, resolution 12x720, rate 25p.  at last when i finish and burn to dvd the edges are cut off and my logo cut off the screeen aswell any one help please i am really in trouble. thanks

    Sorry, but I don't know anything about that app.
    I did go to their Web site and I see they have a support link. Perhaps you can get help there or in their forum.
    If you are OK with a DVD with a basic menu, you could try the Share>DVD option in FCP.
    Good luck.
    Russ

  • I can't find my project!  Please help.  I can see it on  the desk top but it will not open.

    I have a documentary due tomorrow and it won't play and it's not in my project library in imovie!! HELP PLEASE!!!

    Using the Finder, move the Project from your Desktop to the Movies/iMovie Projects folder. Then restart iMovie.

  • Aperture 3.2.4 macbookpro lion: image disappears after loading from any project; repairing everything on starting app doesn't fix it. Only restarting the computer works. Any help, please? ... in non-technical language please. Thanks

    aperture 3.2.4, macbookpro lion: image disappears after loading from any project; repairing everything on starting app doesn't fix it. Only restarting the computer works. Any help, please? ... in non-technical language please. Thanks

    “Hi Kirby, thanks a lot for your answer.
    I got one answer, from DMoore, saying:
    “Try Safe boot and then restart with only Aperture open.  Still doent work write back with more details like Ram, HD capacity/free space.  Are these thumbnails or Previews? Have you turned off building previews in AP preferances?
    Safe boot   http://support.apple.com/kb/HT1564
    Starting up into Safe Mode does several things:
    1  It forces a directory check of the startup volume.
    2  It loads only required kernel extensions (some of the items in /System/Library/Extensions).
    3  In Mac OS X v10.3.9 or earlier, Safe Mode runs only Apple-installed startup items (such items may be installed either in /Library/StartupItems or in /System/Library/StartupItems; these are different than user-selected account login items).
    4  It disables all fonts other than those in /System/Library/Fonts (Mac OS X v10.4 or later).
    5  It moves to the Trash all font caches normally stored in /Library/Caches/com.apple.ATS/(uid)/ , where (uid) is a user ID number such as 501 (Mac OS X v10.4 or later).
    6  It disables all startup items and login items (Mac OS X v10.4 or later).
    7  Mac OS X v10.5.6 or later: A Safe Boot deletes the dynamic loader shared cache at (/var/db/dyld/). A cache with issues may cause a blue screen on startup, particularly after a Software Update. Restarting normally recreates this cache.”
    As I don’t know much about the technical aspects of computers, I don’t really understand the first answer, and it sounds like following it might produce unwanted changes.
    But I understand your questions, so I’ll try to answer them;
    "loading from any Project" means that I encounter the problem when I’m using a project, possibly after/because I’ve left the Mac on overnight, and/or  I’ve made a lot of adjustments, and, once the problem is there, it happens in any other project which I open – the images load then disappear.
    I can see images in the Browser, so it only happens in the Viewer(s).
    I’m afraid I don’t understand what you mean by: “If you select "Photos" from near the top of the Library tab of the Inspector, does it show you all of your Images?”. I am a newcomer to Aperture, so I don’t know what some of the buttons are for yet, but when I want to look at and adjust my pictures, I import them, as referenced images, then Aperture creates a folder/project in the Library. When I click on that Project (when it’s working properly), all the images appear in the Browser or the Viewers  – without me needing to “select Photos from near the top of the Library tab of the Inspector”. I selected it and looked at all the items in the dropdown menu, but none of them seems to offer the option to ‘show all the images’. So I’m not sure how to answer your question except to say that – yes, I can see all the pictures in the Browser or the Viewers (when it’s working properly), but I don’t seem to need to use the Photos button to achieve this.
    Did Aperture work before?
    Yes it worked ok for a while, but I only purchased it on 24th May.
    If I understand correctly, the difference between thumbnail and preview is that the thumbnail is what I see when the “Loading” wheel is turning, and the disappearance of this wheel after a few seconds means that I am now looking at the preview (also, the thumbnail cannot be adjusted).
    So I think the problem occurs when the thumbnail has finished loading; the viewer going blank/grey might mean that it is not showing the preview.
    But I have not changed the default Preview settings in Aperture Preferences.
    My macbookpro details:
    2.7 Ghz Intel Core i7
    Memory: 8 Gb 1333 MHz DDR3
    Hard Drive capacity 499.25 GB
    Available 387.36 GB
    I have noticed another problem: I cannot apply the same rating to multiple images: following the instructions, I select a group of contiguous (or non- contiguous) images, choose a selection eg “5stars” using the keyboard, but the stars only appear in the last selected image – even though all the images are still showing as selected.”
    I hope this helps you to understand more.
    Thank you for trying to help me.
    Tony

  • IMove 9... Project cannot locate clips after I chose "Split Event Before Clip." Help please!

    iMovie 9; chose "Spit Event Before Clip." Project now cannot locate Event clips for that Project. All Events and Clips are on an extenal HD. All I see are !-points for all clips in the Project. Help!
    I noticed another Event folder for the same clips so I "Merged" them. Still nothing. I've had nothing but problems with the waaay overdue project. I really need some help, please!
    gb

    I'd even gladly pay someone to walk me through this on the phone! I'm really desperate at this point!
    gb

  • Troubleshooting: Help please. Creating a PDF file from a Photoshop-designed project

    I wanted to add personal design elements to my resume so I decided to use Photoshop to add in a logo and a footer. The problem is, when I converted the 3 Photoshop .psd files (3 pages) to .pdf files, the combined file came out to be very big in size. The biggest was 2.88 MB and the smallest that I got it to be without compromising the quality of the text and images was 1.48 MB.
    What did I do wrong?
    I've seen other .pdf files with more images and more color and definitely more pages and text which were only 300KB in size. How can I make my final .pdf file size small but still retain the quality of the original design from Photoshop?
    I've tried merging the layers before saving. I've tried turning the files into .gif files before making the pdf. Into jpegs before making the pdf. Changing the canvas and image sizes in Photoshop into super small which made the final pdf file unreadable and super blurry. I'm at my wit's end.
    Details:
    .psd image size 8.5 by 11 inches (normal resume size)
    colors - black, gray, light blue and light yellow
    Images are very minimal, 4 lines total and around 5 circles at the header of the first page and footer of the 3rd page.
    Help please!
    X-cross-post: Acrobat Forum-X

    This is so sad. I read your comments and I said, "Huh?" Haha!
    I tried the indexed color option and it did make the final file smaller. Around 600KB. But there's probably another way to make it even smaller like the gazillion-paged pdf file that I mentioned that was only about 300KB.
    And by saying a layout program, does that mean like Adobe InDesign? Does that mean that I should just make my graphics in Photoshop and then import using another program and finish the file there?
    What other layout programs can I use?
    Thank you so much!

  • Help Please - on a VC that works out of the box with MAC before I sellup

    I have to declare that I’m somewhat frustrated at the moment and I could do with some good advise please bare with me while I explain.
    I have recently converted from all types of PC systems and MS OS to Apple. The conversion was based on a few drivers.
    1, My wife finally has decided to “learn” how to do her own web work instead of asking me to look up this or that for her. So as she was starting from scratch I thought MAC.
    2, At the same time I had a play with Vista at work and disliked it. I was using XP & W2K at the time.
    3, I wanted to update my home hardware, which was 3 years old.
    4, The accountant said I hadn’t spent enough on IT last year.
    5, New project work in the planning that required video/audio work to upload onto the web and everyone said MAC was the best.
    So having looked around and done what I thought was enough research I started investing. To date I’ve invested £4500 plus.
    Started by buying
    iMAC 24” 2.8 Gz Intel with 4GB ram (for the home office)
    MacBook Pro 2.4 with 4GB ram (for out and about working)
    iPHONE 16GB (which is great)
    VMware Fusion was installed for those things that I couldn’t live without until I found a suitable replacement like MS Money, Paint Shop Pro, MS Office etc. Installed XP.
    Tried Open Office found it to clunky and hard work working off files for MS Office that others sent/required. Ended up buying Office 2008 only to find VB macros don’t work in Excel and all my company spreadsheets still need PC MS Excel to run so back into XP via Fusion.
    Then to MAIL which is great on the iPHONE as I can easily monitor my 5 email accounts, what a result. But now I come to attach JPG files as I would in outlook and they open into the content of text in the mail and will not stay closed but disrupt the message. Wholly unacceptable to my way of working with no cure.
    Scanning next, so I down loaded GIMP to replace PSP which I find useless so back to PSP I go again via XP & Fusion.
    Next and finally the VC project, Now please bare in mind that all I want to do is shoot film, upload it to edit it and then mount it on the web page. I have no desire to become any form of expert in the field just get the job done.
    So reviewed iMovie to understand the spec. Realise it has limitation and reviewed FCE which seems to plug the gaps and boarders on being more professional.
    At this point I must say I’m not totally new to this subject as I have used Studio8 and a JVC GR-DVL166EK video cam a couple of years ago and got on ok without any issues simple plug and play with great results.
    Having reviewed the standards that the software is reported to work too without any publicly declared exclusions or exceptions by Apple I went shopping for the VC. (I didn’t know of the forum at the time and to the best of my knowledge Apple don’t advise of its existence in any product information on anything I have bought.)
    I buy a Panasonic HDC-HS9 for £700 which doesn’t flaming work despite the fact that it should based on all the standards quoted by both manufactures and there are no disclaimers from either party that it won’t work.
    I have reviewed the compatibility list on the support page (now I know its there) and find that the Panasonic HDC-SD5 does work. I reviewed the comprehensive detailed model spec on the Panasonic web site and there is no differences between the to models at all accept the HDD.
    So why don’t it work?
    *At the end of the day can anyone please recommend a VC that will produce high quality results without the need of a 3rd party software to connect and upload files convert and muck about instead of getting on with the job.*
    And if all the publicised specs don’t allow you to conclude compatibility how can you protect your investment? Where do we legally stand and where is the accountability to the consumer.
    <edited by host>
    I am that fed up with the last 3 months of mucking about Bill Gat*es may just get me back.
    Thanking anyone in anticipation for some meaning advise and help.
    Regards
    Alan

    Hi, and thanks for you interest. The problems is that whether I'm using iMovie or FCE I get to a stage where the thumbnail image is present but if you try to play, import or any other action in either app it closes down and a message comes up " The Application Final Cut Express/iMovie quit unexpectedly - Mac OS X and other application are not affected" then asks if I wish to relaunch. I then hit the report to Apple button and afterwards relaunch. I was recommended to use Voltaic which I have tried, it worked but is to much mucking about for something that should work out of the box.
    This problem happens on both the iMAC and the MacBook so quite sure it's not a OS software issue. All software update are up to date also.
    Any ideas?

  • I cannot open my Safari. I double click and still loading forever an ever. I cannot get to any preferences at the configurations bar. Any help please?What should a i do to fixe that?

    I cannot open my Safari. I double click and still loading forever an ever. I cannot get to any preferences at the configurations bar. Any help please?What should a i do to fixe that?

    I saw on another post you have asked about this dates LINC DAVIS:
    Date/Time:       2014-07-01 19:03:59 -0300
    OS Version:      10.7.5 (Build 11G63)
    Architecture:    x86_64
    Report Version:  9
    Command:         Safari
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Version:         6.1.5 (7537.77.4)
    Build Version:   1
    Project Name:    WebBrowser
    Source Version:  7537077004000000
    Parent:          launchd [203]
    PID:             624
    Event:           hang
    Duration:        1.46s
    Steps:           15 (100ms sampling interval)
    Pageins:         7
    Pageouts:        0
    Process:         Safari [624]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Architecture:    x86_64
    UID:             501
      Thread 0x1597a      DispatchQueue 1
      User stack:
        15 ??? (in Safari) [0x10557ff2c]
          15 SafariMain + 266 (in Safari) [0x10577947c]
            15 NSApplicationMain + 867 (in AppKit) [0x7fff8b559eac]
              15 -[NSApplication run] + 470 (in AppKit) [0x7fff8b2dd9b9]
                15 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161 (in Safari) [0x1055e44d5]
                  15 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8b2e107d]
                    15 _DPSNextEvent + 1247 (in AppKit) [0x7fff8b2e19c5]
                      15 AEProcessAppleEvent + 102 (in HIToolbox) [0x7fff82c85b69]
                        15 aeProcessAppleEvent + 250 (in AE) [0x7fff832b89f7]
                          15 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38 (in AE) [0x7fff832b8b03]
                            15 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200 (in AE) [0x7fff832b8c25]
                              15 _NSAppleEventManagerGenericHandler + 105 (in Foundation) [0x7fff896ed5dc]
                                15 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283 (in Foundation) [0x7fff896ed74e]
                                  15 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101 (in Foundation) [0x7fff896ee7c7]
                                    15 -[NSObject performSelector:withObject:withObject:] + 65 (in CoreFoundation) [0x7fff81947541]
                                      15 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330 (in AppKit) [0x7fff8b2e45b9]
                                        15 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 227 (in AppKit) [0x7fff8b2e4849]
                                          15 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 193 (in AppKit) [0x7fff8b2e49f9]
                                            15 _NSPersistentUIFinishAcquiringTalagentWindows + 93 (in AppKit) [0x7fff8b3108cb]
                                              15 copyTalagentWindowsAcquisitionBlock + 79 (in AppKit) [0x7fff8b310947]
                                                15 +[NSBundle mainBundle] + 55 (in Foundation) [0x7fff896e1bb9]
                                                  15 -[NSRecursiveLock lock] + 25 (in Foundation) [0x7fff896badf9]
                                                    15 __psynch_mutexwait + 10 (in libsystem_kernel.dylib) [0x7fff87733bf2]
      Kernel stack:
        15 psynch_mtxcontinue + 0 (in mach_kernel) [0xffffff800059eb20]
      Thread 0x1599d      DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae7e316]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff877347e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x159a4   
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff8d3eeb75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8d3eb8bf]
            15 _ZN3WTFL19wtfThreadEntryPointEPv + 15 (in JavaScriptCore) [0x105e2da3f]
              15 WebCore::IconDatabase::iconDatabaseSyncThread() + 303 (in WebCore) [0x106958faf]
                15 WebCore::IconDatabase::syncThreadMainLoop() + 491 (in WebCore) [0x10695c39b]
                  15 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff87733bca]
      Kernel stack:
        15 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x159a9   
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff8d3eeb75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8d3eb8bf]
            15 thread_fun + 24 (in QuartzCore) [0x7fff81e65d35]
              15 CA::Render::Server::server_thread(void*) + 184 (in QuartzCore) [0x7fff81e65df5]
                15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8773267a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x159b2   
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff8d3eeb75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8d3eb8bf]
            15 __NSThread__main__ + 1575 (in Foundation) [0x7fff8970f6a2]
              15 -[NSThread main] + 68 (in Foundation) [0x7fff8970f72a]
                15 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in Foundation) [0x7fff8971afd7]
                  15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff818e9486]
                    15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff818e9c74]
                      15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff818e150c]
                        15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8773267a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x159b7   
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff8d3eeb75]
          15 ??? (in Safari) [0xdeadbeef]
            15 dlopen + 540 (in dyld) [0x7fff65188657]
              15 dyld::runInitializers(ImageLoader*) + 97 (in dyld) [0x7fff651821b9]
                15 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 59 (in dyld) [0x7fff6518d0b7]
                  15 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 237 (in dyld) [0x7fff6518c2cd]
                    15 _ZN4dyldL12notifySingleE17dyld_image_statesPK11ImageLoader + 226 (in dyld) [0x7fff65180973]
                      15 load_images + 233 (in libobjc.A.dylib) [0x7fff8897636b]
                        15 call_load_methods + 161 (in libobjc.A.dylib) [0x7fff889766ca]
                          15 +[VSearchLib load] + 92 (in libVSearchLoader.dylib) [0x109b72bf4]
                            15 -[NSBundle principalClass] + 41 (in Foundation) [0x7fff8970ed84]
                              15 -[NSBundle load] + 18 (in Foundation) [0x7fff897173f8]
                                15 objc_msgSend_vtable3 + 24 (in libobjc.A.dylib) [0x7fff889780d8]
      Kernel stack:
        15 hndl_alltraps + 225 (in mach_kernel) [0xffffff80002da481]
          15 user_trap + 711 (in mach_kernel) [0xffffff80002c4017]
            15 exception_triage + 149 (in mach_kernel) [0xffffff8000220e15]
              15 exception_deliver + 766 (in mach_kernel) [0xffffff8000220c1e]
                15 exception_raise_state_identity + 325 (in mach_kernel) [0xffffff8000249c75]
                  15 mach_msg_rpc_from_kernel_body + 277 (in mach_kernel) [0xffffff80002239d5]
                    15 ipc_mqueue_receive + 70 (in mach_kernel) [0xffffff8000215886]
                      15 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                        15 thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
                          15 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Binary Images:
             0x10557f000 -        0x10557ffff  com.apple.Safari 6.1.5 (7537.77.4) <1144E535-39EB-3DD2-8326-F931E2CEDFC5> /Applications/Safari.app/Contents/MacOS/Safari
             0x105589000 -        0x105ac2fff  com.apple.Safari.framework 7537 (7537.77.4) <079F7B57-311E-3A81-B3ED-B7AC3F78E262> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
             0x105e24000 -        0x1061cbff7  com.apple.JavaScriptCore 7537 (7537.77.1) <C0C6D15C-8C26-3FD8-BE2E-7A1C20B46359> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
             0x106953000 -        0x107a00ff7  com.apple.WebCore 7537 (7537.77.4) <E0176EFF-835E-3B32-909D-E3A426947476> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
             0x109b72000 -        0x109b73fff  libVSearchLoader.dylib ??? (???) <2DF78468-AB4B-363E-A838-D4CE14679E8B> /System/Library/Frameworks/VSearch.framework/Versions/A/Libraries/libVSearchLoa der.dylib
          0x7fff6517f000 -     0x7fff651b3baf  dyld ??? (???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
          0x7fff818b1000 -     0x7fff81a85ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff81e63000 -     0x7fff82003ff7  com.apple.QuartzCore 1.7 (270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
          0x7fff82c75000 -     0x7fff82fa1fff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff832b5000 -     0x7fff832f4fff  com.apple.AE 527.7 (527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
          0x7fff8771d000 -     0x7fff8773dfff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8896d000 -     0x7fff88a51e5f  libobjc.A.dylib ??? (???) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
          0x7fff896b5000 -     0x7fff899cefff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ae7c000 -     0x7fff8ae8afff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8b2d9000 -     0x7fff8bedffff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8d39d000 -     0x7fff8d47afef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib

  • Snap to beat markers:  I'm using iMovie 11.  Trying to prepare short movie of holiday using 2 or 3 songs and snap to beat feature.  It worked great for first segment/song but I can't seem to get it to work for the second song.  Help please.

    I'm using iMovie to prepare a short holiday video.  Snap to beat markers worked great for the first song but doesn't seem to work when I try to extend my project with a second song and more video and stills.  I dragged in the song and marked the beats but when I bring in stils and video clips they just ignore the beat markers.  Can anyone help please.  Thanks.

    I am having the same issue. The first song and beat markers work great. I add a second song and set beat markers. When I add photos, the appear at random spots with random lengths. I haven't seen a pattern yet. Spent 30 minutes on this topic at my last 1:1 session in the store. No luck figuring it out.
    One work-around might be to create one song per project (so beat markers work), then combine the two (or more) projects. But I'm not sure if that's possible or how to do it.
    Thanks for any help on this.

  • On external monitor: GOOD.    after render & dvd: BAAAAD.   help, please!

    Hi, I edited a 60i NTSC video from a canon XL2, and it looks fine on the external monitor (TV), the FCP preview and everything. It even looks good when I export a QT mov with no compression.
    But as soon as I burn it on iDVD and play it on a DVD player, the whole interlacing business goes terribly, terribly wrong.
    I've tried all possible exporting settings, but it doesn't work. Should I de-interlace the clips? I've gathered from reading the forums that it might help, but it sounds like a desperate solution, since the text should be interlaced but not the video?
    I mean... what did I do wrong? Isn't ot supposed to just work straight-through with the NTSC DV Easy Setup and changing only to "None" on the compressing settings at export?
    Any help, please? Anybody?

    oh, OK.
    For exporting, I used the Export>Quicktime movie, just like you said, using the current setting (i.e. Compression:None)
    The DVD player was connected to a PAL TV, but it's OK because the DVD player can read anything. I know because I've watched NTSC as well as PAL dvd movies before.
    The Canon XL2 the Mac is connected to, via Firewire, is NTSC, connected via RCA to the PAL TV. Which means the signal I'm watching is Black & White... (I know this sounds WEIRD)... but it's O.K. because what I'm really checking as I edit is the interlacing problem that I got when playing the DVD on the dvd player.... : the BAD problem.
    How bad? Really bad. Any sudden movement, or panning of objects with vertical lines, like a painting or a building looks all wobbly and curvey and blurry and wrong, which is unnacceptable for the project I'm doing, as it is a professional work (Meaning that I'm charging money for it, despite the crazy assemble of different products and formats I'm using).
    I've gotten things that look good before, but never on Final Cut Pro.. I'm new to the program, and to Mac, and this is the first video I'm exporting to a DVD on this platform.

Maybe you are looking for

  • Digitizing HDV footage with a Consumer Grade HD Camcorder

    I have HDV footage on mini-digital tape. I need to digitize using Final Cut Pro. I shot the footage using a Sony HVR-V1U camera at 24p (an HDV camera and recorded onto mini-digital tape. I no longer have convenient access to the Sony HDV camera and w

  • Where is backup stored on my PC?

    I use vista 32, and would like to know where the iphone backup files stored? ie. contacts, calendar, settings etc. Thx

  • Audio Waveform

    Is there a way to alter the contrast of the Audio Waveform in Motion 5? There is a feature in Logic to do this but thats obviously a dedicated Music app. Would be good to see the waveform more clearly in Motion.

  • Deploying iPads with iPhone Configuration Utility

    We are trying to deploy some iPad2s into an enterprise environment. I have been able to push some settings like WiFi or remove Safari via iPhone Configuration Utility. However, we are needing to have one app installed (Prezi) from the App Store. I ca

  • Is it possible to return an operator-type from a function/decode ?

    Hi , I have a query that is calling a decode and based on the operator type (i.e <> , >= , <= etc ..) that it returns to compare 2 fields of a table is this possible and if so could anyone advise me how to ? below is my current declaration that gives