Use message parameters in BAL as searchfilter and other problems

Hi,
I have several problems with the using of the function module 'BAL_DSP_LOG_DISPLAY' and 'BAL_DB_SEARCH'.
1. When I'm filtering the BAL messages to display, I want to filter with a message parameter.
I'm not able to write the information in the message context! I can't find a sample for this in the documentation.
2. I want to build the tree of the BAL_DSP_LOG_DISPLAY with information which are not directly in the context. I have a id in the context which has a relation to a table entry the information for the hierarchy of the tree. (Structure is like: name='blabla', lvl1='X', lvl2='X',lvl3=' '). With the read callback I'm just able to get another text.
Would it be possible to change the context and insert the "Structure" into it temporarily? Or do somebody has another idea/workaround for this problem?
Thanks and regards,
Hendrik

"Yahoo Application State Plugin version 1.0.0.7" might be bad; But it could also be that you have an old version of FF(sometimes old versions don't have good Javascript handling), try downloading the [http://www.mozilla.com/en-US/firefox/firefox.html newest] one.

Similar Messages

  • When I use Thunderbird with Yahoo Groups, Google groups, and other email lists, I don't get a copy of my own emails back from the list (I do with Mail.app)...?

    When I use Thunderbird with Yahoo Groups, Google groups, and other email lists, I don't get a copy of my own emails back from the list. I *do* when I use Mail, so it seems like a Thunderbird thing. I'd really like to see my own emails come back to me in the conversation so that I know where my remarks fall in the discussion; it's very disorienting when you can't tell if your email has arrived at the list, or not. I can't seem to find the setting, and I've searched thru your help topics, etc., to no avail. Thanks.

    It's both gmail and mac.com email accounts, and it's all email lists -- including some privately hosted on servers, that are not Google groups, not Yahoo groups.
    I'm not sure what you mean by "saving a copy of your messages yourself" in Mail -- if I email to the lists with Mail on my laptop or iPad, I can see it on my desktop computer too, right in line with other email messages in the thread, after the list resends the message I've submitted. It's only Thunderbird that this "invisible posts" behavior happens, and it didn't use to happen this way. I used to get my emails posting right in the thread.

  • My site on mozilla firefox is having many problems ,can not blog,cannot reply to messages, the screen is alot smaller and other issues, please respond.

    My site on Mozilla Firefox is having many problems, can not blog, can not reply to messages in inbox , the page is a lot smaller and other problems. Please reply. Thank you

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Use Message Mapping to repeat top node and split Message

    I am currently using XSLT Messaging to do majority of the mapping. I have two issues that remain, I need to repeat the top node for each or its child elements and split the message.
    <Sensor xmlns="namespace">
      <Observation>
        <XML>Some Data</XML>
    </Observation
    </Sensor>
    1. Can it be done in XSLT? I posted a thread asking for help on this. Where I would need to repeat the Sensor tag for each observation. If this is possible then I will able to split the messages at the HTTP adapter used for the target system.
    2. Can Message Mapping be used. Using the same xsd on both source and target systems, Will sensor repeat if set to 1:n and observation set to 1:1. In source it is Sensor 1:1, Observation 1:n.  If this works then I can use a BPM to shoot out individual messages using a for each.
    Any help is greatly appreciated. I am fairly new to XI as this is my first major project. Thanks

    Source File                                             Target File
    > XI (XSLT) -
    > Each observation as one file  ---> Out via HTTP
    Batch of all orders    
    Source File
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <receipt>
      <manufacturer>Manufacture Name</manufacturer>
      <manufacturer_gln>999999</manufacturer_gln>
      <transfer_recipt>0123456</transfer_recipt>
      <prod>
        <product_GTIN>99999999999999</product_GTIN >
        <product_LOT>123456A</product_LOT >
        <production_date>20090131</production_date>
        <expire_date>20120131</expire_date>
        <carrier>
          <carrier_type>P</carrier_type>
          <carrier_barcode>001</carrier_barcode>
          <carrier_detail>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>01</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089211</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089212</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089213</carrier_barcode></carrier>
                </carrier_detail>
            </carrier>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>02</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089214</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089215</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089216</carrier_barcode></carrier>
                </carrier_detail>
            </carrier>
          </carrier_detail>
        </carrier>
        <carrier>
          <carrier_type>P</carrier_type>
          <carrier_barcode>002</carrier_barcode>
          <carrier_detail>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>03</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089217</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089218</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089219</carrier_barcode></carrier>
              </carrier_detail>
            </carrier>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>04</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089220</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089221</carrier_barcode></carrier>
               </carrier_detail>
            </carrier>
          </carrier_detail>
        </carrier>
      </prod>
    </receipt>
    Target File
    <?xml version="1.0" encoding="UTF-8"?>
    <pmlcore:Sensor xmlns:pmlcore="urn:autoid:specification:interchange:PMLCore:xml:schema:1" xmlns:pmluid="urn:autoid:specification:universal:Identifier:xml:schema:1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:autoid:specification:interchange:PMLCore:xml:schema:1 cases.xsd">
      <pmluid:ID>GPO_AI_LU_DC</pmluid:ID>
      <pmlcore:Observation>
        <pmlcore:DateTime>2008-10-13T17:53:00.265+02:00</pmlcore:DateTime>
        <pmlcore:Command>PACK</pmlcore:Command>
        <pmlcore:Tag>
          <pmluid:ID>01</pmluid:ID>
          <pmlcore:Data>
            <pmlcore:XML>
              <Memory>
                <DataField fieldName="EXPIRATION_DATE">20120131</DataField>
                <DataField fieldName="BATCH_ID">123456A</DataField>
                <DataField fieldName="ZMFG_DATE">20090131</DataField>
                <DataField fieldName="ZMFG_GLN">999999</DataField>
                <DataField fieldName="ZMANUFACTURER">Manufacture Name</DataField>
                <DataField fieldName="ZITEM_COUNT">16</DataField>
                <DataField fieldName="ZWORK_ORDER_NUMBER">0123456</DataField>
              </Memory>
            </pmlcore:XML>
          </pmlcore:Data>
        </pmlcore:Tag>
        <pmlcore:Tag>
          <pmluid:ID>0108699547010089211</pmluid:ID>
          <pmlcore:Data>
            <pmlcore:XML>
              <Memory>
                <DataField fieldName="EXPIRATION_DATE">20120131</DataField>
                <DataField fieldName="BATCH_ID">123456A</DataField>
                <DataField fieldName="ZMFG_DATE">20090131</DataField>
                <DataField fieldName="ZMFG_GLN">999999</DataField>
                <DataField fieldName="ZMANUFACTURER">Manufacture Name</DataField>
                <DataField fieldName="ZWORK_ORDER_NUMBER">0123456</DataField>
              </Memory>
            </pmlcore:XML>
          </pmlcore:Data>
        </pmlcore:Tag>
         </pmlcore:Observation>
         </pmlcore:Sensor>
    I have the XSLT Mapping working to transform data from Source file to target File. But my target file has multiple Observations that need to be split into the Sensor, Observation structure.

  • How To: Use FCPX to create iPhone Portrait Movies (and other non-standard formats)

    Goal: Use Final Cut Pro X 10.0.7 to produce a 640x1136 video (iPhone 5 Portrait). You can use these same steps to produce virtually any dimensions you want. My example is for the iPhone 5, in Portrait mode.
    This information is available in various places, but you have to realy work to find it, so I thought I'd post a step-by-step guide here.
    By the way, you might think you could just create a FCPX Project with your desired dimensions, but you can't (at least with 10.0.7). Projects only support certainly dimensions. But there are other ways, as the rest of this post describes:
    1) Create an initial movie with the desired dimensions, to serve as a template. We'll call it "Template.mov". The only thing that matters is the dimensions. It can be in any codec FCPX understands, and virtually any length.
    I'm using a 2 second video shot on my iPhone for the template. You could also create a blank image (.png, whatever) with the proper dimensions, copy and paste it into a new Quick Time Pro 7 window, and Export it using custom settings. There's lots of different ways to do this.
    2) Drop Template.mov into a FCPX event.
    3) Select Template.mov in the Event browser, and select File->Duplicate (or command-D). You probably could just edit "Template.mov", but it's a good idea to save it for reuse.
    3) Change the name of the copied video. I'm using "iPhone Video".
    4) Right-click "iPhone Video" and select "Open in Timeline".
    5) If you made the Template video from a still image, you may need to change the duration (ctrl+D). You don't have to make it very long, but it needs to be longer than 1 frame. A few seconds should be enough.
    6) Use this timeline like you'd use a project's timeline. Drop in new content, trim, transition, etc. There may be things you can't do in it, but I haven't found any yet. I'm guessing Chapters may not work, but I haven't tried them.
    7) Note that when you drop new content into the timeline, it may size funny. That's because the default setting for "Spacial Conform" is "Fit". Simply select the newly-dropped content, and in the Video settings inspector, scroll down to "Spacial Conform" and change it. You could use "Fill", which fills the frame vertically, or "None", which uses the source's original height. Then crop/transform/whatever to get what you want.
    8) When you're ready to render, select "iPhone Video" in the Event browser, then use the "Share" button. You want to use the "Export File" destination, which you may have to add. Pick your codec, and let 'er rip.
    9) When the rendering is done, you should have a video in your desired dimensions.
    That's all there is to it. Hope this helps someone.
    Dan
    PS: Don't ask why someone would want to create an iPod video using FCPX. The point is that you may need to create a video with non-standard  dimensions at some point in time, and this is how to do it.
    PPS: Most of this information came from http://library.creativecow.net/articles/payton_t/FCPX_Custom-Resolution-Timeline s/video-tutorial. I just wrote it down, while I tried to do what the video suggested.

    Instructions for using QuickTime Pro 7 to create a template video with unusual dimensions.
    I suspect that anyone savy enough to be using FCPX has probably already figured out how to do this, either using my technique or another, so there probably isn't a real need for me to post this. For that matter, I may be the only person who cares about this at all. However, while I was trying to learn how to do all of this, I would have really appreciated having all the information in one place, so here goes.
    If you want to create a video with unusual dimensions (like 640x1136) using my steps above, you'll need a "template" video first. Here's an easy way to create one, using any image editor, and QuickTime Pro 7.
    1) Open QuickTime Pro 7 (QTP for short).
    2) From the menu, select File->New Player. You'll get a window with just the bottom portion of the player, i.e. the playback controls.
    3) Using an image editor, create a still image in the desired dimensions. You can use any image editor. It doesn't matter what the image contains (although it will end up showing as a thumbnail in FCPX).
    4) Copy the image to the clipboard.
    5) Switch back to QTP, and paste the image into the new player. Don't worry that there isn't a video window showing - just paste it into the window that has only playback controls. As soon as you do, the video window appears.
    6) Advance to the end of the movie (the short, 1-frame movie), then hold down Command+V (paste) and keep holding it down to paste multiple images in. Watch the time advance. You could, if you want, just hold down Command+V until you get the length you want. But if you want a long video, there's an easier way:
    7) When you reach a few seconds (or whatever duration your patience allows), select all (Command+A) and copy (Command+C). Then hold down Command+V to keep pasting in the longer clips. Wait until you reach a longer duration, then repeat the process. So, for example, 1 second, then 10 seconds, then 1 minute, then 10 minutes, then 1 hour. Or whatever you want.
    8) Save the video however you want. I usually use File->Export with H.264, with Quality set to "Least". Just make sure you don't let it change the dimensions. If you resized the player window, depending on which "save" or "export" method you've chosen, it might default to the resized dimensions, so double check that to make sure.
    That's it. You now have a template video you can use with my previous post(s).
    Dan

  • Adobe Application Manager Download Error (and other problems)

    Last week I purchased a Creative Cloud membership (Student and Teacher Edition, if that matters at  all).  When I tried to download applications, the Adobe Application Manager seemed to be unable to connect and instead displayed "Download Error. Press Retry to try again or contact customer support."  I read some of the responses to this problem on the forums, and after trying several things, I got it to work (I'm honestly not sure what I did that caused it to work).  However, it is now failing to work again and I can't seem to fix it this time.  As an additional problem, When I tried to open Adobe Premiere Pro (which I managed to download when I got the App Manager working for a while), I got the opening screen that asked me to open a project or start a new project.  No matter what I clicked on, Premiere Pro closed with an error message. Just as with the App Manager (and at the same time), I managed to get Premiere Pro to work (it seemed to work after I set permissions so I thought I solved it), so I was able to use it for a day.  However, now the problem has returned.
    I don't know if these two problems are related, but they started working at the same time and stopped working at the same time, so I'm posting them together in case there is a connection.  I am running Windows Vista on my home computer.  I can sign on to the creative cloud online without problem so it recognizes me as a creative cloud subscriber.  My Internet connection is working fine.  I have disabled all firewalls and it still doesn't work.  Very frustrating, obviously.
    Thanks for your time and any help or suggestions you can give.
    - KP

    Kardypaine for your Internet configuration difficulties I would recommend reviewing Sign in or activation errors | CS6, CS5.5 Subscriptions, CS6 Perpetual - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html.
    For the failure of Premiere Pro to open you will want to review the install log to see if you received an installation error.  You can find details on how to locate and interpret the installation logs at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

  • Crashes, sound loss, and other problems

    Hello,
    I have been having some serious problems over the past several months. In the past it was fairly manageable, but recently things have been getting worse.
    I have a 12-inch PowerBook G4, I bought it at the McGill bookstore in October 2004. The first problem was the apparently random crashes that Mac OS X (v.10.4.8) would experience from time to time. It was fairly infrequent at first so it didn't bother me too much (and I thought it was just some sort of glitch). But it persisted and came to be expected.
    What would happen is that my screen would darken and center box would appear telling me, "You need to restart your computer. Hold down the Power button for several seconds or press the Restart button." (it would display this message in English, French, German, and Japanese for my convenience). After I restart the computer I get the message, "The computer was restarted after Mac OS X quit unexpectedly". At first it seemed to be linked to time; after a while it would just crash, sometimes after an hour or so, sometimes after as little as five minutes. (I fear as I write this that I will have to start over). More recently I've come to associate the crashes with movement of the computer; perhaps the battery (which is pretty much dead after so much use) is affecting the performance, I don't know.
    The next problem, which coincided with the crashes, was my clock being reset. I assumed this was directly associated with the spontaneous shutdown of the computer, yet though the crashes continued, the clock was not always reset (just about a third of the time). This was a pretty frustrating inconvenience given the frequency of the crashes at the beginning.
    The major problem that prompted me to take action was the lose of sound. One day, about a month ago now, my sound suddenly stopped working. At first I thought it was a hardware problem, but then I noticed the sound was still working with some things and just not others. For example, the sound increase/decrease indicator (the 'pop' sound when turning up or down the sound) stopped working, yet the startup sound still worked. I've found that Realplayer, MPlayer X 2, and Windows Media Player work fine but iTunes, VLC, and Quicktime don't. Most of the applications simply don't make sound but when I try to video in VLC I get the following error: "auhal: we cannot find our HAL component" or "auhal: audio-device var does not exist. device probe failed."
    Other minor errors I have come across include inability to detect the Airport card (remedied upon restarting the computer) and occasional seizing up of the keyboard (the letter keys, exclusively, were unresponsive for sometime before working again suddenly without need of restart).
    I've run diagnostic tools such as Disk Utility and the 'fsck' command in single-user mode, but nothing has been detected. It consistently comes up saying that everything is alright.
    I have backed-up all important files and programs (with the exception of my Firefox bookmarks, do you know how I can save those?) and am prepared to do whatever it takes to bring my computer back to working order. I need my computer for schoolwork and assignments so if I can fix it myself in anyway... I would prefer to avoid lengthly repairs if possible.
    Please let me know what my options are, and/or possible things I can do to repair these problems. This whole affair is, unsurprisingly, driving me crazy.
    One last thing, upon launching Microsoft Word, I get the following pop-up:
    Application Launch Failure
    The application "Word" could not be launched because of a shared library error: "3<Microsoft Word><Microsoft Word><MicrosoftLSLibZ>"
    I do not know whether this is linked to my other problems or not. This too, is something that has recently come up and is significantly affecting my work (I have had to switch to writing my essays on TextEdit).
    Any help is greatly appreciated.
    Thank you,
    Eric Oosenbrug
    PowerBook G4   Mac OS X (10.4.8)  

    try shutting down, remove the battery, carefully pull out AirPort card and reinstall it.
    maybe run hardware test included with CD kit

  • Acrobat (pro) 9 not working in safari and other problems

    i have several problems with acrobat pro 9.0.0:
    1) i installed acrobat pro 9 but when i go to "help" menu i get message: "there was a raise without a handler. the application will now exit" yet all other menu's function well.
    2) when i try to open a pdf file in safari i get the spinning wheel and nothing happens.
    this is what i did till now:
    1) uninstalled acrobat pro 9
    2) repaired permissions
    3) re-installed acrobat pro 9
    installed reader 9 but als getting the message: "there was a raise without a handler. the application will now exit"
    btw i have mac os 10.5.5 and all latest apps installed.
    any help is very much appreciated

    okay problem solved !!!
    i just used cocktail 4.1.5 to clear and delete all kind of caches. than i rebooted and everything is okay again.
    cocktail is from: http://www.maintain.se/
    so the problem is with some obscure caching

  • Multiple sudden booting and other problems:  Help!

    I have experienced a sudden problem that makes me afraid to shut down my iMac until I sort it out. I have had it for five wonderful, flawless years.
    When I tried to boot today, four times it would not. I got to the grey Apple screen and a processing "clock," but it would not go beyond that in any reasonable time. I finally left it running trying to boot. It did eventually, but glacially slow. Then, there was a message that: "!You have inserted a disk containing no volumes that Mac OSX can read. To continue with the disk inserted, click ignore." However, I had NO "disk inserted."
    More wierdness followed.
    I tried to insert a memory stick to backup my hard drive, and got the same "disk containing no volumes that Mac OSX can read" message. This is the same stick onto which I have previously backed up with no problem.
    I then tried to run my McAfee virus scan, but wanetd to update it first. It does not appear to update, even though it says that it is doing so. The starting message continues to say that I last updated months ago. The Virus scan did, however, apparently run using whatever version it actually had in it, and reported only 2 noncritical errors.
    I then tried to run Disk Utility, and it won't launch. I "bounces" up an down in the Dock, but then just closes.
    I then opened iMail, and all the previous messages showed as unread, even though they actually all were read.
    So, I almost could not boot, get a weird "unreadable disk" message, can't get the drive to recognize a memory stick in order to back up to it, can't update my Virus protection, can't run Disk Utility and am getting weird iMail .
    Other things seem to be working okay, although sometimes very slowly.
    What's going on, and what do I do?
    Separate question: I want to insert a disk into my CD tray to use as a startup disk if I encounter another booting problem. Which CD do I use? Mac OSX Install Disk 1? Mac OSX Install Disk 2? (I think all the Software Restore disks include applications other than the OSX.
    Final question: how do I get the CD tray to open on the front my iMac (the "tongue" type tray out of the round base) if I have another booting problem, so that I can insert a disk to use for startup?
    HELP! (thanks)

    Ali,
    Sorry for being slow to respond. I have been trying to get things fixed with Repair Disk.
    To answer your question first, my hard drive is 74.52 GB, with 55.59GB available, so I don't think that's the problem.
    Quite a few things (but not everything) work once the hard drive boots, which is VERY VERY slow. However, any other media I try to use to backup (Memory sticks, CDs) can't be recognized. I get the "disk containing no volumes that Mac OS X can read" messae. The CD's also produced a message when I tried to name them of an "unexpected error."
    I followed your repair instructions, but it did not solve the problem. The Repair Disk effort produced an error message under "Checking catalog file" of "Keys out of order." I ran Repair Disk multiple times (at least 10x), but the same message kept coming up. I also tried running Repair Permissions, which took about four hours to run. Repair Disk produced the same error message.
    I also found an older Discussion string of messages about application Chess (installed with the basic Mac install disks) being corrupted. I trashed it. No difference.
    That message string also talked about some people having problems after installing iTunes 6.0.2, but I am running 7.0.2, and it has been on the computer about two weeks beforre any of this started.
    I will try Sherry Johnson's suggestions next.
    thanks for your help.
    Eliot

  • Ios 5.0.1 crashing, slow and other problems

    I am using an iPhone 4 running 5.0.1 and Im just fed up with it, as much as I loved the iPhone in the past Im afraid I have fallen out of love and I'm conteplating a breakup.
    Problems I have had with the version 5.*.* update:
    * Safari and the built in youtube app crash at least twice daily and other apps, most notably accuweather and Facebook also crash on a daily basis
    * Pages/windows don't load properly, an example of this is the texting app, I open the app and select a converstation, the "messages" button, name and "edit" buttons apear at the top but the area that would disply the text conversation never changes to show the accutual text messages and only pressing the home button and reentering the messages app will fix this.
    * I have had text messages compleatly disapear if I recive one while acitivly using the phone, mostly by pressing the home button or preforming other input at the same exact time I recive a text message. I get the popup notification dispalying the text of the message in the notifaction but when I go to reply to the message It is gone, like it never existed.
    * Simply navagating the phone such as menus, back buttons, or loading apps is slow. I can out type the keyboard and in general the phone is becoming more and more usless. As an example, wakeing the phone with the home button takes upto a full two seconds for the unlock screen to open, then another full second for the phone to "think" before it unlocks. This is increadibly slow compaired to the previous versions, and much slower than my old iPhone 1 and my non-updated iPhone 3Gs
    * I use to have a problem where the purple arrow indicated the phone was using location services about 50% of the time and it was the setting time zone feature. I disabled location services for this feature and it fixed the problem. I did not notice an abnormal battery drain with this problem.
    * The keyboard will not hide and/or display at approprate times requireing me to restart the app.
    * Notication sounds, mostly incoming SMS sounds dont play at approprate times or play twice a few seconds apart for the same incoming message
    * Autocorrect is too easily learning misspelled words leading me to reset the keyboard dictionary too frequently
    * Incoming email and SMS messages cause the phone to loudly vibrate while talking on the phone, this is a new problem with ios5. I use to be proud of the iphone for not doing this becasue I talk to people with androids and found the vibration noise very annoying while on the receving end.
    My phone is rather clean and I have very few third party apps installed. I use the facebook app, a weather app, and only a few other apps. My storage memory is about half full and thats almost entirly music.
    I regualry power cycle and restart my phone, I would say at least once a day. 
    I have tried to fix the phone by disableing and enableing anything I can find from notifications, location services and icloud and nothing has helped.
    I have also tried rebilding the phone, both from a backup, and restored as new. I have taken the phone to an apple store and had them restore it as well, they claim to be able to restore "deeper" than what I can do at home, I assume this is similar to flashing the firmware and not just the software. Doing any kind of restore does seem to help with the speed problem for about 2 days as it slowly gets worse and returns to its ever slow and defective operation.
    I have not noticed any problems with my ipad v1 running ios 5.0.1
    Two of my freinds complain about a similar experience with ios 5 on the iphone
    Does anyone have similar problems or an idea for a fix?
    Message was edited by: AtomicFlx
    Message was edited by: AtomicFlx

    Here's and update on my problems and here are are some screen shots of the types of problems I've been having since the v5.0.1 update. Keep in mind these are native apps and I have tried the rebuild phone crap many times, nothing helps.
    This is screen shot of a what happened when I tried to use my camera one day, both the front and back cameras were all black. I had to power cycle the phone to get rid of this problem. The cameras appeared to be working correctly, I could focus and zoom but it was all black.
    Here is an image of what happened when I searched for something in a map. This is after I picked the choice I wanted, the keyboard disappeared but the list didn't. I had to force close the app and restart it for this problem to go away. Who knew five bars on ATT was possible.
    And finally this is the messaging app, although you would not know it. I had to return to home screen (after a long pause for it to process the button push) and return to the messaging app. This happens all the time with the messaging app and the notifications sounds drive me crazy. If  i'm using the phone, say browsing the web and I get an incoming message its almost 100% of the time the messaging app will screw up. The sound will play at the wrong time or not at all, message will show up in notifications and diasapear in message app or Ill have a problem like this:

  • Sound loss, crashes and other problems

    Hello,
    I have been having some serious problems over the past several months.
    In the past it was fairly manageable, but recently things have been getting worse.
    I have a 12-inch PowerBook G4, I bought it at the McGill bookstore in October 2004. The first problem was the apparently random crashes that Mac OS X (v.10.4.8) would experience from time to time. It was fairly infrequent at first so it didn't bother me too much (and I thought it was just some sort of glitch). But it persisted and came to be expected.
    What would happen is that my screen would darken and center box would appear telling me, "You need to restart your computer. Hold down the Power button for several seconds or press the Restart button." (it would display this message in English, French, German, and Japanese for my convenience). After I restart the computer I get the message, "The computer was restarted after Mac OS X quit unexpectedly". At first it seemed to be linked to time; after a while it would just crash, sometimes after an hour or so, sometimes after as little as five minutes. (I fear as I write this that I will have to start over). More recently I've come to associate the crashes with movement of the computer; perhaps the battery (which is pretty much dead after so much use) is affecting the performance, I don't know.
    The next problem, which coincided with the crashes, was my clock being reset. I assumed this was directly associated with the spontaneous shutdown of the computer, yet though the crashes continued, the clock was not always reset (just about a third of the time). This was a pretty frustrating inconvenience given the frequency of the crashes at the beginning.
    The major problem that prompted me to take action was the lose of sound. One day, about a month ago now, my sound suddenly stopped working. At first I thought it was a hardware problem, but then I noticed the sound was still working with some things and just not others. For example, the sound increase/decrease indicator (the 'pop' sound when turning up or down the sound) stopped working, yet the startup sound still worked. I've found that Realplayer, MPlayer X 2, and Windows Media Player work fine but iTunes, VLC, and Quicktime don't. Most of the applications simply don't make sound but when I try to video in VLC I get the following error: "auhal: we cannot find our HAL component" or "auhal: audio-device var does not exist. device probe failed."
    Other minor errors I have come across include inability to detect the Airport card (remedied upon restarting the computer) and occasional seizing up of the keyboard (the letter keys, exclusively, were unresponsive for sometime before working again suddenly without need of restart).
    I've run diagnostic tools such as Disk Utility and the 'fsck' command in single-user mode, but nothing has been detected. It consistently comes up saying that everything is alright.
    I have backed-up all important files and programs (with the exception of my Firefox bookmarks, do you know how I can save those?) and am prepared to do whatever it takes to bring my computer back to working order. I need my computer for schoolwork and assignments so if I can fix it myself in anyway... I would prefer to avoid lengthly repairs if possible.
    Please let me know what my options are, and/or possible things I can do to repair these problems. This whole affair is, unsurprisingly, driving me crazy.
    One last thing, upon launching Microsoft Word, I get the following pop-up:
    Application Launch Failure
    The application "Word" could not be launched because of a shared library error: "3<Microsoft Word><Microsoft Word><MicrosoftLSLibZ>"
    I do not know whether this is linked to my other problems or not. This too, is something that has recently come up and is significantly affecting my work (I have had to switch to writing my essays on TextEdit).
    Any help is greatly appreciated.
    Thank you,
    Eric Oosenbrug

    Hi, Eric.
    1. You wrote: "...my screen would darken and center box would appear telling me, "You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.""You are describing the following message:
    That indicates a kernel panic. Failure to address these when they first arise can result in bad problems becoming worse.
    See my "Resolving Kernel Panics" FAQ. This FAQ includes step-by-step instructions for identifying and resolving some of the most common causes of kernel panics. The FAQ is a roadmap: start at the beginning and work systematically through the end, i.e. the "If all else fails..." section.
    2. You wrote: "…upon launching Microsoft Word, I get the following pop-up:
    Application Launch Failure
    The application "Word" could not be launched because of a shared library error: "3<Microsoft Word><Microsoft Word><MicrosoftLSLibZ>"
    I do not know whether this is linked to my other problems or not."It's probably related. Failure to address the kernel panics when they first arose may have resulted in a corrupted OS. I discuss shared library errors in my "Troubleshooting shared library errors" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Thunderbird works fine, Apple Mail can't send (and other problems)

    I have both Thunderbird and Mail setup exactly alike. Thunderbird can send mail just fine, every time, from any location. Mail was able to send messages a few times but for the last few days refuses to send anything.
    Here's the setup:
    Four smtp servers
    mail.bellsouth.net
    mailer.louisiana.edu
    smtp.coxmail.com
    smtp.central.cox.net
    each is setup with password SSL authentication. Each works just fine on any other computer and even on this one with Thunderbird. Apple Mail is the only problem. (and yes - ALL SETTINGS ARE EXACTLY CORRECT)
    NO - port 25 is NOT the issue - it works fine with other software on this computer and others - it is ONLY Apple Mail which can't manage to connect to the servers.
    I use an AirPort extreme and have reset it repeatedly. (I can usually connect to an smtp after doing so but only until Mail attempts to send) I have tried a direct ethernet connection as well. Same results.
    Mail refuses to connect to any smtp server. (it connects to the POP servers just fine) Occasionally, if I retype in the smtp password, or even delete it and turn off SSL, it will connect for a short time. (until I try to send a message)
    What's the deal?
    I see others have similar problems, but all seem to be ISP related. In this case, I've controlled for everything I can think except Apple Mail.
    A few other problems, maybe related or not:
    Mail has NEVER saved any messages I have sent out in any type of 'sent' folder. Sometimes the folder appears, sometimes it doesn't, but it is always empty. And yes, the setting to 'delete messages in the sent folder' is set to NEVER. So they should all be there.
    Additionally, the very FIRST note I created was saved in my Inbox as it should have been. NOT ONE single subsequent note has saved - I lost every one of them. (I also can't seem to find any means to manually save the note - how ridiculous)
    Finally, though it isn't that important at the moment, when Mail can't manage to connect to an smtp server, it just sits there and tries to send forever. Sometimes it will tell me it failed and suggest another server, sometimes not. In all cases, there does not seem to be a "STOP" button or command to tell Mail to quit transmitting/receiving.
    I'd really like to use this program since it integrates with iCal and Addressbook, but this is getting absurd.
    Thanks for any help anyone can provide.

    Who is your isp?
    If it is Cox they say on their site that you have to use only their smtp server.
    Other than the mailer server (of which I have no info), I question the ssl setting.
    Cox specifically say to not use ssl when setting up the outgoing server.
    Bellsouth do not appear to require authentication and do not use ssl either.
    AT&T Help Center Online: How To: Set Up Your AT&T Email Account Using Apple Mail 2.1 on a Mac OS 10
    http://help.bellsouth.net/bellsouth/asp/contentview.asp?isbrowse=true&sprt_cid=d 5442d40-acde-4d94-9192-0ae128b2ca78
    "each is setup with password SSL authentication. Each works just fine on any other computer"
    Are any of the other computers mac's?
    You say that "it works fine with other software on this computer" - what is this other software that is using ssl and port 25 to connect to the smtp servers?
    Port 25 is not used for ssl, use either 587 (standard) or in some cases 465 (non-standard).

  • Lync Client Can't Download Address List and other problems

    We're currently in the process of testing for a production Lync Server 2010 deployment and we're run into some problems. I've been digging around on the Internet and the Technet forums but can't find a solution to this problem.
    Whenever someone logs in with the Lync Client, they are immediately presented with prompts for user credentials. No credentials work. When you cancel out, you can still chat, but there is an error that says the Address Book can't be downloaded. I've confirmed
    that the SSL certificate works, I've made sure the Kerberos Account is configured properly, I've reinstalled the Web Components, and I've tried numerous other solutions I've found for this issue. Nothing seems to fix the problem. When I try to run test-csaddressbookservice
    in the Management Shell, I get the following:
    cmdlet Test-CsAddressBookService at command pipeline position 1
    Supply values for the following parameters:
    UserSipAddress: sip:[email protected]
            Connecting to web service : https://lync-pool1.company.com:443
    /WebTicket/WebTicketService.svc
            Using IWA authentication
            Successfully created connection proxy and website bindings
            Requesting new web ticket
            Sending Web-Ticket Request: <s:Envelope xmlns:s="http://schemas.xmlsoap.
    org/soap/envelope/">
      <s:Header>
        <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/
    addressing/none">http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue</Act
    ion>
      </s:Header>
      <s:Body>
        <RequestSecurityToken xmlns="http://docs.oasis-open.org/ws-sx/ws-trust/20051
    2">
          <TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1
    #SAMLV1.1</TokenType>
          <RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Issue</RequestTyp
    e>
          <AppliesTo xmlns="http://schemas.xmlsoap.org/ws/2004/09/policy">
            <EndpointReference xmlns="http://www.w3.org/2005/08/addressing">
              <Address>https://lync-pool1.company.com/WebTicket/WebTicketS
    ervice.svc</Address>
            </EndpointReference>
          </AppliesTo>
          <Entropy>
            <BinarySecret>I+ZKYvJkkqcD57OPeOX7MG6Tp8S4PhvMUOI6ZPKP/vg=</BinarySecret
    >
          </Entropy>
          <KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey</Ke
    yType>
        </RequestSecurityToken>
      </s:Body>
    </s:Envelope>
            Web-Ticket response: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soa
    p/envelope/">
      <s:Header />
      <s:Body>
        <s:Fault>
          <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommun
    icationfoundation/dispatcher">a:InternalServiceFault</faultcode>
          <faultstring xml:lang="en-US">The server was unable to process the request
     due to an internal error.  For more information about the error, either turn on
     IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from th
    e &lt;serviceDebug&gt; configuration behavior) on the server in order to send th
    e exception information back to the client, or turn on tracing as per the Micros
    oft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</fau
    ltstring>
        </s:Fault>
      </s:Body>
    </s:Envelope>
    TargetUri  : https://lync-pool1.company.com:443/abs/handler
    TargetFqdn : lync-pool1.company.com
    Result     : Failure
    Latency    : 00:00:00
    Error      : Failed to get a web ticket.
    Diagnosis  :
    I'm not real sure what to make of this. Any thoughts?

    My situation was somewhat different but running Test-CsAddressBookService would fail with error:
    'The remote server returned an error: (404) Not Found.'
    All clients were unable to retrieve contact unless the full sip address was entered.
    Environment.
    Server: Lync2013 STD
    Client: Lync2010
    Did the following:
    Checked replication under the Topology tab in CSCP- mine had a green check.
    Reinstalled .net 4.5 via add/remove programs
    Registed .net by running the following from an elevated cmd (run from .net folder) : aspnet_regiss.exe -I
    uninstalled Lync webcomponents from add/remove programs
    From Lync install media- reinstalled webcomponents.msi (browse to \Setup\amd64\Setup)
    Checked IIS>Application Pool and ensured all ASP.NET and Lync components are set to v4.0 of the .Net Framework Version
    Launched the Lync setup and reran step 2: Stetup or Remove Lync Server Components.
    Reran Test-CsAddressBookService: 
    successful
    Tested Lync client: Successful

  • Losing Events, Places, Faces and other problems in iPhoto

    Bought the new iMac in January; carefully transferred photos from old G4 and took ages updating the details using the great events/places/faces etc facility. Recently 2 things happened - I bought a new camera (Nikon D500); imported and updated event/place/face etc; all working fine. Days later got an upgrade iPhoto message - dutifully did so. Next time opened iPhoto got message to upgrade database - did so. I think there was a message reporting that this was necessary to secure the database; but I was not really concentrating on this merely assuming that my "new" software would not create any problems (how wrong could I have been?!)
    RESULT?
    - lost ALL place/face details;
    - photos still grouped as Events folder but only with with the old camera date format.
    - "Albums" directory with titles from old iPhoto version on G4 machine re-appeared!
    - In Finder file-path from root Pictures>iPhoto>Library>[subdirectories by year etc] replaced by a single iPhotodatabase that can only be accessed by opening using iPhoto
    - iPhoto created a "recovered photos" subfolder in "albums".
    I also notice that the Browse facility used to attach photos in Mail is also rendered useless - clicking one photo fails to attach a photo; i can click and drag one photo into an e-mail; but this goes into the e-mail body rather than as an attached item.
    Any suggestions that allow me to recover the information so painstakingly entered will be useful.
    I notice a lot of comments suggesting problems with iPhoto 8.1.1 - but I cannot see anything on the site similar to my problem - is this something that Apple are aware of and working on?
    Steve

    Welcome to the Apple Discussions.
    Lets clear some things up first:
    In Finder file-path from root Pictures>iPhoto>Library>subdirectories by year etc replaced by a single iPhotodatabase that can only be accessed by opening using iPhoto
    This is normal. Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. (See below for details on how to access your files)
    I also notice that the Browse facility used to attach photos in Mail is also rendered useless - clicking one photo fails to attach a photo; i can click and drag one photo into an e-mail; but this goes into the e-mail body rather than as an attached item.
    This is normal. That's how Mail works with Photos in an Email. Altering that is a matter for Mail. Elect to send Plain Text Emails. Note that how the email looks on your Mac has very little bearing on how it will appear on the receivers machine. It's pretty much 100% dependent on the setting on their email client.
    As to the missing Faces/Places etc. This sounds like a damaged database file:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Failing that, restore from your back up.
    As promised:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    Regards
    TD

  • Audio (and other) problems noted with Keynote version 4.0.1

    Since installing Keynote 4 and the 4.0.1 update, I have noted the following situations and/or problems:
    1) When doing a "save-as" the filename is appended with the suffix ".key" but when I subsequently "save" this file, the suffix disappears. The file seems to open and operate OK nonetheless, but this puzzles and somewhat concerns me that someday Keynote may not recognize the file. This happens whenever I "save" a slideshow after I have made any changes to it.
    2) When playing back a "soundtrack," the audio "glitches" frequently at slide transitions: this occurs repeatedly on my G5 desktop system but not on my MacBook Pro-17. The "glitches" always seem to occur at the same places in the track - which, of course, is also at the same slide transitions. (This problem has spawned several similar questions and threads in this forum.)
    3) Related to #2 above, the "glitches" also interrupt or corrupt the "recording" of that soundtrack, so that the synchronization is off when the slideshow is played back.
    4) If I want to have an audio track play under a series of slides, the only way I have found to accomplish this is to create a separate slideshow with the audio track running as a "soundtrack" and "record" the Builds and Transitions in sync with the audio. If I want to incorporate several of these shows together, I can create a "master" slideshow and Hyperlink each segment to the next. HOWEVER...
    5) When I "record" a "soundtrack" and "synchronize" the Builds and Transitions within the slideshow, everything plays back properly in sync ONLY when the slideshow is played as a stand-alone presentation (i.e. a cold start from the desktop). If I initiate playback of the slideshow via a Hyperlink from another presentation, the soundtrack plays but NONE of the synchronization works at all.
    6) The only way I have found to have an audio track "fade-in" or "fade-out" is to use off-line editing software to record these fades prior to importing the tracks into Keynote. The "Start Audio" Build function is simply a hard "cut" in, and the end of the track is a hard "cut" out.
    These problems are consistent and repeatable facts. Whether they are "bugs" in the software or "design shortcomings" is uncertain. Nonethtless ...
    At the risk of offending the moderators of this forum, I feel compelled to comment that these problems render the audio operations of Keynote less than satisfactory and should be addressed as soon as possible with another update to this visually stunning but audio-challenged application.

    Well Ron S, I re-confirmed why I prefer not to look to tech support for support.
    It seems to me that support's main function is to deflect any critical comments and push the blame back to the user.
    Frankly, I have better things to do with my time and money than try to help a multi-billion dollar enterprise learn about itself.
    So, for the benefit of you and the nearly 400 who have followed this thread, I offer you my latest and probably last attempt to have Apple acknowledge in some small way that "Houston, we have a problem".
    I expect this reply will result in this thread being yanked as well, since I'm expressing negative thoughts about Apple's product and wishing they would do better, which is a non-technical gasp of utter frustration and disappointment. Note that "product" is singular, defining Keynote. My other Apple products serve me loyally and superbly, which is why my huge disappointment with Keynote.
    So here is my correspondence with Tech Support. I've removed names except mine.
    I think it speaks for itself. They have notes from my conversations with them that I have current Apple computers, including a MacBookPro, not an old PowerBook, nevertheless, they have told me that the problem is mine because the fabulous hyper-performing Keynote software is choking my poor old machine (paraphrased muchly).:
    Hi (support),
    That's disappointing news, especially since this test was done on 3 machines: an old G4 400, a 2.0G Dual G5 and an Intel core duo MacBookPro which yielded identical results.
    It is not a hardware issue.
    I do not accept a brush-off that it is my hardware that is causing Keynote to be problematic.
    I will assume that Apple is not interested in addressing these issues in public and that Keynote is substandard software that is in need of re-authoring.
    Sorry to be so blunt, but Apple has set this tone with Keynote, and used its considerable reputation as a leading a/v technology innovator to imply that Keynote will deliver the excellence we Mac users have come to expect.
    I have been a loyal mac user since the SE series and have enjoyed success with the machines and software offered by Apple, and depend on them for my livelihood. I'm currently using FC Studio6 and know that Apple is capable of maintaining its high standards.
    However, Keynote fails to do that, instead behaving like a product that was invented in a teenager's basement and is in beta. I realize that it's not designed as a FCP level product, but it fails at the basic tasks that you advertise it will complete.
    A version 4 product should work as advertised. Keynote certainly does not.
    I'm deeply saddened that Apple seems to have become an iPod entertainment company, interested mainly in profits from entertainment rather than serious useful technology.
    On 2007-Oct-19, at 10:14 AM, (tech support) wrote:
    Hello Sir,
    Unfortunately, this does look like it's mostly a case of some of the new Keynote features slowing down the performance on the PowerBook.
    At this point, there isn't much else we can do in the way of troubleshooting.
    If you are not satisfied with the performance on the PowerBook, using the previous version of Keynote is probably his best option at this point.
    We will continue to research this issue, but at this point it's unlikely I'll be able to find additional suggestions for improving performance, as it looks like it is is reproducible and limited to older models.
    On Oct 16, 2007, at 11:27 PM, Ron Tucker wrote:
    Hi (support),
    Thanks for your recent followup calls. I'm directing a video shoot so am a bit preoccupied.
    Here are the tests I mentioned.
    These are as simple as it gets, and I think highlights the synchronization problem with Keynote.
    Test 1 is straightforward, and demonstrates that a single unedited recorded audio track will maintain mouse click synchronization.
    Test 2 is the same file, but with audio modifications applied to each slide in succession.
    This demonstrates a dramatic synchronization slippage.
    The visuals occur before the click (and audio) markers. Keynote seems to be create delay in audio at each "record and replace" point. This accumulates as the audio is revised in successive slides.
    These tests demonstrate that there is a fundamental flaw in how Keynote handles audio in its most basic application.
    This does not address the slim toolset available, such as lack of insert capability and other basic audio tools, which is a separate design issue, and I suppose subject to "request for enhancement" feedback.
    I've reluctantly abandoned Keynote for my project work at present until these basic issues are addressed and it can be demonstrated that Keynote can successfully execute its feature set.
    <TuckerKeynoteTest.zip>
    Message was edited by: Ron Tucker1

Maybe you are looking for

  • How can I get Firefox 26 to install on my computer. Because it won't.

    I used to have Firefox 25. I tried to upgrade to version 26, but after I downloaded it and selected launch it went to a screen that said install. I selected that and then it went to a screen that had download on one side and install on the other. Whe

  • How do I find out another computer's IP address on the network?

    About ten minustes ago, I noticed a PC appearing on our local Airport network. Since the network is password protected, it startled me. That computer has no business on our network, and since sometimes internet is extremely slow and we even got an em

  • Adding artwork loops the audio

    So after pasting in album artwork I notice it doesn't take to all files and if i try to paste to those files on their own it messes up the audio i.e. a song will play the first 7 seconds and then start again so 1-7 and 8-15 are the same and the final

  • How to get Session from different namespace?

    Hi, I´m trying to get a session from a different namespace, how can I do this? For example: I´m setting some session parameters with session.setAttribute in a namespace called "customer", and trying to get this parameters in a namespace called "main"

  • Problem: Sequence setting for adobe premiere pro CS 5.5

    I'm using Adobe Pr to edit my video. When I import the video (details as below) to pr, it does not have any image (got sound only) I'm very confuse about the sequence setting. I'm still new in using adobe software. Which sequence should be suitable f