Trying to close an Entourage event window

Hi
My overall task is to open an entourage event window, change the Status to 'Out of Office' and then close the window. I can open the window, I can change the status (by allowing UI scripting and setting a specific key combination for the out of office setting). But then I have problems closing the window ie I can't do it.
I have tried a number of different approaches which seem to work as code fragments but when I embed them in my main code they do not work. My guess is that I am losing focus on the window somehow without realising it - or knowing how to keep focus.
Below is the code I have used (in full in case I am doing something dumb far away from my problem area):
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
font-weight: normal;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px; height: 340px;
color: #000000;
background-color: #FFFFFF;
overflow: auto;"
title="this text can be pasted into a text editor">
tell application "Microsoft Entourage"
activate
set theSelection to selection --current messages
-- if there are no messages selected, warn the user and then quit
if (count of theSelection) is 0 then
display dialog "Please select an event before running this script." with icon 1
return
end if
display dialog "How long is the travel time (mins)?" default answer "60"
set travelDuration to (text returned of the result) + 0
if travelDuration = 0 then
display dialog "No travel time specified." with icon 1
return
end if
repeat with theMessage in theSelection
if class of theMessage is not event then
display dialog "Please only pick events when running this script." with icon 1
return
end if
-- This only works on events which are not recurring, so don't even do anything if they do recur
if recurring of theMessage is true then
display dialog "This facility only works with events which are not recurring." with icon 1
return
end if
-- get the information from the message, and store it in variables
set theName to "Travel"
set meetingStart to start time of theMessage
set meetingEnd to end time of theMessage
set beforeTravelStartTime to meetingStart - (travelDuration * minutes) as Unicode text
set beforeTravelEndTime to meetingStart as Unicode text
-- create travel event for before the meeting
set newBeforeEvent to make new event with properties {subject:theName, content:theContent, start time:date beforeTravelStartTime, end time:date beforeTravelEndTime, remind time:5, free busy status:busy}
open newBeforeEvent
tell application "System Events" to keystroke "O" using {command down, shift down, option down}
tell application "System Events" to keystroke "S" using {command down, shift down}
--tell application "System Events" to perform action "press" of menu item "Close" of menu 1 of menu bar item "File" of menu bar 1
--perform  action "close" to  frontmost window of application "Microsoft Entourage"
tell application "System Events" to click button 4 of window 1
close newBeforeEvent saving yes
tell application "System Events"
tell process "Microsoft Entourage"
click button 4 of window 1 -- close the window by pressing its close button
end tell
end tell
tell application "System Events"
tell process "Microsoft Entourage"
keystroke "W" using {command down}
end tell
end tell
end repeat
end tell
</pre>
At the bottom, and in comments, are two other ways I have attempted to get this to work.
Any thoughts very gratefully received.
Graeme

This will not work if you get one of those time popups... alarms goes off.
Seems to work for me. Not sure exactly what is your goal.
don't know how you got all the modifiers on your key strokes. The key strokes are listed in the menu pull downs. Key presses are in lower case. Just as you would type in finder. Try keys to see if you get the correct key combo. Well, keys are documented as upper case in pulldowns, but that isn't correct.
This stuff isn't documented well or good.
Robert
tell application "Microsoft Entourage"
   activate
   set theSelection to selection --current messages
   -- if there are no messages selected, warn the user and then quit
   if (count of theSelection) is 0 then
      display dialog "Please select an event before running this script." with icon 1
      return
   end if
   display dialog "How long is the travel time (mins)?" default answer "60"
   set travelDuration to (text returned of the result) + 0
   if travelDuration = 0 then
      display dialog "No travel time specified." with icon 1
      return
   end if
   repeat with theMessage in theSelection
      if class of theMessage is not event then
         display dialog "Please only pick events when running this script." with icon 1
         return
      end if
      -- This only works on events which are not recurring, so don't even do anything if they do recur
      if recurring of theMessage is true then
         display dialog "This facility only works with events which are not recurring." with icon 1
         return
      end if
      -- get the information from the message, and store it in variables
      set theName to "Travel"
      set meetingStart to start time of theMessage
      set meetingEnd to end time of theMessage
      set beforeTravelStartTime to meetingStart - (travelDuration * minutes) as Unicode text
      set beforeTravelEndTime to meetingStart as Unicode text
      set theContent to "Travel time"
      -- create travel event for before the meeting
      set newBeforeEvent to make new event with properties {subject:theName, content:theContent, start time:date beforeTravelStartTime, end time:date beforeTravelEndTime, remind time:5, free busy status:busy}
      open newBeforeEvent
      tell application "System Events"
         tell process "Microsoft Entourage"
            --keystroke "o" using {command down, shift down, option down}
            keystroke "s" using {command down}
            --tell application "System Events" to perform action "press" of menu item "Close" of menu 1 of menu bar item "File" of menu bar 1
            --perform  action "close" to  frontmost window of application "Microsoft Entourage"
            delay 5
            beep 5
            say "pressing w key"
            keystroke "w" using {command down}
         end tell
      end tell
      --close newBeforeEvent saving yes
   end repeat
