Starting iPhoto slideshow automatically on boot

Hi all,
I have a Mac mini that will be used in conjunction with a point of sale display screen and I need to start an iPhoto slideshow automatically. I have iPhoto starting automatically currently but I need a slideshow to start without any user interaction (there won't be a keyboard or mouse connected when it goes live).
Thanks,
Dave

dahvyd - thanks for that it works!
I'm trying to make it so it plays a slideshow which I've made so I've done this:
tell application "iPhoto"
activate
set mySlideshow to "test1"
select mySlideshow
select slide 1 of mySlideshow
start slideshow
end tell
But when I try to run it says "expected end of line, etc. but found number" and highlights 1
Any ideas? It puts a title before the first slide. So I tried changing 1 to a 0 and 2 but still no joy
If I delete that line it says:
error "The variable mySlideshow is not defined." number -2753 from "my slideshow"

Similar Messages

  • Starting an application automatically on boot

    Can somebody please tell mt whether I can program an application to start automatically when the mobile (Nokia N95) boots initially? Thank you 

    use Powerboot and it´s free hope u like it..
    Download it here
    ¨Arm yourself because no one else here will save you¨

  • Slideshow automatic start option

    I am wondering if it would be possible to start a slideshow automatically as the pages is loaded. i have created one using photoshop. I used the Flash Gallery 2 under the File>Automate>Web Photo Gallery option. I want it to sit on the homepage and play automatically.Photoshop outputted the slideshow to a folder i selected and i noticed within there, that there are some java script files and an index file, and about three xml files. One of the files is called gallery config.
    Thanks in advance

    Hi,
    You can set the guest vm start up after your host computer start up, if you want to specific the guest vm start up order please refer the following related article:
    Line em up! Starting Hyper-V VMs in Specific Order
    http://blogs.technet.com/b/keithmayer/archive/2012/11/07/hypervvmstartup.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How can I disable iPhoto from automatically starting when I connect my iPhone?

    Whenever I connect my iPhone to my Mac it automatically starts iPhoto?  How can I make this not happen?

    Go into iPhoto's General preference pane and set the Connecting camera opens to No Application:
    OT

  • I am trying to burn DVDs from iPhoto slideshows.  My pictures number in the hundreds and we know that iPhoto captures 99 and then "starts over".  This plays fine from the Mac Book but glitches arise on the DVD when playing it on a DVD player.  Any suggsts

    I am trying to burn DVDs from iPhoto slideshows.  My pictures number in the hundreds and we know that iPhoto captures 99 and then "starts over".  This plays fine from the Mac Book but glitches arise on the DVD when playing it on a DVD player.  Any suggestions on how to overcome the 99 "Chapter limitation" that IPhoto has?  Has anyone heard or tried an app called Vilisoft?  I read good things but I am not sure if it will do what I want.
    Jim

    Then use multipel 99 picture slideshows. 
    You can have up to 8 or 9 slideshows per menu.  If you add a sub menu reduce that by 1 and add 8 more to the sub menu.  The top menu can have links to up to 8 or so submenus (depends on the theme) and each submenu can have up to 8 or so slideshows. 
    However, converting a very large slideshow to a QT movie as Terence suggested does not envoke the 99 slide limit in iDVD.  It just becomes a single video/movie file.  So you should not have a problem with exporting at the large size, 720 x 540,
    and dragging the resulting file into the iDVD menu being sure to avoid any drop zones.
    OT

  • I'm getting the grey screen during start up and can't boot the computer. I did a cmnd R but worried it would automatically wipe my hard drive and reinstall OS.  Is there a risk at cmnd R will result in wiped HD without me actively making that choice?

    I'm getting the grey screen during start up and can't boot the computer - MacBook Pro with lion.
    I did a command r after doing some research but got nervous that it would automatically wipe my hard drive and reinstall OS.
    I was nervous because it asked me for language for software use before any options were presented (such as repair via disk utility). It looked similar to an OS install.So I powered off....Is there a risk at command r will result in wiped HD without me actively making that choice?

    Repair the Hard Drive and Permissions - Mavericks, Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Reinstall Mountain Lion or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is
                    three times faster than wireless.

  • Dhcpcd does not start automatically on boot

    Hi everyone,
    I have just installed Arch (64 bit) and am running on a dynamic, wired connection.
    I followed the Beginners' Guide and enabled the dhcpcd service during the installation so that it would start automatically on boot.
    systemctl enable [email protected]
    However, I currently must issue the command "dhcpcd" each boot before the internet starts to work.
    Does anyone know how I can automate this process or if I need to further configure my network connection?
    Thank you in advance.
    Last edited by Ipozya (2012-11-15 11:29:05)

    foppe wrote:
    Check the output from
    # systemctl status [email protected]
    to debug the issue you're experiencing.
    % sudo systemctl status [email protected]
    [email protected] - dhcpcd on eth0
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-15 20:38:16 GMT; 27 sec ago
    Process: 244 ExecStart=/sbin/dhcpcd -A -q -w %I (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/[email protected]/eth0
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sendmsg: Cannot assign requested address
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: broadcasting for a lease
    Nov 15 20:37:51 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:55 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: no IPv6 Routers available
    Nov 15 20:38:16 arch dhcpcd[244]: timed out
    Nov 15 20:38:16 arch systemd[1]: Failed to start dhcpcd on eth0.
    Nov 15 20:38:16 arch systemd[1]: Unit [email protected] entered failed state
    Dhclient did not work automatically on boot either.
    Others seem to have experienced similar issues but I don't see any real solutions in any of these posts, despite being marked as solved. For example, adding "-t 120" to the dhcpcd start line in /usr/lib/systemd/system/[email protected] did not work for me.
    I also tried the following but it did not work either and I had to issue "dhcpcd" before internet started working.
    Install and configure wired and wireless networking
    # pacman -S netcfg ifplugd
    # cd /etc/network.d
    # ln -s examples/ethernet-dhcp .
    Make sure the WIRED_INTERFACE and WIRELESS_INTERFACE lines is uncommented
    # nano /etc/conf.d/netcfg
    # systemctl enable net-auto-wired.service
    # pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
    # systemctl enable net-auto-wireless.service
    https://bbs.archlinux.org/viewtopic.php?pid=1176656
    https://bbs.archlinux.org/viewtopic.php?pid=1189587
    https://bbs.archlinux.org/viewtopic.php?pid=1180192
    Last edited by Ipozya (2012-11-15 21:08:03)

  • Oracle 11g XE listener does not start automatically during boot

    Hi,
    This happened to me recently I just wanted to share it with you.
    For development I was running Standard Edition, at some point I decided to run also XE on the same server for another reasons. Everything was working fine, except that after restart of the server, the XE listener is not starting automatically. Debugging the startup script I found that this happens because of a bug in the code, which assumes that XE listener is running if it finds the word LISTENER within the processes list. I didn't found any obligation in the docs for running XE without any other databases on the same host.
    In file /etc/init.d/oracle-xe, at line 556 the code is failing:
    1     + status='oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit'
    2     + '[' 'oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit' == '' ']'
    As you can see I have another listener(the one for SE) running and because of the XE startup script found the keyword LISTENER it’s supposing that the XE LISTENER is already running.
    To fix this simply change line 556 from:
    1     status=`ps -ef | grep tns | grep oracle`
    To:
    1     status=`ps -ef | grep tns | grep oracle | grep xe`
    Now XE listener is started automatically during boot.
    Sve
    Blog: http://sve.to
    Twitter: sgyurov

    I though the same thing, but XE LISTENER is running on localhost and port 1522. On the other hand XE have local_listener explicitly set to the very same connection descriptor. Even XE installation was second on this server.
    I've could change that yes, but the startup script doesn't seemed to have this mind.
    Regards,
    Sve

  • Automatic start of an instance at boot start

    How can I start an instance of my database automatically at boot start with version 8.1.7 and windows 2000

    When u create a database 8.1.7.0 under Windows 2000 a services is automatically created and it is set to Automatic option.
    Go to control panel /Administrative Tools/Services/ and check for OracleServicesDBname and set it to automatic
    if it is manual
    null

  • Automatic start of slideshow

    How can I make my ipad start showing a slideshow automaticly when not used for a while and keep it running until I manually turn it off?

    There is no 'timeout' setting that you can use to say 'after x minutes of inactivity display photos'. So you can either go into the Photos app and start a slideshow from there, or press the sleep button twice (once to lock the iPad and then again to display the unlock screen) and then press the flower icon that appears to the right of the 'slide to unlock' (the flower won't appear if you havn't got any photos) - that will leave the iPad locked but will turn the iPad into a digital photo frame. You can set whether photos are shuffled, and how long they are displayed for, in Settings > Picture Frame (or Settings > Photos for slideshows via the Photos app)

  • OC4J  instance doesn't start automatically on boot.

    I've installed 9iAS 9.0.2 on a Win2K advanced Server machine.
    However the OC4J instances don't startup automatically on boot and I have to start them up manually using the Enterprise Manager.
    Is there any way to make them start up automatically?

    Is your Oracle9iASProcessManager service set to automatic ? If so the OC4J and HTTP server processes will startup automatically.
    regards
    Debu Panda
    oracle

  • IPhoto Slideshow: Sometimes the slideshow starts at the last image, rather than the first. How do I ensure the slideshow commences at the first image?

    iPhoto Slideshow: Sometimes the slideshow starts at the last image, rather than the first. How do I ensure the slideshow commences at the first image?

    Is this a slideshow played directly from an album or Event or one created in the slideshow mode? 
    If it's the former that's been a problem for a many users. There hasn't been a firm fix found for it as yet. 
    There is a workaround.  Put the photos in the order you want, select them all and use the Photos ➙ Batch Change ➙ Title to Text menu option.  Put in Slide and check the box to add a sequential number to give you Slide-01, Slide-02, etc. 
    Now when clicking the play button at the bottom of the Album or Event window the slides will play in the order Slide-01, Slide-02, etc.
    The best workaround is to use the iPhoto slideshow mode to crate the slideshow. There's been no reorts of similar problems in that mode.
    OT

  • Is there a way to synch/charge my iphone 4 with my imac without automatically starting iphoto on my imac?

    Is there a way to synch/charge my iphone 4 with my imac without automatically starting iphoto on my imac?

    SuzanneHasib786 wrote:
    Thank you, i dont think they can do much unless i go to the apple store and they do it there and then.
    Did you try? The Apple store might not be able to do it as they have no access to account security (it is a separate team). I would call the store before making the trip.

  • Start programs automatic at boot-time

    Hi All
    I need to start some software when solaris boots. Right now its ntpd. However I have no clue how to do this with Solaris 10. I assume there is a tool to do this, something like
    rc-update add ntpd default (the GenToo way)
    Thanks a lot
    LuCa

    You can either create a startup script and place it within the /etc/rc.<runlevel> directory beginning with a capital S and accepting the argument 'start'.
    Or you can create a Solaris 10 service. You'd need to modify an existing manifest that would name the service, point to the right startup script (method) and establish the startup dependencies that describe when it should launch.
    The first method is fast and quick, but not very fine grained. You can only launch in certain time periods. Creating a service involves a little more effort to get started, but gives monitoring/restart features along with explicit dependencies between services.
    Darren

  • Creating DVD from iPhoto Slideshow with music

    I'm trying to create a DVD of a slideshow with music that was created previously in iPhoto and then "Shared with iDVD". The .m4v file located in Pictures> iPhoto Slideshows is not accessible in iDVD. The only way I can make it work is to spend the hour or so required to start from scratch by clicking "Share with iDVD" from an open iPhoto slideshow, thus creating a .m4v file and then going directly to the iDVD menu that's automatically opened at the end of the "Share with iDVD" process. Any ideas?

    Welcome to the forums.
    When I'm going from iPhoto to iDVD with a slideshow, I get good results by Exporting from iPhoto to a large-sized Quicktime movie. I can preview the video and music, and if I'm happy, I can then just drop the Quicktime file onto the iDVD menu area (not into a drop zone, that's just eye candy). It's been a reliable process for me.
    John

Maybe you are looking for

  • Embedded swf not playing in Captivate 4

    Hi - I have embedded a flash authored swf into CP4, it is published from flash as a ver 9 swf.  I am using Flash Player 10 on the PC. It's a single frame swf and contains AS3 code to make a simple rollover image popup (further development is planned

  • HasViewList is showing in object browser as obsolete

    My machine has BOE XI 3.1 .NET SDK and Crystal Reports 2008 installed. I am developing in Visual Studio 2003.  My object browser displays CrystalDecisions.Web.CrystalReportviewer.HasVewList as a valid property. However, my coworker is showing that sa

  • Problerm with the data source

    Hi Gurus,    I have written an extractor to pull data from R/3 to BI . when iam trying to pull the data through the extractor its not pulling any records . at the same time when iam running the same through the function module .its working fine . wha

  • How do i change the mobile number for my mac facetime

    how can i change the mobile number i use on my facetime acc for my imac

  • Binary Tree search and print methods

    Hello, I'm trying to create a binary tree from inputs of a user. I believe I have the tree set up right because it shows no errors, but I'm getting an error message with a line of code. I cannot figure out what I am doing wrong. Also, I need to creat