HT4640 I have been developing a keynote presentation & want to play audio across several slides. Also want to insert movies made in final cut X but am finding I have to go to black and double click movie files before they appear. looks awful to do that.

I am new to Keynote and the newest version was just installed in my apps.  I have found difficulty in using audio in a presentation since my presentation plays various audio clips over several slides or movie clips.  My solution has been to create movies with my audio (.mov from final cut x) and insert into the presentation.  They play in the presentation but I cannot get a smooth transition. The presntation must go to black and I have to double click for every "slide" that is done this way.  I am on the verge of going back to powerpoint as my presentation platform. Seems there is little or no flixibility in keynote.

I am new to Keynote and the newest version was just installed in my apps.  I have found difficulty in using audio in a presentation since my presentation plays various audio clips over several slides or movie clips.  My solution has been to create movies with my audio (.mov from final cut x) and insert into the presentation.  They play in the presentation but I cannot get a smooth transition. The presntation must go to black and I have to double click for every "slide" that is done this way.  I am on the verge of going back to powerpoint as my presentation platform. Seems there is little or no flixibility in keynote.

Similar Messages

  • VB 2012 - Help Finding Specific Numbers in a Database Column and Count the Number of Times They Appear.

    Hello,
    I am doing a project that uses MS Access to access data about a baseball team . The MS Access Database provides the names, addresses, and age of the players. All the players are 12, 13, or 14 years old. I need to display the average age for the team on a
    label, which was easy. The problem is that I also have to display the number of players who are 12, 13, and 14 years old and I have no idea how to do that.
    Here is my code so far:
    Public Class frmBaseball
    Private Sub TeamBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TeamBindingNavigatorSaveItem.Click
    Me.Validate()
    Me.TeamBindingSource.EndEdit()
    Me.TableAdapterManager.UpdateAll(Me.LittleLeagueDataSet)
    End Sub
    Private Sub frmBaseball_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    'TODO: This line of code loads data into the 'LittleLeagueDataSet.Team' table. You can move, or remove it, as needed.
    Me.TeamTableAdapter.Fill(Me.LittleLeagueDataSet.Team)
    End Sub
    Private Sub btnAges_Click(sender As Object, e As EventArgs) Handles btnAges.Click
    Dim strSql As String = "SELECT * FROM Team"
    Dim strPath As String = "Provider=Microsoft.ACE.OLEDB.12.0 ;" & "Data Source=e:\LittleLeague.accdb"
    Dim odaTeam As New OleDb.OleDbDataAdapter(strSql, strPath)
    Dim datAge As New DataTable
    Dim intCount As Integer = 0
    Dim intTotalAge As Integer
    Dim decAverageAge As Decimal
    odaTeam.Fill(datAge)
    odaTeam.Dispose()
    For intCount = 0 To datAge.Rows.Count - 1
    intTotalAge += Convert.ToInt32(datAge.Rows(intCount)("Age"))
    decAverageAge = Convert.ToDecimal(intTotalAge / datAge.Rows.Count)
    Next
    lblAverage.Visible = True
    lblAverage.Text = "The average age of the team is " & decAverageAge.ToString("N2")
    lbl12.Text = "The number of 12 year olds is "
    lbl13.Text = "The number of 13 year olds is "
    lbl14.Text = "The number of 14 year olds is "
    lbl12.Visible = True
    lbl13.Visible = True
    lbl14.Visible = True
    End Sub
    End Class
    I think I should use a For..Next loop but I don't know how to identify and match using this database, and then count how many repeated 12, 13, 14 years old there are.
    Any help would be really appreciated.

    Hello,
    Conceptually speaking you would group the data and count. Beings this is school work the demo below is a static example and not suitable for your assignment, its to show a point. Now if you have learned about LINQ and Lambda this logic can apply to your
    question but need to work out using this your data which can be done. If not look at using SQL Grouping.
    Example of SQL grouping and count
    select country, count(country) as count from customers group by country
    Module Module1
    Public Sub GroupingDemo()
    Dim dt As DataTable = SimulateLoadFromDatabase()
    Dim TeamData = dt.AsEnumerable.GroupBy(
    Function(student) student.Field(Of Integer)("Age")) _
    .Select(Function(group) New With
    Key .Value = group.Key,
    Key .Info = group.OrderByDescending(
    Function(x) x.Field(Of String)("Name"))}) _
    .OrderBy(
    Function(group) group.Info.First.Field(Of Integer)("age"))
    Dim dictData As New Dictionary(Of String, String)
    For Each group In TeamData
    Console.WriteLine("Group: {0} count: {1} ", group.Value, group.Info.Count)
    dictData.Add(group.Value.ToString, group.Info.Count.ToString)
    ' The following is not needed but good to show
    For Each item In group.Info
    Console.WriteLine(" {0} {1}",
    item.Field(Of Integer)("Identifier"),
    item.Field(Of String)("Name"))
    Next
    Next group
    Console.WriteLine()
    Console.WriteLine("This data can be used to populate control text")
    For Each Item As KeyValuePair(Of String, String) In dictData
    Console.WriteLine("{0} {1}", Item.Key, Item.Value)
    Next
    End Sub
    Private Function SimulateLoadFromDatabase() As DataTable
    Dim dt As New DataTable With {.TableName = "MyTable"}
    dt.Columns.Add(New DataColumn With {.ColumnName = "Identifier", .DataType = GetType(Int32),
    .AutoIncrement = True, .AutoIncrementSeed = 1})
    dt.Columns.Add(New DataColumn With {.ColumnName = "Name", .DataType = GetType(String)})
    dt.Columns.Add(New DataColumn With {.ColumnName = "Age", .DataType = GetType(Int32)})
    dt.Rows.Add(New Object() {Nothing, "Bill", 13})
    dt.Rows.Add(New Object() {Nothing, "Karen", 14})
    dt.Rows.Add(New Object() {Nothing, "Jim", 13})
    dt.Rows.Add(New Object() {Nothing, "Paul", 15})
    dt.Rows.Add(New Object() {Nothing, "Mike", 14})
    dt.Rows.Add(New Object() {Nothing, "Jill", 13})
    Return dt
    End Function
    End Module
    Output in the IDE output window
    Group: 13 count: 3
    3 Jim
    6 Jill
    1 Bill
    Group: 14 count: 2
    5 Mike
    2 Karen
    Group: 15 count: 1
    4 Paul
    This data can be used to populate control text
    13 3
    14 2
    15 1
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Opening photoshop from double click on file opens the app but doesn't open the file.

    This is a new behaviour... how can we solve it? Its very annoying!

    Thanks!
    Steps to reproduce:
    Having the photoshop closed...
    1 - Double click a psd file on the desktop (or any other place)
    2 - Photoshop loads until it gets to the normal window
    3 - The file wasn't opened
    4 - Go back to the desktop and double click the file
    5 - Photoshop (that is at this time already open), opens the file and displays it on screen
    Shouldn't it be opening the file after loading photoshop?
    details on my macbook and photoshop versions attached

  • Quick - Adobe Genius Needed: Footage and stills are black when double clicked - audio but no image ? What the ... ?

    I am doing the training video as this is the first time i have used premiere pro cc or any version of it at all.  I have downloaded the footage and stills as shown in the video but when i go to double click the beach footage it comes up as black - i can hear the waves but the video isn't playing. Same with the stills, they do not show up when double clicked either, they are just black. Dont know what to do.  Your help would be greatly appreciated.
    Cheers

    Without a screen shot, it's hard to know why the footage/stills are black. Double-clicking the asset opens it in the Source monitor, as opposed to the Project monitor, which could be black if the playhead is not set to a portion of the timeline that shows a movie clip or still. Perhaps your Source monitor is closed or hidden for some reason. After double-clicking the asset, select Window > Source Monitor in the main menu. You should be able to select the specific asset (e.g., Shot_01.mp4) and then see it on the screen. Make sure you also select Window > Workspace > Editing so that your panel layout shows the various panels properly.
    HTH,
    Stefan

  • Good afternoon ladies and gentlemen!   My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In t

    Good afternoon ladies and gentlemen!
    My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In the settings Adobe Bridge - in "open RAW-files by double-clicking in Adobe Camera Raw» box is checked. When you try any changes in the settings Adobe Bridge system displays a message:
    Bridge's parent application is not active. Bridge requires that a qualifying product has been launched at least once to enable this feature.
    The entire line of Adobe products on my computer updated to the latest updates. Previously, a family of products Adobe Photoshop on your computer is not set. Computer - PC, Windows 7 Enterprises.

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • Ai and eps will not open in Ai when you double click the file icon or drag onto to app icon

    I get the following error messages when I double click the files icon or drag the file to the Ai app icon in the dock. The only way to open the files is via File > Open with in the app.
    Photoshop and InDesign files open fine, it's just Illustrator.
    The document “xyz.ai” could not be opened. Illustrator cannot open files in the “Adobe Illustrator Document” format.
    The document “xyz.eps” could not be opened. Illustrator cannot open files in the “EPS File” format.
    Running CS5.5 on Mavericks then Yosemite.

    th1nk,
    I believe the right order/way is to update the OS, then reinstall the applications. Was that how you did it?

  • Hi, I have a problem with opening files on my desktop. When i double click a file I would lime to open nothing happens. Please help me with this problem :)

    Hi, I have a problem with opening files on my desktop. When i double click a file I would lime to open nothing happens. Please help me with this problem

    hello, this might be a preference in your google search settings. go to google.com/preferences and disable the option to ''Open search results in a new browser window''.

  • I can't attach file with yahoomail. after I select the file , and double click it , nothing will be done

    I just can't attach any file in yahoomail. when I double-click the file nothing will happen

    It's your anti-virus not working correctly while scanning. You can turn off the option to scan in Firefox's '''about:config''' by filtering for '''browser.download.manager.scanWhenDone''' and double-clicking that line to change the value to '''false'''

  • Window 8.1, adobe reader XI, when i double clicked pdf file, nothing happen.

    hi.
    i using window 8.1,
    adobe reader version XI.
    when i installed reader xi, that worked well.
    after some hours pass,  double click pdf file and nothing happen.(only can see adobe reader on window task manager list)
    i reinstalled reader several times and deleted program files(x86)/adobe folder too.
    then worked well only some hours and not works again
    can you help me plz?

    Hi,
    You have to remove the back hand file which was present in the Local Disk C >> Program Data >> Acrobat, if you remove this file. It will remove the SSH (Software System History) from the PC. Then you can efficiently reinstall the Adobe Acrobat XI

  • Horizontal pics going black when double clicked

    We have a Mac OS X version 10.6.8 We are using iPhoto and have been for about 2 years.  Are current version is iPhoto 09 version 8.1.2 (424).
    My husband and I have 2 different accounts set up on our iMAC.  It has always been set up this way.  In the last 4-6 months we are having issues with double clicking to enlarge a photo.  It appears to be only horizontal photos.  I am now noticing if I upload the photos on my account, when he opens iphoto in his account and double clicks on horizontal photos the screen goes black. However I can see them fine.  When he uploads photos on his account and then I open iphoto in my account, the same things happens.  This is also with iphoto closed in the opposite account.  Any thoughts?

    So I did find the shared iphoto library file. I highlighted it and wetn to file, get info adn under sharing & permission, all of the privileges are Read & write.  However only my husband, staff and everyone were listed.  So I add myself and the issue is fixed.  We just discovered last night that there was a sharing issue with iphoto.  Thank  you for asking that question.  It gave me another place to look. 
    I am noticing that when open iphoto it is taking longer for the screen and pics to load.  Any idea why?
    Thanks again!!!!
    Deb

  • Iphoto 9.2.1 thumbnails go black when double clicked on

    I am running iPhots 9.2.1 on Snow leopard 10.6.8. When I double click on the thumbnail to edit the photo the screen goes black.  Double clicking in the black goes back to the thumbnail original. Also it runs very slow on my Mac Book Pro INtel, 2006 version.

    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 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. .
    Regards
    TD

  • Double-clicking a file

    When I double-click a file it will open the file in CS6 version 13.0.1, but then after a while double-clicking will no longer open jpeg or raw files.  I can open the same files by going to File > Open in the Menu Bar. 
    When I am simply opening downloaded files from my camera, I can open 200-300 by double-clicking with no problems.  However, at times when I am working on an image, it is not long before I can't open a file by double-clicking.  It will open a blank Photoshop window, but without any Toolbar or Menu Bars.
    This happens on a regular basis.  Sometimes, also, Photoshop is slow to Quit, for no apparent reason.
    Is anyone aware of this problem?

    Still having this problem.
    If I open a jpeg and just change the name, then Save As to a folder, I can then open another jpeg by double-clicking.
    However, whenever I open a jpeg and make changes to the image in Photoshop, then Save As to a folder, I can then no longer open a jpeg by double-clicking.  Photoshop will open, but the jpeg will not open.
    Since this only happens after making changes to a jpeg in Photoshop, it seems to me the problem is with something in Photoshop, and has nothing to do with my OS.

  • Double-clicking on files doesn't open them

    Just started today:
    If I navigate to a file in the Finder and double-click on it, nothing happens. It doesn't open. If I open the application (e.g., MS Word) and go to the file menu and choose Open, navigate to the file, the file will open. But it happens in all applications, not just Word -- double-clicking on any file won't open the file in its parent application. It's like the link between files and apps has been lost.
    I restarted the Finder twice, restarted the whole computer twice, repaired Permissions with Disk Utility -- nothing has helped. Still can't open files by double-clicking on them.
    Am I missing something?
    Tx,
    WK

    Kappy,
    Followed these "Get Info" box instructions for two different files and their apps -- the correct apps were already listed as the Default, but I reselected them and "Changed All" again anyway. Still no change. Double-clicking on these docs in the Finder does not open files or the files creator Application. The only way I can still launch files and the proper App is through Control-click and "Open with" command.
    I even deleted the com.apple.finder.plist and restarted, thinking the Finder prefs file might be corrupt, but still no change, so took the original plist file out of the Trash and put it back in the Library>Preferences folder and restarted again. No change.
    THEN - a breakthrough. I checked the Keyboard/Mouse Prefs Pane and the double-click speed for the mouse was set completely to the right. I backed it off one "notch", went back to the Finder and double-clicked on a Word file and Voíla! -- the file and Word opened as it should.
    Went back to the Mouse Prefs Pane and moved the Double-CLick Speed indicator all the way to the right again ("Fast") and went back to Finder and focused on double-clicking files as fast as I could and they opened fine.
    SO -- I'm embarrassed to say that I just wasn't double-clicking fast enough. Not sure how the Speed indicator got moved so far to the right, but I have backed it off a notch to a normal double-click speed that I've used for years, and all seems to be working.
    Thanks again for all your help -- I learned some good things about how to connect files and apps which will no doubt come in handy in the future.
    Wk

  • How Can I Simulate Double-Clicking A File To Open It In The Default App Without Installing Default App?

    I have an app written with Visual Studio 2013. The app has code for opening a file using the standard OpenFileDialog and also has code (AutoOpenFile()) for opening a file when a user double-clicks on a file that is handled by the app. I have not yet created
    an installer for the app, so I won't be able to test it's AutoOpenFile() code...unless there is a way to simulate the process of auto-opening the double-clicked file without actually installing the app on my PC. Anyone?

    Thanks for your reply, Wyck. I already have the necessary code in my app for opening a file when I double-click on it. The problem is that the app is not currently installed on my PC. Until I do install it, is there a way I can test-run that code
    by double-clicking on an associated file?
    You lost me at: you want to test-run code that is not on your PC.
    O_o
    You want to double-click a file, and then...what do you want to have happen?  You want to run...something...that is not on your PC??
    The "simulation" is to launch your app from the command line and pass in the name of the file you wanted to simulate a "double-click" of.
    Regardless, you cannot get the shell to have a double-click of a file cause your application to launch unless you modify the registry to do so.  (This is tantamount to "install" to me.)
    In the spirit of continuing to be helpful, though, I'll assume that this is what you want to do and I'll show you how to get it done with the least amount of tampering with your registry.
    Here are minimally invasive registry modifications you need to make to get it to launch a program when you double-click your file.  It's pretty small.
    EXAMPLE ONLY:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.wyck]
    @="Wyck.Document"
    [HKEY_CLASSES_ROOT\Wyck.Document\shell\open\command]
    @="c:\\windows\\system32\\notepad.exe \"%1\""
    [You have to save the above with your appropriate modifications to a file with the
    .reg extension (e.g.: test.reg) and then you'll have to double-click the test.reg file to "merge" these settings into your registry.]
    The example above registers a file extension called .wyck and assigns a completely arbitrary class name to it called
    Wyck.Document.
    Then it associates a shell open command with the Wyck.Document class that causes
    notepad.exe to be passed the filename of the file you double-clicked (that's what the
    %1 does).  You are welcome to replace all the specific names with your own extensions and class names and replace notepad.exe with the path to your (test) executable.
    This executable will be launched, but not with a debugger attached.  To facilitate debugging it, you'll want to temporarily add some code to your program to pause when the program launches, possibly by showing a message box right at the very beginning
    of your main function that says "attach debugger now" so that you can attach a debugger to the process that was started by the shell, and then dismiss the message box and continue debugging.
    When you are done with your testing, you can simply manually delete those two registry keys using
    regedit.

  • Double-click in Files panel will not open a file

    Double-click in Files panel will not open a file. Instead
    alert message appears (I will translate from Czech): "Design notes
    are not allowed for this file. If you want to use Design notes...".
    I do not want use Design notes, I want to open a file from File
    Panel.
    The same issue is when opening by right-click/Open. The only
    (and unconfortable) way to open a file from Files panel is to
    right-click/Open in program/Dreamweaver, this works.
    Do you know why? help me, please, this disturbs me very much.
    I have clean installation of up to date CS3 Design Premium
    (Version 9.0 build 41) on WinXP SP2. Previous version of DW (v8)
    worked fine in this way. Associations in system are set OK, I
    think, because double-clicking in my file manager really opens for
    examle PHP files in DW.

    Also Drag & Drop from Files panel is not functioning.
    Sometimes neither alert appears, simply nothing happen.
    Note: I am trying usual files like PHP or HTML files, but
    also others (PDF, CSS) with the same result - nothing
    happens.

Maybe you are looking for