end tell

Similar Messages

  • I TRied to close firefox and the window popped up asking if i wanted to close all the open tabs, from there it froze and won't respond.

    I can not click 'close tabs' i cannot click 'cancel' and i cannot even see the 'Help' option at the top of the screen. Its just a black screen, the 'close tabs' pop up and the Mac apple on the top bar of the computer that also says firefox but none of the other options are there. (File Edit View History etc. etc...)
    Also i can't force the app to quit and the computer says it can't restart or shut down until the app is closed.

    https://support.mozilla.com/en-US/kb/Firefox%20hangs#w_hang-at-exit

  • HT1199 Hai, i tried to open itunes on my windows 8 laptop but it comes out with 'iTunes has stop working' notification and need to close the program everytime i try to load it. Please help! thanks.

    Hai, i tried to open itunes on my windows 8 laptop but it comes out with 'iTunes has stop working' notification and need to close the program everytime i try to load it. Please help! thanks.

    Hi ajay-9,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if iTunes is quitting unexpectedly on your PC:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Cheers,
    Jeremy

  • Using separate_frame=true and trying to close the applet window after...

    We are using separate_frame=true and trying to close the applet window (the one with the large gray box) after using the following post-form trigger:
    if :system.last_form = 0 then     
         message('Please wait while Forms closes - '||:system.last_form);     
         web.show_document('/forms/html/close.htm','_self');     
    end if;
    This works fine for the first form we open, but if that same form using Open_Form to open a child form we have a problem. When the child form is closed the user is returned to the parent calling form (which is expected), but then when the parent form is closed the separate applet window fails to close. Any suggestions?

    I guess you mis-interpreted the value of :SYSTEM.LAST_FORM. From the online-help:
    SYSTEM.LAST_FORM represents the form document ID of the previous form in a multi-form application, where multiple forms have been invoked using OPEN_FORM.So LAST_FORM shows always the ID of the last activated form, and this will never be 0 if you issued one OPEN_FORM in your application.

  • The webpage your are viewing is trying to close the window

    Hi. I run an HTML script which in turn runs my Web Form and quickly closes the initial IE window (for neatness). However, it the user first is prompted:
    "The webpage your are viewing is trying to close the window.
    Do you want to close this window?"
    Do you know what causes this and how I can surpress the message?
    Thanks in advance.

    See Re: HELP - CLOSE WEB BROWSER

  • Firefox will open a New Pop-up Window in Windows 7 Aero. When trying to Close it, it thinks it wants me to Close the Main Window. Why?

    I use Windows 7 Ultimate in Aero-mode. When a new Firefox window is opened, or a Pop-up window appears, I can't close it without first clicking on that page and clicking the "X" in the corner. Instead, whenever I try to close a window that is not the first window (my main window), it will ask me if I want to close the main window with all the tabs... I have noticed some other slight quirks in this stable release as well, but this one is always present.

    When I hover over the window, it does come up front, but as soon as I press the red "X" it goes immediately back to the main window and acts as if I was trying to close that one. Once in a while it will work, but shortly thereafter, it will just go back into this manner. Quite odd. This is the first time I've truly had any problems with Firefox.
    In addition to that problem I have noticed a few things, but one that may be linked is sometimes I'll click a link. Although I haven't specified to open it in a new window, it will do so anyhow. This gets annoying quickly. Usually shutting down Firefox and reopening will fix this (and once in a while just leaving it be for a long time). Somehow, I think this issue is somehow linked to the one above.

  • Trying to close window on cancel

    Hi,
    On cancel action [Button], I am trying to close current window but not finding a way to get the access to current window instance so I can close and destroy it.
    Existing tutorial "Dialogue Boxes in WD Applications" talks about canceling a pop-up box but I am trying to close out existing window.
    Guidance is much appreciated.
    Thanks
    Shahid

    Hi Bhavik,
    Yes you are correct I am trying to close my application.
    According to what you describe here I have done the following:
    Created an exit plug on my WebDynproCOInterfaceViewController (since view is embeded in this window and GP calls through this interface) than implemented following code:
    public void onActionCancel(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionCancel(ServerEvent)
         try {
         String url = WDURLGenerator.getWebResourceURL(wdComponentAPI.getComponent().getDeployableObjectPart(),"Static.html");
         wdThis.wdGetWebDynproCOInterfaceViewController().wdFirePlugCancelCReview(url);
         } catch (WDURLException e) {
         e.printStackTrace();
        //wdThis.wdGetWebDynproCOInterfaceViewController().wdFirePlugCancelApp("javascript:void (window.close())");
        //@@end
    Added Static.html in mimes folder as:
    <html>
         <head>
              <script langauage="javascript">
                   function closeWin(){
                        window.close();
              </script>
         </head>
         <body onload="javascript:closeWin();">
         </body>
    </html>
    When I select Cancel Button I get the following error:
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot navigate from view WebDynproCOInterfaceView via non-existent outbound plug CancelCReview
        at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:459)
        at com.skyline.caf.eu.gp.ui.csp.review.wdp.InternalWebDynproCOInterfaceView.wdFirePlugCancelCReview(InternalWebDynproCOInterfaceView.java:145)
        at com.skyline.caf.eu.gp.ui.csp.review.VReview.onActionCancel(VReview.java:258)
        at com.skyline.caf.eu.gp.ui.csp.review.wdp.InternalVReview.wdInvokeEventHandler(InternalVReview.java:309)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
        ... 28 more
    I think I am almost there just little bit more hand holding from you guys will ghet me through a finish lane.
    Thanks
    Shahid

  • Shortcut to close edit event window?

    You used to be able to hit ESC to close the event-window edit box. That doesn't seem to work with Snow L. (ESC wasn't the most intuitive keyboard shortcut for this task, but at least it was something) What's the shortcut now, so I don't have to mouse over and click "DONE" all the time?

    I'm glad I found this, I used to use "cmd-I" to close those edit windows, but that isn't working now. I never knew about "esc". That seems to be working.
    I wish they'd have "cmd-e" open and close edit windows, and have whatever they choose be consistent between iCal and Address Book. I always get the different key-codes for editing mixed up.
    I have suggested this to: http://www.apple.com/feedback/

  • What is NSAppshell event window and how can I remove it? Have tried disabling all plug-ins and add-ons and it's still there and makes our computer slower than dial up!

    Whenever I log off of my computer I get a message "NSAppshell event window," which slows down the performance of Mozilla and anything else we're trying to run on our computer. We're forced to log off and on to reboot and this happens nearly all the time. We have tried disabling all add-ons and plug-ins, to no avail. We are using Mozilla 4.0. Thanks for any help you can provide, as we don't want to go back to using Internet Explorer if we can help it.

    I'd like you to upgrade to the latest version of Firefox, and tell me if that fixes your problem.

  • Close the External Opend window on click of button

    Hi All,
    I have a parent window (A) and there is a button on click of that i am opening a another window as external window(B). Now on window B there is a button CLOSE and on that i want to close that external window. How can i achieve this?? i tried it using exit plug but i m not able to get the currently open windows URL.
    Thanks In Advance.

    Hi Prathamesh,
    I am not clear about your requirement - are you trying to use URL through EXTERNAL WINDOW or you are trying to use WNDOW EXIT?
    If its URL through External Window: following code might help--
    METHOD onactiongo.
    **-Created two radio buttons- SAP and Google. Select a radio button and click on GO button. Will redirect to the required URL
      DATA lo_nd_select_option TYPE REF TO if_wd_context_node.
      DATA lo_el_select_option TYPE REF TO if_wd_context_element.
      DATA ls_select_option TYPE wd_this->element_select_option.
      DATA lv_link TYPE wd_this->element_select_option-link.
    * navigate from <CONTEXT> to <SELECT_OPTION> via lead selection
      lo_nd_select_option = wd_context->get_child_node( name = wd_this->wdctx_select_option ).
    * get element via lead selection
      lo_el_select_option = lo_nd_select_option->get_element( ).
    * @TODO handle not set lead selection
      IF lo_el_select_option IS INITIAL.
      ENDIF.
    * get single attribute
      lo_el_select_option->get_attribute(
        EXPORTING
          name =  `LINK`
        IMPORTING
          value = lv_link ).
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      CASE lv_link.
        WHEN 'SAP'.
          lo_window = lo_window_manager->create_external_window(
                      'http://sdn.sap.com').
          lo_window->open( ).
        WHEN 'GOOGLE'.
          lo_window = lo_window_manager->create_external_window( 'http://www.google.com' ).
          lo_window->open( ).
      ENDCASE.
    ENDMETHOD.
    If its WINDOW EXIT:
    1) Create EXIT button in VIEW.
    2) Go to WINDOWS -> Outbound Plug -> Give Plug Name (e.g: OUT_EXIT) -> Check INTERFACE -> Plug Type = EXIT.
        In same window, in "IMPORTING PARAMETER FROM OUT_EXT" -> Parameter = URL -> Associated Type = String
    3) Go to VIEW -> Properties -> Create Controller Usaged
    4) In "onAction event" of EXIT button, write the following code:
    DATA lo_window1 TYPE REF TO ig_window1 .
      lo_window1 =   wd_this->get_window1_ctr( ).
      lo_window1->fire_out_exit_plg( url = 'http://www.google.co.in' )

  • Issue with turning on project 2010 / 2013 - "There is not enough memory to complete the operation. To free up available memory, close programs, projects, or windows you aren't using, and then try again."

    I get the following error after the installation and configuration window of MS Project: "There is not enough memory to complete the operation. To free up available memory, close programs, projects, or windows you aren't using, and then try again."
    It happens both with MS Project 2010 and 2013 on a Windows 7 desktop. 
    I tried installing / uninstalling Office 2010, MS Project, tried installing 32 and then 64 bit versions, clean up, disk error checker, startup changes (msconfig), anti virus, running as Windows 7 and then Windows XP compatible mode. 
    Nothing helps. I see this issue reported as early as 2007 version of MS projects on Microsoft forums, but I do not see any solution anywhere. Any suggestions on how to fix the issue without having to reformat hard drive? Every other application, including
    all other Office programs work seamlessly. 
    I also tried Microsoft support, after an hour and a half of basically doing what I did before, I was told I have to pay 99$ for "premium" support, so someone can look at this bug. 
    I have 16 Gb RAM and more than 200Gb or hard drive free, so actual memory is not the problem. 

    This issue was originally reported with MS Project 2007 and keeps popping up since.
    A quick Google search provides more than 200K pages of results of this issue:
    https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=There+is+not+enough+memory+to+complete+the+operation.+To+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren't+using%2C+and+then+try+again.
    And 193K results on Bing:
    http://www.bing.com/search?q=There+is+not+enough+memory+to+complete+the+operation.+To+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren%27t+using%2C+and+then+try+again.&go=Submit&qs=n&form=QBLH&pq=there+is+not+enough+memory+to+complete+the+operation.+to+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren%27t+using%2C+and+then+try+again.&sc=0-0&sp=-1&sk=&cvid=4cb023c1fbd94ec2bba9821b095f21f2
    Computer was defragged already. I run more tests, and specifically when MS Projects tries to run, it tries to take all memory, more than 300Gb, on the computer. (DropBox was running at the same time, and warned that there were no space. As soon as MS Project
    stopped attempting to configure itself, everything came back to normal and the available space became available again.)
    Looking through older forum posts, looks like this application tries to take "unlimited" amount of memory. Some registry fixes are mentioned potentially, but I was not able to apply them. 
    Since everything else works, this is a MS Project bug reported by multiple users on various versions of Windows, including Vista and 7, so please provide a fix and not 'not a know bug' lie. All the premium support will say, is to format the hard drive, unless
    they have a patch or a registry edit solution. If the latter is true, since the issue exists for multiple years, it should have been already been provided to users.
    Also, I am not running a SQL server, or any server, this is an installation on a local machine. 

  • Hi, where is the new event window in ical??

    Hi, what I'm trying to do is to repeat an event every week for the rest of the year in ical, so I read one post which had a picture of the new event window pop up. Where is that new event window??? It doesn't pop up for me.
    Here's what I do:
    1. I click on File, then New Event.
    2. A highlighted portion where I can write in text shows up, but then I don't know where the option to make the reminder a repeated reminder comes up.
    I have Mac OS X Version 10.5.8, I believe.
    Or...how do I jiust repeat an event without going to this?? I'd just like to repeant an event.
    Any help??
    Thanks in advance,
    Bonnie

    All right, never mind, I found it myself!!! You gotta double-click (press twice on mouse area) on the highlighted portion of the text that shows up on a date.
    Thanks for reading this!!!
    Bonnie

  • Often, Firefox app will close, but the underlying Windows process will not and cannot be stopped via Task Manager. When this happens, Firefox can no longer be used...the system must be rebooted.

    Hello,
    Often, the Firefox app will close, but the underlying Windows process will not and cannot be stopped via Task Manager. When this happens, Firefox can no longer be used...the system must be rebooted. This happens especially when many apps are running but even though there are plenty of memory resources available.
    I have tried to find if something is using Firefox in the background, but have no way to know what that would be.
    Their are no apparent viruses detected.
    Firefox is version v5.0 and occurred in earlier release.
    System is Windows 7 (64bit).

    well, it's not the same hardware and it's a bit different.
    I managed to pass that stage somehow but I still have a problem
    I don't use the built-in creator tool that comes with Spyrus as it doesn't know how to append a pre-staged media that was created by SCCM that should apply the Windows file system to a second partition and the WinPE to the first partition.
    I managed to do everything. my only problem is that the WTGCreator that comes with SCCM 2012 R2 creates the 350MB partition with FAT32 file system.
    when I boot from the device I get the WinPE, I can choose a task sequence and then it fails when trying to apply the wim file. the error tells me that the 350MB partition is FAT32 which is not supported (even though it chooses the second partition, which
    is all the rest of the disk space)
    what I did was adding another task that converts the 32 Fat partition to an NTFS partition and then the process continues and finishes successfully! but that's a workaround.
    I'm trying to make this process as smooth as possible without having additional steps
    Tamir Levy

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • Photoshop cs4 access denied when trying to install from disc in Windows 7 64bit.

    Photoshop cs4 access denied when trying to install from disc in Windows 7 64bit. I tried it in
    safe mode and it starts to install but get an error there as well.
    What do I do?

    So when you put the disk in it won't run correctly? When the disk is inserted you should have a window pop up with 2 options. 1 to install and the other to see what is on the disk. Choose to explore or open the disk. Go to the CS4 folder where the photoshop .exe file is (that will run the setup), right click on the .exe file and choose run as Admin and it should start. See if it will install. If not then read below.
    I am not sure how far you got in the install before so chances are you will have to run the CS4 cleanup utility. 2 levels to run at but don't use 1 or 2 just type in the number 3.
    http://www.adobe.com/support/contact/cs4clean.html
    You may need to run the windows installer cleanup utility too
    http://support.microsoft.com/kb/290301
    Before you try to reinstall the software ensure that adobe reader is not installed. If it is remove it. It has caused issues in the past with vista and CS4 installs.
    Also turn off windows Defender and any anti-virus software. You can keep UAC on in Windows 7.
    During the CS4 install at 90 percent it will almost stop and may take 5 to 10 mins to finish. This is normal. What a pain huh......
    After install is finished, reboot
    After reboot, go to the CS4 64 bit or 32 bit icon (depends on 32 or 64 bit Windows 7) in start area, right click on CS4 64 bit (if you have windows 7 64 bit) and choose properties, compatibility tab and then check run as Admin at the bottom area. Hit apply, ok to close out.
    Now start CS4 and run the updater.

