Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Dec 2004
    Location
    Boston, UK
    Posts
    204

    Default Loop Xara presentations

    I've used Designer Pro X to create several presentations for after dinner talks and it works a dream using a remote control to advance the slides. My question is: "Is it possible to create a slideshow with DPX that can run automatically and then loop back to the first slide and repeat the process?" I used to be able to do this in PPT but I no longer use Office as I prefer Libre Office and DPX.
    "Second class fairway is better than first class rough!"

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,502

    Default Re: Loop Xara presentations

    Not sure but check back tomorrow when some of the folk from your side of the pond will check back in.

  3. #3
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,916

    Default Re: Loop Xara presentations

    Hi Woody, would you play this in a browser? Do you need Pause/Play controls?
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  4. #4
    Join Date
    Dec 2004
    Location
    Boston, UK
    Posts
    204

    Default Re: Loop Xara presentations

    Hi Egg, Basically I want to set a presentation running in Chrome and leave it cycling through while I'm not in the room. There's no need for Pause/Play controls as they'd only be needed when I'm there and I can run a different presentation and use my Kingston remote. What I want t do is create something like a simple signage solution.
    "Second class fairway is better than first class rough!"

  5. #5
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,916

    Default Re: Loop Xara presentations

    I think it can be done. What size are the images going to be approx?

    I'll get baqck to you later today.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  6. #6
    Join Date
    Dec 2004
    Location
    Boston, UK
    Posts
    204

    Default Re: Loop Xara presentations

    Ideally 800x600, optimised using XDP to reduce image size. Single image per slide with about 20-25 images per presentation.
    "Second class fairway is better than first class rough!"

  7. #7
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: Loop Xara presentations

    I think http://www.talkgraphics.com/showthre...ent-Slideshows is applicable for your need.
    I got round the cycling part later in the Post.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  8. #8
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,916

    Default Re: Loop Xara presentations

    Here's one based on Siran and Acorns coding. Try the index.htm first, but all the hardwork is done in the slider page. Thet code is in the slider.xar Website Head.

    LINK

    DEMO
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  9. #9
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Loop Xara presentations

    If you want to fine tune the timing of your presentation you can use this variation of Acorns idea.
    In the HTML code (head) of the website properties you can adjust the delays for each step. There is an array of numbers in the example that looks like this:
    Code:
    [90,20],
    [90,20],
    [90,20],
    [90,20],
    [90,20]
    each line defines the delays for one page. The last value is the delay before the switch to the next page. All the other values are the delays before the individual presentation steps.
    The last line doesn't have a comma at the end, this is important.
    It also is important that enough values are specified to match the number of pages and steps per page.
    The initial delay has to be defined separately in the line
    Code:
    sDispDelay=90;
    All values are in tenths of seconds.
    The example is very simple. After nine seconds a logo is displayed and after another two seconds the next page is displayed. There are only five pages.
    When you add a page you have to add a line of values to the array.
    When you add a presentation step you have to add a value for the delay at the matching position. And don't forget to add a comma.
    Attached Files Attached Files

  10. #10
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,916

    Default Re: Loop Xara presentations

    I like that Siran. As well as the logo you can add text to the 'Presentation step 1' layer as a title to the image. I also think the sizing to full screen is excellent. Thanks for sharing.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •