"Build automatically with..." not exported to PP?

Granted, I have not done this in a while, but I do know that exporting from Keynote to Powerpoint can be dicey. But I didn't realize how dicey: objects that get built automatically with a previous object in KN get built after the previous object in PP!! I can understand if some of the Core Image animations or other things don't transition, but this is a basic function of slide animation! Obviously, I can group all the objects in Keynote to get built together instead of using this option, but then I have to ungroup and recreate the build if I want to edit any one of the grouped objects. Please tell me I'm doing something wrong or there is a better way to do this!

Well, I guess I'm not alone. I really, really want to use Keynote instead of PP but I just can't justify the enormous amount of cleanup I would have to do after the export to PP. Keynote needs to offer either stand-alone playable documents that work on Mac or PC or do a better job when exporting to PP. Keynote is clearly better than Powerpoint and I doubt that will change when the next rev of PP is released. But unfortunately, it's still a Windows world full of Powerpoint presentations. Keynote needs to fit in better.
Steve
MBP 2.33 GHz Mac OS X (10.4.8)
Mac OS X (10.4.1)
Powerbook G4 12 1.33 GHz Mac OS X (10.4.1)

Similar Messages

  • Build problem with weblogic exported ANT scripts

    Hi,
    Im getting a null pointer exception while parsing the EAR projects build.xml at line
    <mdimport workspace="${workspace}" pjdir="${project.dir}" echo="${echo.metadata}">
    exception:
    BUILD FAILED
    /apps/opt/ccm/build_mgr/VSRMS,int/VSRMS/src/RMSWorkspace/rmsClaims/build.xml:78: java.lang.NullPointerException
    at org.apache.tools.ant.Task.perform(Task.java:373)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: java.lang.NullPointerException
    at java.io.FileInputStream.<init>(FileInputStream.java:103)
    at com.bea.workshop.common.util.DomUtil.doc(DomUtil.java:73)
    at com.bea.workshop.common.util.DomUtil.root(DomUtil.java:118)
    at com.bea.workshop.cmdline.antlib.eclipse.wtp.WtpUtil.createVirtualFileSystem(WtpUtil.java:63)
    at com.bea.workshop.cmdline.antlib.eclipse.wtp.WtpEarLibrariesContainerResolver.getManifestFile(WtpEarLibrariesContainerResolver.java:115)
    at com.bea.workshop.cmdline.antlib.eclipse.wtp.WtpEarLibrariesContainerResolver.resolve(WtpEarLibrariesContainerResolver.java:40)
    at com.bea.workshop.cmdline.antlib.eclipse.java.JavaImportParticipant.resolve(JavaImportParticipant.java:383)
    at com.bea.workshop.cmdline.antlib.eclipse.java.JavaImportParticipant.getRawClasspath(JavaImportParticipant.java:257)
    at com.bea.workshop.cmdline.antlib.eclipse.java.JavaImportParticipant.getRawClasspath(JavaImportParticipant.java:186)
    at com.bea.workshop.cmdline.antlib.eclipse.java.ClasspathProjectReferencesProvider.getReferencedProjects(ClasspathProjectReferencesProvider.java:23)
    at com.bea.workshop.cmdline.antlib.eclipse.ProjectReferencesUtil.readDependencyInfo(ProjectReferencesUtil.java:201)
    at com.bea.workshop.cmdline.antlib.eclipse.ProjectReferencesUtil.readDependencyInfo(ProjectReferencesUtil.java:215)
    at com.bea.workshop.cmdline.antlib.eclipse.ProjectReferencesUtil.getReferencedProjects(ProjectReferencesUtil.java:67)
    at com.bea.workshop.cmdline.antlib.eclipse.wtp.EarProjectImportParticipant.execute(EarProjectImportParticipant.java:33)
    at com.bea.workshop.cmdline.antlib.eclipse.ImportProjectMetadataTask.execute(ImportProjectMetadataTask.java:149)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    ... 10 more
    All the environment paths are set. Running the commEnv.sh before compiling the proj.
    Any help much appreciated.

    chk this
    Re: build errors using Ant
    1. If you are working from the user_projects directory, add the following to the properties section of the build xml "<property name="weblogic.jar.classpath" value="../../../../wlserver_10.3/server/lib"/>". Other wise set the value parameter to the full directory path of the wlserver_10.3 server lib directory.
    2. Within each taskdef element, add the following child element
    <classpath>
    <path id="weblogic.classpath" >
    <pathelement path="WEBLOGIC_HOME"/>
    <fileset dir="${weblogic.jar.classpath}">
    <include name="weblogic.jar"/>
    </fileset>
    </path>
    </classpath>
    3. Save and run ant task from your project directory.

  • Automatic Selected Item of List Builder Component Does not work (anymore)

    Hi all,
    Í'm working with Xcelsius Engage 2008 (version 5.3.2.0) and the automatic selection of an item at runtime of the list builder component does not work anymore. In a previous version it worked very well.
    Here's the case: at runtime I want that the list builder component automatically puts the first item in the list to the destination section and selects it, so that a graph can show the underlying pushed data. In the previous version it worked o.k., but now at runtime the destination section remains empty at startup. If I interactively select an item from the source section to the destination section and update the list builder, the data is shown correctly, but it must done automatically, which worked o.k. in an earlier version of Xcelsius 2008...
    This are my settings of the list builder component (which was running correctly earlier..):
    -at the general tab I defined a range of labels
    -at the general tab I defined 2 data column insertion series
    -at the behaviour-common tab I defined selected items: position mode; items: the first item of the label list; insert items at runtime
    -all of the data comes from an external xml data source
    You can find an example of the visualisation at: http://onderzoek2.evinet.nl/projecten/10169/dynarap.htm. You will see that at start-up there is no item visible and selected in the destination section of the list builder....
    I've tried every combinations of settings, build up the component from scratch, but its not working (anymore).
    Greetings Erik-Jan Vriens

    Hi njnits,
    Print view button is a standard component of Xcelsius: look at it in the IDE
    Exporting to Powerpoint is also a standard functionality, so yes. For this particular dashboard/report all data resides in an external xml-file which have to be accessible for Powerpoint
    All visualisations, not only the table,  in this/report fetch their data from an external xml-file, but a QaaWS-connection will also do the trick. You will have to write this dedicated service. In our case the xml-data is also generated automatically.
    The external data is best defined as a sort of matrix, consisting of approx. 100 columns by 1000 rows. I agree it takes a lot of Xcelsius but it does the job....
    Hopes this info helps....

  • How can I build automatically jar with Eclipse?

    Hi,
    I try to build automatically jar file each time when I save my project.Until now I used right click and Export to jar but that take me more time and it is not efficiently.I have try to configure an new builder from project->properties-> builders options but when I Clean it give me the following error:
    The file does not exist for the external tool named MY_Builder
    Please help me If you can, all that I try to find is to generate automatically jar file each time when I save or clean the project,no matter the method as long as it's working on Eclipse
    Many thanks,

    Hello,
    But How can I do that ? I make a new ant compiler but I have some errors:(. I don't know how to configure this ant.Can u help me please?
    Thanks,

  • Window 10 build 10041 does not work with Intel 82579V Gigabit Ethernet on ASUS motherboard

          
    I originally posted this question here:
    answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_update/window-10-build-10041-does-not-work-with-intel/6729892f-83aa-4822-b20a-ea84f4fd06c7
    and was asked to post it on this forum...
    I updated a computer I have which is a quad core i7 that I built and includes an ASUS motherboard with Intel 82579V Gigabit Ethernet built in. Windows 10 preview 9926 worked fine with this network adapter. Window 10 build 10041 does not, and I have tried
    it twice so far. I even went as far as buying a Thunderbolt-Gigabit Ethernet Adapter (Broadcom, sold by Apple)... and while it installed the driver automatically, it did not work either. Each time you try to view the properties of either of them, it locks
    up or give an error. In fact, doing much of anything with the Intel adapter icon assures you of not being able to do a clean reboot... have to kill power.  I have finally gone back the previous version 9926, which has its issues but no where near as bad
    as not having any network connectivity!  Does anyone have this issue and a workaround? 
    Note, there are two images on the windows 10 preview forum that I posted this question on. I could not post the full link as I was getting a message here that links and graphics are not allowed.

    Thanks Roger, I posted the following yesterday in the other thread (thinking it was this thread - confusing after they moved it here)... It may be that the new driver fixes the issue that 10041 has with it, but I have not tried that yet. If I do I will update
    this... Thanks!
    I have more information about this, which basically exonerates any issue with the Intel 82579V Gigabit Ethernet hardware or software. I have 3 computers with Windows 10 preview so I have multiple angles to see issues from. With this I have found a culprit
    (but I suspect not just the only culprit) in this above mentioned problem...
    10041 build combined with installing (or attempting to install) CISCO VPN Windows 7 64bit 5.0.07.0440-k9 client causes the issue mentioned above. I confirmed this on a completely different machine with a totally different Ethernet adapter. First machine
    is an ASUS motherboard in a tower system I built, with the Intel 82579V Gigabit Ethernet hardware built in. Second machine is a Gateway Laptop from 2008 which has a Marvell Yukon 88E8057 PCI-E Gigabit adapter built in. Build 10041 will work fine with my 2008
    laptop, including the MS VPN client (which I have tested). However, if you attempt to install or even uninstall the Cisco client you will have to do a recovery to a restore point (as I have done twice) in order to get your network working again. Installing
    or attempting to install (because it never even does install properly and times out), CISCO VPN client will render your entire network unusable. Going back to a restore point saved me and I am still running 10041 but I can't use CISCO VPN client any longer.
    I could with build 9926, including on all 3 machines. I now have 9926 on two machines and 10041 on only the 2008 laptop. 
    Hopefully this above information helps someone resolve the issue. I will also mention, even though my network is working on the 2008 laptop, I still can't go into the Control Panel\Network and Internet\Network Connections and right mouse click on the Marvell
    Yukon 88E8057 PCI-E Gigabit adapter icon. I get an error when clicking on Properties menu popup : "An unexpected error has occurred". So something is still up with my network adapter driver or windows software, but it could be a side effect of all
    that has happened with the Cisco software install attempts under 10041.
    Another note: CISCO Anyconnect also has the issue.

  • Can NOT update video automatically with selected playlists!

    I just bought my iPod today and when I try to put some video on it, the movie does not appear anywhere.
    when I click on the Video button, the "automatically with selected playlist" option is hidden and I cant click on it, and no video title can be observed.
    Do you have to put video in to certain folder to add them?
    And how come the Automatlcally with selected playlist is hidden?

    I had the same issue, however I used this program;
    http://www.videora.com/en-us/Converter/iPod/
    I'm pasting this from the Videora site, the settings worked for me when others didn't, enjoy:
    Configuring videora converter
    0) Start Videora iPod converter.
    1) Click setup in the left nav.
    1.5) Click the profiles tab.
    2) Click new profile.
    3) Now, configure that profile:
    profile name: ipod
    in the video settings section...
    mode: MPEG-4 > CBR
    resolution: 320x240
    passes: one
    bitrate: 768 kbps (384 kbps also works)
    framerate: 29.97 fps
    in the audio settings section...
    bitrate: 128 kbps
    sample rate: Input
    channels: stereo
    4) Click apply to save the profile.
    Now, you're ready to transcode.
    1) Click convert on the left nav.
    2) Click the transcode new video button.
    3) Pick your source video. Mine was an AVI from a torrent.
    4) Under quality profile, choose "ipod", the profile you created using the steps above.
    5) Click start.
    Now you're ready to get the video on your ipod
    1) In iTunes, under the File menu, select add file to library. Find the transcoded one. By default, the transcoded videos pop out under the Videora install directory.
    2) Drag and drop to your ipod.
    Questions/observations:
    1) I haven't been able to get H264 anything to work. Is it broken? How much smaller than MPEG4 is it?
    2) 768 kbps video was about 400 megs/hour; 384 kbps video was about 231 megs/hour. I could readily see a difference in video quality.

  • I keep getting the message: "what should firefox do with this file" in Windows XP every time I want to download a file, e.g., adobe, excel, etc. How can this annoying message be deleted? The check box to "open file automatically" does not work!

    I keep getting the message: "what should Firefox do with this file" in Windows XP every time I want to download a file, e.g., adobe, excel, etc. How can this annoying message be deleted? The check box to "open file automatically" does not work!

    cor-el,
    Thanks for your prompt reply. However, the sources you gave do not seem to apply exactly to my situation. I have attached some screenshots that show what the dialogue box looks like for a pdf download, and what my settings in the Apps panel of Options are. You will note in the first screenshot that I have checked the box to handle this file type automatically; however, the next time I try to download a file of that type, the same dialogue box appears looking exactly like the one shown, so checking the "automatic" option appears to do nothing. The files to be downloaded from my Gmail messages are not generic or altered file types - they are shown as pdf, doc, docx, etc. So while your intent was good, your post did not help. Thanks anyway.

  • Fonts Not Embedding Consistently with PDF Export - Inconsistent Fix and Unknown Cause

    I have had ongoing problems with PDF export from FrameMaker. Sometimes the correct fonts do not embed in the PDF and Times New Roman is substituted. The problem appears and disappears and is causing me a lot of lost time and frustration.
    I am running FrameMaker 9.0 fully patched on Windows 7 Ultimate 64-bit. I have seen people complain about this issue and am familiar with the suggested fixes. However, the exact cause and solution eludes me because the problem continues to recur and I am only able to recover with guesswork and workarounds.
    Initially I did the following:
    ACROBAT PDF SETTINGS
    - In the printer properties for Adobe PDF settings I turned off the option "Rely on system fonts only; do not use documents fonts."
    ACROBAT DISTILLER SETTING
    Under "Font" Settings I changed the following:
    - Under "Settings/Font Locations" I added the font folder for Technical Communication Suite 2.0 and made sure all the fonts existed there and in the Windows default font directory.
    - Under "Settings/Edit Adobe PDF Setting/Fonts" I changed the following options:
                - Selected "Embed all fonts"
                - Under "Embedding" chose "Always Embed" for the target fonts.
    I tweaked these settings for hours and got no results. Then I rebooted and the problem had magically disappeared. I fixed the issue in the same way on another machine and the results were permanent and I was just happy to finally have it fixed, But this time it didn't last.
    I should note that upon reboot, when I used the stock "PDF Job Options," the correct fonts still embedded, leading me to believe that the fix had nothing to do with the changes I made to Distiller settings.
    After reboot I generated PDFs with the correct fonts embedded. Then I shut down FM, but left the system running. The next morning I opened FM again and the same problem occurred.
    So I rebooted again -- and the problem disappeared again. I therefore thought maybe the issue fixes on reboot but recurs when you shut down FM and reopen. So I shut down FM again and reopened, but it is still working fine for the moment.
    I verified that the Adobe PDF settings under "Printers & Devices" that I turned off (Rely on system fonts only; do not use documents fonts) remained correctly unchecked through all these changes.
    I would really like to know why this happens so I can resolve it permanently and avoid more lost time.
    Thanks in advance,
    Douglas

    The common theme I'm seeing here is that the setting edits you make in
    Distiller through the FM "Save As PDF" option don't seem to take effect.
    Do you know if that is true or could you elaborate on the notorious nature
    of this method for me?
    >
    There are too many potential and transient problems to list. The only thing
    I can say is that I've been an active member of the FrameUsers listserv
    (http://lists.frameusers.com/mailman/listinfo/framers) since FM version 6.0,
    circa 2001, and probably 95% of the PDF problems reported there have been
    fixed simply by using print to Adobe PDF (or to Acrobat Distiller in older
    PDF versions), instead of using Save as PDF. Common advice there has always
    been to avoid Save as PDF and even some Adobe employees have recommended
    against using it. It doesn't matter which FM version.
    The once-busy FrameUsers listserve has been fading away, recently, as this
    new Adobe forum software allows reading via e-mail, and attachment of
    screenshots.  Even if you look around on this forum now, you'll probably
    find that there are two main fixes for issues with PDF. One is NOT using
    Save as PDF, which seems to fix a whole bunch of issues. The other is the
    use of a Windows hotfix to squash a Windows OS bug that causes dropped
    characters in PDFs.
    In the rare instances that someone has issues with printing to PDF, they are
    almost always related to errors in settings. Or occasionally someone can't
    embed fonts because they are trying to the embed the virtual fonts that come
    with their printer driver instead of fonts that have actually been installed
    on their computer. (The fonts are hard-wired on their printer, so the system
    can use them but not embed them.)

  • HT5181 iPhoto for iOS: Photos in iphoto's Camera Roll folder are not updated automatically with edits from other programs

    How can I solve the problem în the subject?

    How can I solve the problem în the subject?
    What exactly are you trying to do?
    Have you been editing photos in iPhoto and want to add them to your camera rool or photo stream?
    Then do exactly as the article describes, that you lonked to:
    iPhoto for iOS: Photos in Camera Roll are not updated automatically with edits from iPhoto
    Use iPhoto's Sharing to save a copy of the edited photo to the Caera Roll, or explain on mor e detail, what you want to do.
    Regards
    Léonie

  • FCPX XML not exporting audio with project...

    FCPX XML not exporting audio with any project.
    I have tried with several different projects to no avail.
    Any thoughts or suggestions?
    Thanks

    I used no special setting. I even tried to just export audio. Still no audio. I checked the file with GSpot, it shows that it has audio.
    Then I though I just went ahead an encode this and output to DVD as a test. It is indeed still no audio when playback on home dvd player.

  • Verizon Media Manager will not start automatically with Windows, even though it is set to do so.

    Verizon Media Manager will not start automatically with Windows, even though it is set to do so.  This started with the latest update.  I see that the desktop icon for Media Manager now has a security shield on it, and it requires UAC confirmation when you start it, which I don't remember the old version doing.
    One thing I noticed, msconfig.exe shows that "C:\Program Files\Verizon\McciTrayApp.exe" is set to start at Windows startup, but the desktop icon used to start Media Manager manually has a target of ""C:\Program Files\Verizon\Verizon Media Manager\Release\Verizon Media Manager.exe" Verizon Media Manager".
    I don't remember what the previous version was, but this one is 9.4.86.  It asked me if I wanted to update it a few days ago, and I said yes.
    I am running Windows 7 Home Premium.
    Solved!
    Go to Solution.

    Try setting the startup option to off and then to on again. It looks to be pointing to a wrong location.
    Attached is a partial screen shot of my msconfig setting.
    Attachments:
    media manager startup cmd line.jpg ‏18 KB

  • Adobe Illustrator Draw will not export to desktop Illustrator with the photo layer turned on.

    Adobe Illustrator Draw will not export to desktop Illustrator with the photo layer turned on. This severely strains my workflow and makes it incredibly hard to add the image after it is exported to the desktop Illustrator. Is this being fixed??

    This is a new bug in our latest release, and we apologize for not catching it before it went out. We are putting together a patch to address the issue. The only workaround at this point is to delete the photo and then send to Illustrator again.
    Thank you,
    Frank
    Draw Engineering

  • I am trying to export a slide show from iPhoto with music from iTunes. it will not export the music file because i have not enabled iTunes plus. how do i do this?

    i am trying to export a slideshow from iphoto using a song from itunes. an error message comes up and say it will not export the song because itunes plus has not been enabled. how do i do that?

    It sounds like you tune is an .m4p file - p=protected and has DRM.
    Previously you could get the + version which was a .m4a file with no protection/DRM.
    The + option has been replaced with iTunes Match - $24.99 a year.
    A better option if you have a .m4p file would be to repurchase the .m4a version from the iTS unless you want to update your entire library with iTunes match.
    MJ

  • Audio not exporting with photos from iPhoto to QuickTime

    I have QuickTime 6.5.3 and have been making slide shows of my photos with a music background. I had no previous difficulty exporting both the photos and audio as long as the background song was taken from my own CD (not downloaded from iTunes).
    That is no longer happening. When I export the photo album to QuickTime, the audio will not export. It starts to play a second of the song, then the sound disappears. What am I doing wrong?

    You might be correct, Terrence.
    I have only had this new Mac for a week and I simply followed my usual procedure. I'm now wondering if I should just let Lightroom import the RAW files from my camera, do all of the editing and discarding over there, and so forth.
    It's funny, after I posted that I looked at my own question to the forum and realised that I was creating a redundancy that was unnecessary.
    My previous MAC was manufactured in 2009, so my iPhoto in there was the 2009 version.
    Ah well -- guess I got my answer in a sort of self-administered smack on the hand manner!
    Thanks.

  • I currently own and use Photoshop Elements 9, which does not sync at all with my Adobe Revel account and library.  Is Photoshop Elements 13 able to be set to sync automatically with a Revel library? Thank you.

    I currently own and use Photoshop Elements 9, which does not sync at all with my Revel library.  Is Elements 13 able to be set to sync automatically with a Revel library?
    Thank you.

    I currently own and use Photoshop Elements 9, which does not sync at all with my Revel library.  Is Elements 13 able to be set to sync automatically with a Revel library?
    Thank you.

Maybe you are looking for

  • HT1349 where do i find the serial number for software purchased on app store?

    I downloaded iwork trial for 30 days thru the mac app store.  Then I purchased pages on app store.  It has worked fine for me for 1 year.  It has been exactly 1 year since i initially downloaded the trial version. Not sure if that has something to do

  • Software update for my Product Code

    I guess my product code is 0596011 but I'm not very sure. When are you gonna release the 52.0.007 firmware for my phone? I need to know if releasing will take days, weeks, months or years, because I can't wait. Thank you .

  • D410a stuck in software update

    Turned on D410a, connected only to network. Message appeared on control panel saying new software ready for download. Pressed button to continue. Parts 1 & 2 downloaded and installed. Part 3 downloaded and stopped with 1 second showing on install clo

  • Can't reset date/time

    The date and time have changed to March of 2001 and my iBook has all but quit working. At first it would only boot up to a black screen with a text error message "/system/library/startupitems/Cron-execution of startup script failed". It would not get

  • AOL ISSUES

    several times now, i've received photos embedded within an AOL email. these pix were all created/saved with iPhoto...but when i transfer them to my Desktop, they will not open in iPhoto/JPEGVIEW/Photoshop/Preview/anything. i get all kinds of error pr