Setting Chapters in Elements 9

Can anyone please tell me how I set chapter points in Element 9. I dont seem to be able to find this in the help section, thanks

Lifechip
While you are in the Edit workspace of your Premiere Elements 9.0/9.0.1, apply menu markers to your Timeline content.
Menu markers can be main menu markers, scene markers, and stop markers. Under no conditions, put a stop markers at the end of the late item on the Timeline.
Place Timeline Indicator where you want a menu marker, then
Please refer to the Premiere Elements 9.0/9.0.1 Help PDF for more details.
http://help.adobe.com/archive/en_US/premiereelements/9/premiereelements_9_help.pdf
Page 253 of 309 (if you are looking a page navigation at top of PDF or page 247 if viewing actual page.
There you will find
Chapter 24: Creating Disc Menus.
Please review. If any questions or if you need clarification on anything written, please do not hesitate to ask.
Thank you.
ATR

Similar Messages

  • When setting up adobe element 13 and entering my serial number, a pop up says my serial number is incorrect.  Can you help me with my problem?

    How can I continue setting up photoshop element 13 when an error message says my serial number is incorrect?

    You want the Photoshop Elements forum:
    Photoshop Elements
    Are you using a Mac serial number for a PC or vice versa?

  • How to set an array element in an object type of array??

    Hi,
    I have set attribute as follow:
    Color[] colors;
    Color[] colors = new Color[20];
    colors[0] = "Red";
    colors[1] = "blue";I can't compile this code. It said:
    "Incompatible type -found java.lang.String but expected Colors
    Could you tell me how to set an array elements when the array type is an object?

    in your case, the array shouldn't be Color[] but String[] since you re intending to put strings into it
    by the way, you could also use a hashmap to map a string to a color:
    HashMap<String, Color> hm = new HashMap<String, Color>();
    hm.put("Red", Color.RED);
    hm.put("Blue", Color.BLUE);
    etc.

  • Component from a set of jsf elements

    I use a set of JSF elements (adf:table, adf:commankLink...).
    How to make all this elements part of a "Components" with input params ?
    What is the best solution ? region, facelets, subview, ...

    Fred,
    this is what regions are for
    Frank

  • XmlObject - set value of element with a particular attribute

    Hi,
    In a xmlObject I try to set the value of xml element with a particular attribute but it doesn't work
    //get value of element with a particular attribute
    var myValue = xmlObject.ELEMENTS.ELEMENT.(@category == "myCategory"))// works fine
    //set value of element with a particular attribute
    var myValue = "foo"
    xmlObject.ELEMENTS.ELEMENT.(@category == "myCategory"))= myValue // doesn't work
    Thanks for your help
    Regards

    Hi Dirk,
    For example :
    var xmlObject = new XML ( "<rootElement> <elements> <element category='foo1'>value1</element> <element category='foo2'>value2</element> <element category='foo3'>value3</element> </elements></rootElement>");
    myValue = xmlObject.elements.element.(@category == "foo1");
    $.writeln(myValue)// return value1
    // Now I want modify value1 to value99 like this
    xmlObject.elements.element.(@category == "foo1")= "value99"; //doesn't work
    I hope I was clear in my explanation ;-)
    Regards

  • FAQ: How do I set up Tangent Element panels for Adobe SpeedGrade CC?

    Find out how to set up Tangent Element panels for Adobe SpeedGrade in this article.

    In the Preferences you will see the options "Edit in iPhoto" or "Edit in ....", showing your last selected external editor.
    Simply double click onto the name of the application, to bring up the file chooser dialogue. Then select your newer editor.

  • I bought elements 13 and downloaded it , but when asked to sign into my adobe account as requested at initial set up of elements 13 , I know my correct password etc and i have a good internet connection But nothing happens even if i wait an hour or so. An

    i bought elements 13 and downloaded it , but when asked to sign into my adobe account as requested at initial set up of elements 13 , I know my correct password etc and i have a good internet connection But nothing happens even if i wait an hour or so. Any help would be appreciated.

    Hi Michael,
    Thanks for posting on the Adobe forums.
    Please follow these steps :
    Go to following location:
    for Win
    C:\Program Files (x86)\Common Files\Adobe
    C:\Users\username\AppData\Local\Adobe
    for MAC
    Finder> Go > Go to Folder
    \Library\Applicaiton Support\Adobe
    ~\Library\Applicaiton Support\Adobe
    Locate folder OOBE and rename it OOBE.old
    Download and install�
    Adobe - Adobe Application Manager : For Windows : Adobe Application Manager
    Adobe - Adobe Application Manager : For Macintosh : Adobe Application Manager
    After the installation
    Try to Open Adobe Application Manager / Creative Cloud App.
    Log in that with Adobe ID and Password.
    If it does not work first try couple of times more.
    Let me know if this resolves the issue.
    Regards,
    Sandeep

  • How can I bring back the default setting in photshop elements 4.0

    HP Pavilion desktop M7240UK
    Monitor HP vs19 LCD
    Windows XP
    Explorer 8
    Service Pack 3
    Photoshop Elements 4.0
    Hi
    How can I bring back the default setting in Photoshop elements 4.0
    Thank You
    York44

    In the editor? Quit the editor , then restart it while holding down Ctrl+Alt+Shift. Keep holding the keys till you see a window asking if you want to delete the settings file. You do.

  • Setting up Photoshop Elements 13 to use Shutterfly

    How do I set up Photoshop Elements 13 so I can print photos through Shutterfly. I have a Shutterfly account but can't find any place in Organizer or Editor to provide by Shutterfly UserName and password. Would seem to be obvious but it isn't, not in preferences or anywhere else I looked?

    Anwesha
         No need to answer my previous note I sent a few minutes .... I just
    received a helpful note who pointed out the tiny words at the bottom of
    the dialog box.
         Please suggest to the Adobe user interface design team to redesign
    this dialog box so the "sign in" wording at the bottom of the dialog
    box is not lost among all the bring colors and big letters.  I now have
    another good example of bad user interface design that I can show some
    the junior user interface designers on my team.

  • IDVD how to set chapters markers according to the day

    iDVD wont let me set chapters markers according to the day of the trip. No good by minutes! I did have markers in the imported iMovie which have been ignored.

    Hi
    iDVD can only set Chapters in time interval e.g. every 5:th minute
    iMovie'13 (Version 10.0.x) - CAN NOT set Chapters at all
    Rest - You must use the Chapter Mark - Not the Note Mark (it will be ignored)
    If You've done this and they do not show up in iDVD - iDVD pref file most probably got corrupted. Trash it and re-try with a NEW iDVD project.
    Yours Bengt W

  • Set a container element inside class to exit a loop

    Hi,
    I want to set a container element inside a class to exit a loop.
    The element is marked as import/export parameter and the binding from the task to the container exists as well.
    The loop has a condition  &finish& = X but I cannot exit the loop. Looks like the value gets never updated in the container.
    When i am using a container operation to set the element its working but i want to do this out of my method in the class.
    Is it not possible to change a container element inside a loop without using a container operation?
    Thanks,
    Christoph

    Hi,
    Using the container operation is a good method to solve the problem. But if you intend to do that in the method coding itself then you will have to have it as the export parameter of the method. You can view all the import and export parameters of a method by going to the Business Object Builder (SWO1) and then choose the method and click on the "Parameters" Button. Once you are done with the interface of the method use that method in the workflow builder as a task and in the binding there are two rows. One for the import that occurs just below the container elements and the export parameters appear below the import in a separate window. Make sure you have the binding set there too as this is where you can transfer the container elements back to the workflow container from the task container and it should work. Maybe you are missing that in the binding.
    Hope it helps,
    Sudhi

  • Setting up email elements 13

    I'm trying to set up in elements 13 gmail to send pictures. I go to edit-preferences, put in info. Click on validate and get message back " check email address and password and retry." Doesn't work. I tried disabling firewall and that didn't work. Help!!

    Please refer to the article: Email configuration in Elements Organizer
    Regards,
    vaishali

  • Set.contains returns false even when the set contains the element

    As per java documentation, set.contains(o) returns true if and only if this set contains an element e such that (o==null ? e==null : o.equals(e)). In my case it doesn't (I have tested with Java 1.50_09 and Java 1.6.0). Look at the small toy example below. The last assert statement fails. But as per the documentation, it should not, since an element sc exists in the set such that sc.equals(sc2).
    Any help will be greatly appreciated.
    thanks
    Nilesh
    import java.util.HashSet;
    import java.util.Set;
    class StringCapsule {
        String s;
        public StringCapsule(String s) {
            this.s = s;
        public boolean equals(StringCapsule s2) {
            return s.equals(s2.s);
    public class TestSets {
        public static void main(String[] args) {
            Set<StringCapsule> set = new HashSet<StringCapsule>();
            String s = "test";
            StringCapsule sc = new StringCapsule(s);
            StringCapsule sc2 = new StringCapsule(s);
            set.add(sc);
            assert (set.contains(sc));
            assert (sc.equals(sc2));
            assert (set.contains(sc2)); // THIS FAILS
            System.out.println("Finished with set size " + set.size());
    }Copy above code to TestSets.java, and compile and run to reproduce
    javac TestSets.java
    java -ea -cp . TestSets

    If you have generics available, you should have annotations as well. One way to avoid this kind of problem in the future is to use
    @Override
    public boolean equals (Object o) when you know you want a method to override it's parent.

  • Setting the container element values

    Hi Experts,
    While I am trying to set the container element values, it is resulting in an error.
    We are designing a leave request WF using WS12300111. We are using ABAP classes.
    Inside a method, I have written the following code :
    swc_set_element container 'PERNR' lv_pernr.
    It is giving an error. It says 'SWC_SET_ELEMENT' not defined.
    First of all i would like to know if we can use this statement in ABAP classes. If we have to set a value of a container element, how can we go about doing the same in ABAP classes.
    Kindly guide me on the same.
    Cheers,
    Belinda Clarke

    Hi,
    No, you cannot use those in the ABAP classes. (EDIT: Or you can, put it doesn't make really any sense.)
    Just make exporting parameters into your method. Put your variables (PERNR, etc.) in those. Then do the binding from method to the task container (in the task editor). This way you will get the values from a method to the task container.
    Regards,
    Karri
    Edited by: Karri Kemppi on Sep 9, 2011 9:24 AM

  • How do I set up Premiere Elements 13 as the custom external editor for Lightroom 5?

    Situation
    I own Lightroom 5.6 and I'm experienced. I've just bought Premiere Elements 13 and I'm a video-editing virgin (be gentle with me). I've spent a day experimenting, reading, watching videos and I'm still stuck (I've tried reasonably hard to solve my own problem).
    Problem
    I've tried to set up the custom external editor in Lightroom 5 to send photos to Premiere Elements, so that I can incorporate images into movies. Having set it up, when I use it by selecting Photo/Edit In/Premiere Elements 13/, there is an exciting lull as a copy of the image is created and appears in LR, then Premiere Elements launches, then what??? There is no clue as to what has happened to the image regarding its import into Premiere Elements 13. It doesn't appear on the screen, it doesn't appear in the Organizer, it's no-where to be seen, other than in LR!
    Resolution sought:
    Can anyone tell me
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    2. What are the precise settings should be for each field?
    3. If I configure it correctly, what does good look like: what should I expect to see happen in Premiere Elements?
    I don't know if this is relevant: MacBook Pro 16GB 2.8Ghz i7, 750GB SSD (i.e. plenty of space, plenty of horsepower), OS X 10.9.5
    I also don't know if I this is the right place for my question (Adobe directed me here) so please don't shout at me if I've come to the wrong place (I expect if I get no joy here, when I post it to an LR forum, they'll shout at me too :-)
    Thanks
    Phil

    Phil
    You wrote
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    I do not have Lightroom 5 or other version of it. I did do some work on an earlier version tryout of it.
    And, I believe now as then, that the answer to your question is No. Bottom line, if there is integration
    to be found between Lightroom, it is between Photoshop Elements and the Elements Organizer, not the Premiere Elements Editor.
    The following is the extent of my travels through Lightroom with focus the Slideshow Module.
    Lightroom 4.1 Slideshow Module Visited - Elements Village
    Good suggestion to get the Lightroom view point at the Adobe Lightroom Forum.
    Best wishes
    ATR

Maybe you are looking for