Applescript: return focus to another app after script runs

I'm currently running the following script via Hazel to back up plain text notes in a specific folder to Evernote:
tell application "Evernote"
  activate
  create note from file theFile notebook {"!inbox"} tags {"to review"}
end
Is there any way to do this so it happens in the background i.e. returns focus to whatever app was active when the script is triggered?
Thanks in advance for any responses.

Ah— solved.
tell application "System Events"
  set frontmostApplicationName to name of 1st process whose frontmost is true
end tell
tell application "Evernote"
  activate
  create note from file theFile notebook {"!inbox"} tags {"to review"}
end tell
tell application frontmostApplicationName
  activate
end tell

Similar Messages

  • Can I run automatically another report after a runned report?

    Hi.
    Can I run automatically in another report after a runned report?
    Like: I open a report, I click on Run/View and then the pdf is on screen BI Publisher runs another report (on screen)?
    Thank you, bye
    R.
    Edited by: user12003776 on May 18, 2011 5:29 PM

    Ok,
    I've to do a datatemplate with 2 queries and a new page in the existing template ?

  • In the Calendar app in Yosemite, how can I prevent the event's details window to disappear when transferring focus to another app?

    When you click on an event to get the full details in a separate window, like a phone number for the meeting, if you move to another app like Skype the details window hides and you cannot look at the comments.
    This is kind of annoying.

    It's not iDVD that opens when you insert a burned DVD,  It's DVD Player.  Set the Apple preferences to igonre when inserting a video DVD.  You will have to launch DVD Ripper manually and locate and open the VOB folder on the DVD disk.
    OT

  • For String == return true, then returns false in another app.

    First App:
    import java.awt.*;
    import java.awt.event.*;
    public class again
         TextField t1, t2;
         public again()
              Frame f=  new Frame();
              t1 = new TextField(10);
              t2 = new TextField(10);
              Button b1 = new Button("Compare");
              b1.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        String one = t1.getText();
                        if(one=="123")
                             System.out.println("true");
                        else
                             System.out.println("false");
              f.add(t1);
              f.add(t2);
              f.add(b1);
              f.setLayout(new FlowLayout(FlowLayout.LEFT));
              f.setSize(500,500);
              f.setVisible(true);
         public static void main(String args[])
              new again();
    }Second App:
    public class comp
         public static void main(String [] arg)
              String str1 ="123";
              String str2 ="123";
              if(str1=="123")
                   System.out.println("true");
              else
                   System.out.println("false");
    }

    DogsAreBarking wrote:
    None of these books talk about compile time pool constants. Read the JLS.
    As far as i know equals is used to compare reference types and == is used to compare primitive types.Read your books again. So why would strA == strB not lead to a compiler error if it's just for primitives? '==' is the operator to check for referential identity or primitive equality.
    May I quote you when you were told not to use '==':
    yes yes yes... i know all that

  • Front end application error after import script run successfully in R12

    Hi ,
    i got an exception in R12 environment.
    i developed one simple OAF page and deployed in apps import script run successfully.
    but when i am opening that page in Front end it will give an exception.
    That is
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'tflsm.oracle.apps.po.per.server.TflsmAM'.
    ## Detail 0 ##
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543tflsm.oracle.apps.po.per.server.TflsmAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543tflsm.oracle.apps.po.per.server.TflsmAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition tflsm.oracle.apps.po.per.server.TflsmAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
    i will check all the class files and xml files of Application Module below top, all are there in the server top(below top)
    /u02/TST22/apps/apps_st/comn/java/classes/xxfls
    but i got the exception.
    is there any different structure in R12.
    i.ein the server top /u02/TST22/apps/apps_st/comn/java/classes/xxfls (Here my all class files in Binary mode and xml files in ASCII mode)
    only CLASS files are needed or XML files are also need.(i am moving all CLASS and XML files)
    could you please help me on this.
    Thanks with Regards,
    Muthu

    Muthu,
    This issue usually occurs when the AM.class file is not available at the given location. Try to find out on the server whether this
    tflsm.oracle.apps.po.per.server.TflsmAM exists.
    If still the problem persists then go for redeployement by deleting the existing one.
    Regards,
    Gyan

  • When I am on a phone call and I double click the button to go to my home screen, then open another application (usually my calendar program, Calengoo), my screen goes blank and I am not able to return to either the app, the phone, or the home screen.

    When I am on a phone call and I double click the button to go to my home screen, then open another application (usually my calendar program, Calengoo), my screen goes blank and I am not able to return to either the app, the phone, or the home screen. If I am speaking to a person, if they hang up then I am back to the phone application. If I'm leaving a message, I am unable to return to the phone screen to end the call, and have to wait until the other phone hangs up. I'm also unable to switch back and forth to look at my calendar if I'm calling someone about scheduling. This has only started happening since the most recent iOs update. I run into situations similar to this about once per day during the work week, as I use my phone is this manner quite often. While not life altering it is quite frustrating. Can anyone here help me figure out a way to avoid this? If it helps, I have noticed a general downgrade in overall performance starting two system updates ago (apps opening more slowly, closing unexpectedly more often, etc.). I have an iPhone 3GS with the latest OS update.
    Thank you for any help or suggestions,
    Chris

    I could be corrupted backup.
    You can check the notification settings for message.
    Settings>Notification Center>Messages>Alert Style
    It should be on Banners or Alerts.
    Settings>Messages> Turn on Imessage and send as SMS and below that "Blocked" to check if you have any numbers block might be blocking the message.
    You can also do a hard reset by holding power and home till it restarts and release after seeing the apple logo.
    Still doesn't work? Settings>General>Reset>Reset all settings

  • Generalizing the return page number when linking to a page in another app

    Hello.
    I know how to link to a page in another app within the same workspace. However, my problem arises when the user tries to go back to the page in the first app.
    Is there a way to "generalize" the "return path". I do not want to hard-code the return page number within a "back link" element on the target page. I was wondering if there is some sort of substitution string I can use in the return http address that automatically "knows" what the returning page number is. Hope I'm making sense here.
    Thanks for any help/advice.

    Funky:
    I have tried some work but no success
    I don't know what you are asking of me. I have given detailed step-by-step instructions on how to implement what I suggested earlier on in this thread. Look at my postings on 9/13/2006. What part are you having trouble with?
    Could you be more specific?
    I'm afraid I am going to have to ask you the same question.
    if page is not submited (called through Tab)
    Apex standard tabs do submit the page and fire after-submit computations defined on the calling page before branching to the "current" page for the tab you click on.

  • Clicking on another app I get the video automatically returning to normal screen view

    I wonder why, if I put a youtube video in full screen and I click on another app WHILE THE VIDEO IS PLAYING all remain this way. On the contrary, if I first stop the video, clicking on another app I get the video automatically returning to normal screen view... This is very annoying. Is it possible to avoid this?
    Thanks

    Sorry, Mozilla doesn't support the patent-encumbered and royalty-encumbered H.264 standard, they support the OGG/Theodora and WebM free open source standards.
    Microsoft has a H.264 plugin for Firefox, but it is for Windows7 not WinXP or Win Vista. <br />
    http://www.interoperabilitybridges.com/html5-extension-for-wmp-plugin
    There may be other H.264 Firefox plugins out there for WinXP, so do a Google search. Or maybe contact support for that DVR security system and see if they know of or have a Firefox plugin.

  • TS3899 Having trouble accessing my email account thru the mail app, after entering the account information in the settings page, hotmail returns with the error message " The user name or password for Hotmail is incorrect

    Having trouble accessing my email account thru the mail app, after entering the account information in the settings page, hotmail returns with the error message " The user name or password for Hotmail is incorrect". Help

    Hotmail is having problems:
    http://bostinno.streetwise.co/2013/08/15/hotmail-outage-hotmail-is-down-for-user s-still-photos/
    http://www.engadget.com/2013/08/14/outlook-outage/
    http://www.infoworld.com/d/applications/microsofts-skydrive-outlookcom-are-down- some-users-224940
    http://mashable.com/2013/08/14/outlook-down/
    http://techcrunch.com/2013/08/14/microsoft-acknowledges-outlook-com-messenger-sk ydrive-outages/

  • Script to launch app after power up on specific days

    Hello everyone,
    I've been using scripts more and more each day, and I've learned a lot just by trial an error, and of course, great help from the community. But now I have this one script that I just can't figure out how it would work, or even if it's possible.
    So the idea is to launch a specific app, after power up, on a specific day of the week. For example, say I want to have the app Mail to launch automatically after power up on sundays. How would I do that?
    Thank you so much!

    Hi anamorphis,
    I've never used launch daemons, but you could search for that. You could probably do it with that. I know how to use launch agents where you can run programs on user login. These two are similar, but there might be complications on running things on power up as compared to launch agents. Search for daemons. There is a lot of stuff like that on the internet.
    gl,
    kel

  • Is there a way to keep the ADL open when testing CS5.5 Air apps after it loses focus?

    When I test Air applications (specifically targeting mobile) it seems that when the ADL (Air Debug Launcher) launches, it will automatically terminate the session when I click on anything else other than the ADL window.  I have been trying to use 3rd party application debuggers that provide improved memory diagnostics, but these debuggers only seem to be able to work when the application is launched through the Flash Player and not through the ADL.  Unfortunately, the Air specific code will only work in the ADL.  Is there some way to keep the ADL running even when it loses focus?  I have tried using the ADL from the Flash CS5.5 IDE as well as from the command line and both will terminate upon losing focus.

    - Transfer the app to the computer by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    - Connect the iPod to the computer and make a backup by right-clicking on the iPod under Devices in iTunes and selecting Back Up.
    - Restore the iPod from that backup. That should also update the iPod.

  • I downloaded google translate and another app that allows you to speak into the microphone and it translates what you said into another language. The microphone on both programs says "speak now" and after I speak it doent do anything. How do I get the mic

    I downloaded google translate and another app that allows you to speak in the microphone and it translates what you said into another language. Both apps say "speak now" into the microphone but when I speak it doesnt do anything. How do I get the microphone to work on these applications?

    What mic/iPod are you using?
    Does the mic work for other apps?

  • Run an applescript as launchd opens ScreenSharing app?

    2014 iMac - Yosemite, 2009 MacBookPro - Yosemite, LAN on a 2013 AirPort Extreme. Screen Sharing and Remote Access both set up and working fine.
    I am clawing up the learning curve on a few things as I try to get one simple thing to happen:
    When I Screen Share from my MacBook Pro to my iMac I want the screen resolution on the iMac to automatically switch to one that the MBP user can read (the 27"  iMac screen when shown on a 13" MBP screen makes it very difficult to even tell what the icons are, and impossible to read text.)
    In an ideal world, the resolution of the iMac's screen would switch back after the Screen Sharing session is ended - but this isn't hugely important.
    I can't find a solution that doesn't require me to have a constantly-listening applescript running on the iMac, but I just don't like that idea.
    From a past life on Windows, I know I could launch an application with parameters - either by triggering events on launch by injecting your own commands that ran before the 'run' command to the exe file or you could redirect the exe path to a script that ran the exe at the end of the script after doing other stuff. But I've never done that stuff on Apple before, and don't really know where to start.
    Searching here hasn't turned up what I want, probably because I don't know what terms to use in the search.
    So, here is what I'm wondering:
    1) What is the name of the application that displays itself as "Screen Sharing"?
    2) How is this app launched by launchd when launchd gets the request on port 5900?
    3) Is is possible to make an applescript run when launchd launches Screen Sharing (with a redirection of path to a script that changes resolution THEN launches screen sharing)?
    4) Is it possible to make another script run when a screen sharing session closes? If so, point me in the right direction?
    Thanks, and feel free to refer me to the appropriate forum if this forum is not the right place for my question.
    (BTW, I am really surprised that the screen sharing app doesn't already have the ability to do this. Long ago when I used VNC on Windows machines it would resize it for you.)

    After some further testing in Profile Manager I found that adding the applescript to items that open at logon seems to work. No need for the plist, unless of course I decide not to use Profile Manager at all.

  • How to test a simple PL SQL function from another PL SQL script

    Hi,
    I have created a function. Now i need to test that whether it is returning the correct values or not.
    For that, i have written anothe pl sql script and trying to call this function. Im passing all the IN parameters in that function. I assume here that OUT parameters will provide me the result. Im trying to display the OUT parameter one by one to see my result.
    I'm using toad as sql client here connected with oracle.
    pl sql script:-
    DECLARE
    BEGIN
         DBMS_OUTPUT.PUT_LINE('$$$$$$$ VINOD KUMAR NAIR $$$$$$$');
         FETCH_ORDER_PRODUCT_DATA(320171302, 1006, 6999,
    ODNumber OUT VARCHAR2, Line_Number OUT VARCHAR2,
    ServiceID OUT VARCHAR2, BilltoNumber OUT VARCHAR2,
    AnnualPrice OUT NUMBER, CoverageCode OUT VARCHAR2)
    DBMS_OUTPUT.PUT_LINE('HERE IS THE RESULT ' | ODNumber );
    DBMS_OUTPUT.PUT_LINE('HERE IS THE RESULT ' | Line_Number );
    DBMS_OUTPUT.PUT_LINE('HERE IS THE RESULT ' | ServiceID );
    DBMS_OUTPUT.PUT_LINE('HERE IS THE RESULT ' | BilltoNumber );
    DBMS_OUTPUT.PUT_LINE('HERE IS THE RESULT ' | AnnualPrice );
    DBMS_OUTPUT.PUT_LINE('HERE IS THE RESULT ' | CoverageCode );
    END;
    Function:-
    Program Name : SPOT_Order_Product_Data_For_CFS.sql
    Description : Function to Validate parameters from CFS
    By : Vinod Kumar
    Date : 08/19/2011
    Modification History
    By When TAR Description
    CREATE OR REPLACE FUNCTION FETCH_ORDER_PRODUCT_DATA(orderNumber IN VARCHAR2, customerNumber IN VARCHAR2,
    productLine IN VARCHAR2, ODNumber OUT VARCHAR2,
    Line_Number OUT VARCHAR2, ServiceID OUT VARCHAR2,
    BilltoNumber OUT VARCHAR2, AnnualPrice OUT NUMBER,
    CoverageCode OUT VARCHAR2)
    RETURN VARCHAR2 IS
    lv_err_msg VARCHAR2(100) := '';
    lv_bucket_id VARCHAR2(14);
    lv_bill_number VARCHAR2(30);
    lv_anual_price NUMBER;
    lv_coverage_code VARCHAR2(8);
    lv_quote_num NUMBER(10) := NULL;
    lv_line_num NUMBER(5) := 0;
    lv_customer_number VARCHAR2(30) := customerNumber;
    lv_product_id VARCHAR2(14) := productLine;
    lv_count_quote NUMBER := 0;
    lv_quote_status VARCHAR2(5);
    lv_quote_version NUMBER(2):=0;
    BEGIN
    IF INSTR(orderNumber, '-') = 0 THEN
    lv_quote_num := orderNumber;
    ELSE
    lv_quote_num := SPT_Delimiter(orderNumber, 1, '-');
    lv_line_num := SPT_Delimiter(orderNumber, 2, '-');
    END IF;
    --Check status of the quote COM, APP
    SELECT COUNT(*) INTO lv_count_quote FROM sot_order_header WHERE ORDER_NUMBER=lv_quote_num
    AND ORDER_STATUS IN ('APP', 'COM') AND CUSTOMER_NUMBER = lv_customer_number;
    IF lv_count_quote = 0 THEN
    lv_err_msg := 'Invalid Order number';
    RETURN lv_err_msg;
    END IF;
    -- Fetch the latest version on SPOT quote
    SELECT MAX(VERSION_NUMBER) INTO lv_quote_version FROM SPT_QUOTE_HEADER WHERE QUOTE_NUMBER = lv_quote_num
    AND CUSTOMER_NUMBER = lv_customer_number;
    -- If quote is valid fetch the data in OUT parameters
    IF lv_line_num = 0 THEN
    BEGIN
    SELECT a.CUSTOMER_BILLTO_NUMBER,
    b.LINE_NUMBER, b.BUCKET_ID,
    b.ANNUAL_REF_RATE_USD, b.COVERAGE_CODE
    INTO lv_bill_number,lv_line_num,lv_bucket_id,lv_anual_price,lv_coverage_code
    FROM SPT_QUOTE_HEADER a, SPT_QUOTE_LINE b
    WHERE a.QUOTE_NUMBER = lv_quote_num
    AND a.CUSTOMER_NUMBER = lv_customer_number
    AND a.VERSION_NUMBER = lv_quote_version
    AND a.QUOTE_NUMBER = b.QUOTE_NUMBER
    AND a.VERSION_NUMBER = b.VERSION_NUMBER
    AND b.PRODUCT_ID = lv_product_id;
    ODNumber := lv_quote_num;
    BilltoNumber := lv_bill_number;
    Line_Number := lv_line_num;
    ServiceID := lv_bucket_id;
    AnnualPrice := lv_anual_price;
    CoverageCode := lv_coverage_code;
    RETURN '';
    EXCEPTION WHEN OTHERS THEN
    lv_err_msg := 'Multiple PIDs existing in the SPOT order, please provide the SPOT order + line number as input data';
    RETURN lv_err_msg;
    END;
    ELSE
    BEGIN
    SELECT a.CUSTOMER_BILLTO_NUMBER,
    b.BUCKET_ID, b.ANNUAL_REF_RATE_USD,
    b.COVERAGE_CODE
    INTO lv_bill_number,lv_bucket_id,lv_anual_price,lv_coverage_code
    FROM SPT_QUOTE_HEADER a, SPT_QUOTE_LINE b
    WHERE a.QUOTE_NUMBER = lv_quote_num
    AND a.CUSTOMER_NUMBER = lv_customer_number
    AND a.VERSION_NUMBER = lv_quote_version
    AND a.QUOTE_NUMBER = b.QUOTE_NUMBER
    AND a.VERSION_NUMBER = b.VERSION_NUMBER
    AND b.PRODUCT_ID = lv_product_id
    AND b.LINE_NUMBER = lv_line_num;
    ODNumber := lv_quote_num;
    BilltoNumber := lv_bill_number;
    Line_Number := lv_line_num;
    ServiceID := lv_bucket_id;
    AnnualPrice := lv_anual_price;
    CoverageCode := lv_coverage_code;
    RETURN '';
    EXCEPTION WHEN OTHERS THEN
              lv_err_msg := 'Multiple SPOT lines exist with same parameter';
              RETURN lv_err_msg;
    END;
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    lv_err_msg := '@@@ EXCEPTION THROWN @@@ '|| SUBSTR(SQLERRM,1,120);
    RETURN lv_err_msg ;
    END;
    Don't look at the function, it might have errors but my primary concern is how to test this function. Once I start doing its testing then only i can understand any bugs(if any).
    My pl sql is not so good. Im still learning. I don't understand IN and OUT parameters are.
    I just know that IN parameters r those whick we pass in to the function wen we call it and OUT parameters are those through which we get the result.
    Thanks in advance
    Vinod Kumar Nair

    20100511 wrote:
    I wondered how I could test the output of the function from within TOAD?I usually create the following function in my developer schema:
    create or replace function BoolToChar( b boolean ) return varchar2 is
    begin
      if b then
        return( 'TRUE' );
      else
        return( 'FALSE' );
      end if;
    end;To test a function like yours, the following will do in SQL*Plus/TOAD/etc:
    begin
      DBMS_OUTPUT.put_line(
        BoolToChar( XCCC_PO_APPROVALLIST_S1.does_cpa_exist(1017934)  )
    end;
    I'm probably doing 101 things wrong here, but thought I'd ask anyway and risk being shouted at.Shout at? You reckon? I thought people risked being beaten with a lead pipe, or pelted with beer cans and stale pretzels - which makes being shouted at a really safe and viable alternative. {noformat};-){noformat}

  • CS5 Hangs When Minimizing or Switching to Another App

    If I minimize Premiere or switch to another app (or even if I use the encoder queue, which opens another window and takes the focus off the Premiere app and puts it on the encoder app), Premiere hangs.  First it has the Windows 7 "working" circle, then if you click anywhere it turns the Premiere screen white and says Not Responding.  The other windows on my second monitor (like Project, Audio Mixer, etc.) stay normal looking until you click on them, then they become white as well.
    There's a ton of disk activity when this happens.
    Not sure, but it could be related to something else I'm seeing: Premiere tries to rebuild peak files and reloads all MXF (P2) media each time project loads, which takes forever.  It's almost like it starts to do it again in the background when the app loses focus.  I've tried all the remedies I could find in the forums to fix the rebuilding of peak files, no luck.
    Note that I've made some smaller test projects, and they don't seem as affected - still slow when switching back, but don't completely hang.
    This is on a large, 1-hour broadcast project with tons of source clips.  I'm trying to export 9 segments for the broadcast master, which has become excruciatingly painful to do...first I have to load the project, then wait 10 minutes for the 3,500 clips to load, then export the segment (which immediately hangs Premiere once the Encoder window takes over).  Am having to do that for each segment...you get the picture.
    I saw another post from a guy saying he gets degraded playback performance when switching back to Premiere after going to another app...perhaps related? Perhaps not.  Dunno.
    Win7 64
    i7 Extreme
    12 GB RAM
    Quadro 4800
    Would love any suggestions...
    Thanks!

    Hi,
    I'm seeing similar switching issues on large projects - happened in CS4 as well though.
    This is with around 2000-3000 file references to load.
    Mine takes about 20-30 seconds to switch (IIRC). Frustratingly it also happens no matter what is switched to - e.g. if a system popup appears, switching back to Premiere has the same delay. looks like Premiere is re-reading all of the footage files as my RAID5 array is hammered each time.
    I was hoping that in the switch to CS5 and 64 bit, this would go away - but that's not so.
    Wouldn't look so terminal if PPro at least put up a dialogue box rather than allowing Windows to grey out the window as if the app has crashed (which we know isn't the case). Windows is quick to show an app not responding though.
    Anyone else also seeing this on larger projects with lots of files?
    Paul.

