Why does the new Keynote slideshow briefly flash the first slide when multitasking back from another app during a slideshow?

I switch between the Notes Plus app and Keynote app during my lecture.   I show the slides in Keynote and when I need to draw sketches and do detailed derivations, I multitask to Notes Plus and use it as my White Board and then return to Keynote to continue my lecture.  When I switch back to Keynote, the very first slide flashes once and then advances to the slide from where I left.  Before the upgrade of Keynote on Sept 17th, this did not happen.  Can this bug be fixed?

I have the same problem but in a different way. I have lots of links to other slides in my presentation, when I click on a link, the next slide flashes and then I see the slide linked. I really hope this can be fixed...

Similar Messages

  • Why does the first iCal notification disappear as soon as I open the Apple cover so I can't read it?

    Why does the first iCal notification disappear as soon as I open the Apple cover? It disappears so quickly that I cannot read it!

    Right now (and for quite some time!) the community pages are a real PITA.  Trying to link the two did not bring the nice behavior of the Forums to the Community, but rather brought that stench over here!
    https://decibel.ni.com/content/thread/11597?tstart=0
    Flame on.  I find the community useless.
    Click on link, or revisit old address from browser.
    Hey nice, I am logged in. 
    Click on another link.
    Darn, now I am logged out.
    Log In.
    Now I am at the Community Home page, where the heck was I?
    Actually not mad, just indifferent.  I figure in a few months I'll hear that it was fixed and maybe I'll go back there.

  • With "Do Not Disturb" active, why does the iPhone beep when plug in for recharge?

    With "Do Not Disturb" active, why does the iPhone beep when plug in for recharge?
    I usually go to bed after my wife. I have the Do Not Disturb set for 11 pm to 7 am, and I can see the moon symbol.
    So why when I go to bed at midnight and plug in my iPhone to recharge do I get a LOUD BEEP?
    My wife is banning my phone from being next to my bed and an alarm clock.
    To me it seems that the "Do Not Disturb" should turn this beep into a vibrate.

    section2i:
    If that is true, then you should file that as a bug using the link above:
    If I am reading what you are saying correctly, you are saying that when vibrate is 'off', and you turn on the phone and plug it in that a vibration occurs, and that it is not respecting the vibrate 'off'.
    That would be a slightly different issue from what I am asking about (Do Not Disturb), and would probably need a separate bug report.

  • USB - why does the MacBook react when in Sleep?

    Why does the computer react to when something is inserted into the USB while in Sleep mode, when the lid is closed???
    I'm simply reminding myself to put it back in, and have no intention of using the computer at that very moment, the lid is closed and I probably won't be using it for a little while.
    So why does it do that? Why doesn't it stay asleep and then react to it when it is back on? Seems like a waste of power to me.

    This is just the way it is. The computer doesn't read your intent so it sees something occur and has to try to wake up and allow the process to connect that device correctly. If it did not do this and you woke the computer after adding something that wasn't there before it could cause a problem. The computer wakes up expecting to see one thing and it's not there something else is in it's place. This could cause kernal panic.
    Mort

  • Replay module from the first slide when user failed the quiz.

    Hi, I m using SCORM 1.2 settings for my project and i uploaded it on moodle , i want to replay the module from first slide when user failed the quiz. which settings i use? please help me with the same.

    When reporting to LMS it is the LMS that takes care of bookmarking, wondering if this is possible within Captivate itself? I don't know Moodle, but did you check the settings there?

  • Why does the screen unlock when using voice dialer on iphone 5S?

    Here's the scenario I'm referring to:  my iphone is in my pocket with the screen locked and headphones plugged in. I toggle the mic switch and use voice control to place a phone call. On every other iphone I have owned, the screen stays locked. On the 5S, the screen unlocks when the call begins, making the end call button or other phone buttons able to be activated accidentally by my leg.
    Why did they change this feature on the 5S?  The iphone 5 stays locked in the same scenario. Just updated to 7.0.4 and it still hasn't been fixed. Is there a way to fix this issue?

    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • Why does the Amount slider on the Detail Panel reset to 0 when saving the file as a Smart Object?

    Whenever I open a Smart Object PSD file to adjust previous settings in RAW, I have noticed that the Amount slider in the Detail panel has reset to 0. Does this reduce the files sharpening? Is this a normal behavior? Can this be prevented?
    I use a Mac running 10.6.8 and Photoshop CS6, version 13.0.5 x 64.

    This behavior happens only on Mac desktop computer, not on my Mac laptop running the same CS6.
    After I've edited an ACR file (including sharpening in the Detail panel), I change the file into a PSD Smart Object to complete my edit by clicking on "Open Object". I immediately notice this PSD file is not sharp. If I click on the bottom right of the image icon to return to the RAW file, I find the Amount slider in the Detail Panel has changed from the sharpening amount I gave it, to 0.
    If I do the exact same thing on my laptop (running a duplicate of the same Photoshop CS6), this behaviour does not happen. The image remains sharp as a PSD file, and if I check by returning to ACR, the Amount slider has maintained its setting.
    Anything more you need?

  • Why does the PC lockup when using a 6071E with an ASUS P5ND2-SLI motherboard?

    Please Help,
    Thanks,
    Brian
    Problem Summary:
    PC locks up to a point that will not allow keyboard control.  Sometimes the system reboots itself.  This code works on Win2000 systems and XP systems with a different motherboard.  I have the Hyperthreading disabled.  I have also tried switching PCI slots to use different IRQ’s.
    Code: Code crashes right after last line function: GPCTR_Control().  No errors reported.
      //Board Model = "NIDAQ PCI-6071E", device code: 223
      short sSampleTimeBase = 1;
      unsigned short usSampleInterval = 2;  //ActualSampleInterval = (1microsec) * 2 = 2.0 micro sec
      short sMode = 1;
      short sPolarity = 0;
      double dScanRate = 10; // 10Hz 
      short psBuffer[20];//double buffering at 10Hz
      unsigned long   ulBufferSize = 20;
      int iChannelCount = 1;
      short sChanList[1] = {1};//chan nums start at 1, NOT 0
      short sGainList[1] = {1};//set gain to 1
      Init_DA_Brds( m_sDeviceNumber, &sDeviceCode) ;
      AI_Configure( m_sDeviceNumber, sChanList[0], sMode, 0, sPolarity, 0 ) ;//add ONE channel
      Select_Signal(m_sDeviceNumber, ND_IN_SCAN_START, ND_RTSI_0, ND_LOW_TO_HIGH);
      Select_Signal (m_sDeviceNumber,ND_RTSI_0, ND_GPCTR0_OUTPUT,ND_DONT_CARE))//the first card is master card
      DAQ_Rate(dScanRate, 0, &sScanTimeBase, &usScanInterval);
      DAQ_DB_Config( m_sDeviceNumber, 1); //"1" enable double buffering
      SCAN_Setup( m_sDeviceNumber, (short)iChannelCount, sChanList, sGainList );
      SCAN_Start( m_sDeviceNumber, psBuffer, ulBufferSize, sSampleTimeBase, usSampleInterval,  sScanTimeBase, usScanInterval );
      GPCTR_Control(m_sDeviceNumber,ND_COUNTER_0,ND_RESET); 
      GPCTR_Set_Application(m_sDeviceNumber,ND_COUNTER_0, ND_PULSE_TRAIN_GNR); //Begin Counter Pulse Train
      GPCTR_Change_Parameter(m_sDeviceNumber, ND_COUNTER_0, ND_SOURCE, ND_INTERNAL_100_KHZ); //set internal counter
      GPCTR_Change_Parameter(m_sDeviceNumber, ND_COUNTER_0, ND_COUNT_1, 100000/(unsigned long)dScanRate/2);//set pulsewidth 1, 100kHz/ScanRate/2
      GPCTR_Change_Parameter(m_sDeviceNumber,ND_COUNTER_0, ND_COUNT_2, 100000/(unsigned long)dScanRate/2); 
      GPCTR_Control(m_sDeviceNumber,ND_COUNTER_0,ND_PROGRAM)) //program the ATMIO card
    System Info:
    Operating System(OS):  Microsoft Windows XP
    OS Version:  5.01.2600
    OS Info: Service Pack 2
    Processor:  Intel(R) Pentium(R) 4 CPU 3.40GHz / x86 Family 15 Model 4 Stepping 1 / GenuineIntel / 3400 MHz
    Number of Processors: 1
    Physical Memory: 1,048,044 KB RAM
    Drive C:\ 238,293,104 of 244,187,968 KB free
    Motherboard: Asus P5ND2-SLI
    Chipset:
    nVIDIA nForce4 SLI - Intel Edition ( Crush 19 )
    nVIDIA MCP-04

    Brian,
    This problem is a little hard to pinpoint.  When you
    say this code works on a Windows 2000 and Windows XP machine do you run it with
    the exact same card, or with another DAQ card?  From the code you provided
    it looks like you are using the device to generate a pulse train.  Are you
    able to run any other code that generates a pulse train?  You might try
    the code located here:
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DFFB56A4E034080020E74861&p_node=201235
    Are you able to perform other types of operations with this device, perhaps
    analog input?  If you only use Measurement and Automation Explorer (MAX)
    to create a pulse train, does your computer freeze?  You can test the analog
    input and pulse train generation through MAX by expanding Devices and
    Interfaces >> Traditional NI-DAQ and selecting your device.  Next
    select Test Panels and either Analog Input or Counter I/O.  What version
    of Traditional DAQ are you running?  If it is an older version, does upgrading
    your driver help?
    Finally, if you still have DAQmx installed (or if you can install it) can you
    generate a pulse train in test panels?
    Regards,
    Jesse O
    Application Engineering
    National Instruments
    Jesse O. | National Instruments R&D

  • Why does the Amount slider of Camera's RAW Detail Panel revert to 0 when opening a Smart Object in Photoshop?

    I use CS6 on a Mac running 10.6.8. I edit images in RAW, then covert to a Smart Object for final editing in Photoshop. I've noticed the image in Photoshop is not sharp, and when I check by returning to RAW, I can see that just the Amount slider (Detail Panel) has reverted to 0, but the other sliders are as I have set them.
    Does anyone know what may cause this problem and how to solve it?

    This behavior happens only on Mac desktop computer, not on my Mac laptop running the same CS6.
    After I've edited an ACR file (including sharpening in the Detail panel), I change the file into a PSD Smart Object to complete my edit by clicking on "Open Object". I immediately notice this PSD file is not sharp. If I click on the bottom right of the image icon to return to the RAW file, I find the Amount slider in the Detail Panel has changed from the sharpening amount I gave it, to 0.
    If I do the exact same thing on my laptop (running a duplicate of the same Photoshop CS6), this behaviour does not happen. The image remains sharp as a PSD file, and if I check by returning to ACR, the Amount slider has maintained its setting.
    Anything more you need?

  • Why does the first page of construction plans in pdf format print correctly, while the drawings on other pages shrink?

    Help! I am trying to print out construction drawings saved as a pdf to a wide format printer. The first page prints correctly, no matter what page I start on. The rest of the pages have the drawings way too small and off center. I am having to resort to printing each page separately. Why is this happening?

    Hi there ashp,
    Try downloading and running the print and scan doctor located here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Why does the first page in a tab disappear?

    When I open a tab, the first page that is displayed disappears when I go to another page in that tab. The back arrow doesn't become active until I go to a third page. I can go back to the second page, but not the first one. Example: I open a new tab using the + button. I type a keyword in the search toolbar and perform the search. If I select one of the results of the search, I can't go back to the original list of results.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Why does the colours change when I import a video?

    When I play my fresh footage in quicktime the colours look fine, as soon as I add the footage to final cut the colouring goes all odd. It has a Red tinge to it and the blues look as if they have turned to a sort of purple? They look like this in 'All Clips' and the previewer, yet when I look at the timeline the colours look ok.
    I've also made 'All' is selected on the channels so it isn't that. Is there a way I can do a mass reset on Final cut to put it right? Does this on all videos I import and events I create!

    I can't even see where that setting is.. for my information all the footage is from a GoPro so what I've had to do is convert them to .mov and Apple ProRes 422 now. Now when I have them in final cut the samples in 'All Clips' and in the time line look ok in till I hover over them and then they have the red hint again, they do how ever export the right colour now but this is going to make colour correction difficult

  • Why does the terminal open when I try to install an application?

    I just installed a software update, and I cannot install any applications without the bash Terminal opening up.  I don't know what it does or how it works.  Prior to the the OS X update, this issue never occurred, when I downloaded an application - it installed automatically.  I would like things to install automatically since I have no idea what I'm doing when it comes to code or bash or whatever.  PLEASE HELP!

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Why does the font change when I combine files?

    I am trying to combine PDF files into one document using the "combine files" tool online.
    The new file that is created changes some of the fonts to different fonts (I think it is having difficulty with times new roman in particular). I need to keep the original fonts when I combine the files, how can I stop it from changing the fonts?

    Hi,
    Please send us your file(s) so that we can look into the problem, and use below site to send your file to us:
    https://adobeformscentral.com/?f=qJiclooYWGGNFtWfj8g3wg#
    Thank you.
    Hisami

  • Why does the first track on an album appear after the other tracks?

    When I downloaded iTunes and did an initial media scan, it added all my music files. However, on some of the albums added, not all, the first track is listed after the other tracks. For instance, the track list goes from 2-13 and then 1. This is only happening on some of my multi-disc albums, again not all, and not on the single disc albums. One of the tracks on Disc 2 actually appears on Disc 2 but has Disc 1 written above it. I am running the latest version of iTunes on Windows 7 Home Premium edition, and everything else seems to work fine. This is what I've tried on my own so far, all without success;
    1.) I've checked the track 1 properties using "get info" and compared them to other tracks. They seem fine.
    2.) I've deleted the track 1 songs and re-added them, but they return the same way.
    3.) I've deleted the entire albums and re-added them, but the problem remains.
    Does anyone have any ideas about what's causing this bit of weirdness?

    I had this problem too, and for a long time it aggravated me. I found that you just have to keep importing the cd, again and again, until it sounds ok. Select only the tracks that are fuzzy to speed things up. Hope this helps.

Maybe you are looking for

  • SQL Report Region error in 4.0

    Hi guys, Forgive me if this issue has been discussed already. My server was updated to 4.0 and my report region now displays with the column headers above the wrong columns - they are slipped to the left one place. I looked at the source code and I t

  • Multiple monitors

    what is the best way to connect my 2010 macbook pro to my HDTV? I just don't know whats great

  • Basic qns on Business Objects

    Hi Experts, I'm new to CRM & ERP thus my question might seem rudimentary to you guys. But that means easy pts to score as well! Business partners and products are types of Business Objects. THe list of B.O. types can be found in SWO1correct? Where (w

  • Exporting video to web site

    Ive just completed a short three minute movie and I am having an impossible time trying to exporting it to a web site. I would like it to be viewed in a Windows environment rather than QuickTime. I believe that I accurately provided the correct serve

  • Batch processing recursively in subfolders

    Hi List, Using FW CS4 I'd like to convert a great number of images located in multiple subfolders. Is there a way to play the batch processing command in reccursiv mode? Any help or jsf sample would be very welcome.