Maybe you are looking for

  • ITunes and Windows 8

    Using it on a tablet that had Win 7 (and it ran fine). Switched to Windows 8 when RTM came out (tablet certified for Windows 8). When I rented a couple of movies after about 10 minutes of watching the movie would play horribly slow and the sound woul

  • Lightroom watermarks not showing up in Windows explorer.

    Quick question for everybody. I imagine there's an easy solution for it, I just haven't been able to figure it out. The company I work for needs to manage and watermark many different types of photos (perfect for Lightroom.)  The only problem is, whe

  • Latest version iMovie: cannot see clips in project OR event browser, but they are there in both libraries! So cannot create/edit/publish ANYTHING.

    HI All. I have been having a HECK of a time with iMovie 11!!!  Converted a bunch of video to .mov format, imported into iMovie, and created a project. No problem. Finalized, and published to iTunes, no problem. Saves extra copies. No Problem. SO ...

  • Error 404 Not Found

    Hi, When i am opening an URL(http://hema-vaio:9704/analytics) in IE i'm getting Error 404 not Found some times and some times i'm getting analytics page.how to resolve this issue.

  • Routing and Externally Process and Purchase requisition

    Dear Experts I try to set routing with External processing. I have 2 questions. I would really appreciate you, if you could answer my questions. I still have not understood the relationship between "Control key" and "Purchase Order" The routing is li