Maybe you are looking for

  • Is it possible to upgrade the graphics card with my HP Envy DV7 - 7332EA

    Hi all, I was hoping someone on here may be able to answer my question. I recently purchased a refurbished laptop from certain computer retailer, an HP Envy DV7-7332ea, it is an Intel i7, 16GB RAM and was supposed to come with a 2GB Nvidia GT635M. Lo

  • Beats audio no longer works

    My beats audio no longer works. When I try to open beats audio control panel up, it says the cannot find startup file.! I am not sure what happend. I think it may have to do with something related to my webcam b/c the webcam no longer works, and the

  • How do I save passwords when I initialy told it "never for this site"?

    I have several sites that I want to save the password for, but when the prompt first showed up I clicked on "never for this site" and now I want to change to remember but the prompt doesn't show up and I don't know where to find it.

  • DigitalColor Meter not displaying HEX code

    In Snow Leopard I was using DigitalColor Meter 3.7.2 which had support for RGB as a Hex Value, 8-bit hex colour as  (See Image) I recently purchased a iMac and although I thought i was going to have Snow Leopard installed it came with Lion. So I thou

  • Battery not full charge even I charged it over the night.

    I bought Classic 5days ago, and it can charge 100%. But suddently, from 2 days ago, I can not charge full battery even charged it throught the night. It stuck at 43% or some level percent. I found many people like me. For the example is this review t