How do I match encore buttons with my remote control

So, I've made a menu in Encore and when I build the DVD and put it in my DVD player, the buttons don't work how I want them to with my remote control. For example, on the main menu (which I created in After Effects) I have two buttons (one above the other) - "Play" and "Chapters." To go from Play to Chapters on the main menu, I have to push the right arrow button on the remote instead of the down button.
Another example is my chapters menu (created with an Encore menu). I have 6 chapters buttons, plus a "next" and "main menu" button. The logical thing to do with the remote is press the down button when you want the one below, right when you want the button on the right etc. etc. but instead it's all mixed up.
Hopefully that makes sense . . . so how to I tell encore which button on the remote I want to be pressed to go to the desired button on the menu?

It is called "button routing." When the buttons are nicely lined up, "automatic" (the default) usually works well. But sometimes not. Also, if you move buttons around, you can change the numbering.
In the menu viewer, click on the icon for "routing." This will show you what "number" each button is, and what number button each remote arrow click will go to.
You can turn automatic routing off, and drag these numbers to set the remote as you wish.
http://help.adobe.com/en_US/encore/cs/using/WS74BC1059-66C3-46c5-9FA6-78DF10B38353.html

Similar Messages

  • How can i create a button with a dynamic picture?

    How can i create a button with a dynamic picture using
    mcLoader.loadClip
    I did create one with it doesnt seem to be working. It loses
    all its
    functions (eg onPress onRelease)
    Thanks

    I solved thep roblem anyway creating a mc.. then creating
    another MC withing
    the first MC and i change the picture on the second MC. And i
    apply the
    propierities to the first MC , and works
    If i have troubles with mu sistem on the future I will use
    yours!
    Thanks!
    "the fleece" <[email protected]>
    escribi� en el mensaje
    news:e67i88$jlf$[email protected]..
    > the image loading will remove any properties or
    functions the mc had.
    >
    > you need to apply them in the onLoadInit function
    >
    > mclListener.onLoadInit = function(target_mc:MovieClip) {
    > target_mc.onRollOver=blah blah
    > };
    > var image_mcl:MovieClipLoader = new MovieClipLoader();
    > image_mcl.addListener(mclListener);
    > image_mcl.loadClip(blah, blahblah);
    >
    >

  • How to Add C3PO Toolbar Buttons with GroupWise in C#

    Hello
    i try How to Add C3PO Toolbar Buttons with GroupWise in C#. I do all like
    i read here
    http://support.novell.com/techcenter...a20000906.html
    But i can see any result
    i create file with Wizard(witout project)
    Then i add this file to my EXE project
    and add 2 button "Reg C3PO"(RegC3po();) and "Unreg C3PO"(UnRegC3po();)
    and init
    what i do wrong?
    i try find ansver but find only this
    http://newsportal.novell.com/article...sup.gwc3po#925
    what its mean?
    news:SR%Zg.16416$[email protected]:
    about this question
    http://newsportal.novell.com/article...sup.gwc3po#673
    C3POs still don't work in the address book?
    Kirill

    Kirill wrote:
    > Hello and Merry Chritmas :)
    >
    > regsvr32 onlu for DLL. My project create EXE file :(
    >
    > Kirill
    Ups......
    You'll, according to the readme generated by your C3PO Wizard, have to run
    Regasm.exe <your C3PO server>
    That will create the needed regkeys...
    Also, you might have to add the typelib wrapper and assambly to the GAC, bu typing:
    Gacutil -i <your C3PO server>
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Developer Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • How do you use the ATV with the remote when you place it out of sight?

    I placed my ATV behind my tv, though it does not wake up and work with the remote control. How do you use the ATV in this type of situation? Will the Bluetooth keyboard work with it if it is behind the TV?
    Thanks.

    Yes bluetooth and wifi (remote app from your iPhone) are far more likely to work for you.

  • How to use old archieve logs with a new control file

    Environment:
    ORACLE_BASE="/export/home/oracle"
    ORACLE_HOME="/export/home/oracle/product/8.1.6"
    NLS_LANG=".UTF8"
    2 partitions:
    i) /data1 -- contains important datafiles (OS striping on 3 hard
    disks)
    ii) /export/home -- contains the oracle program, and SYS/SYSTEM
    datafiles
    Problem:
    -/data1 cannot be read/mount (damaged)
    -oracle failed
    Action Performed:
    -reinstalled OS
    -mount /export/home successfully (all oracle system files,
    instance init files exist)
    -/data1 is an empty partition
    -created the oracle user, and its groups
    -chown recusively for the $ORACLE_BASE directory
    -set all the oracle environment variables
    -attempted to start the instance, but failed due to a control
    file was
    missing
    -since control files were set to be mirrored, i copied a control
    file somewhere
    from /export/home/oracle/oradata/<SID>/control1.ctl to
    /data1/oracle/oradata/<SID>/control2.ctl (i.e. have them back to
    their original locations)
    -the instance failed to start as well, since the datafile set in
    the control files couldn't be found
    -this forced me to re-create the control file... b4 i re-create
    a new control file, i backed up the old one
    -once the control file was created, the database can be started,
    but, to oracle, all achieve log information are lost (although
    the achieve log's physical files r still there)
    -i imported the important data from a dump file that was
    exported a week ago b4 the system failure
    -since we r using the new control file, the redo logs switch
    contains no achieve log information that the old control file
    has, so running "recover database" doesn't do anything
    Purpose:
    since the dump file is a week old, i'd like to get the data
    after my last export and b4 the system failure. the database was
    run in arhieve log mode, how can i recover those data with the
    new control file
    Question:
    -how can we create a new control file that can drive the old
    achieve logs?
    -can we convert the achieve log data (.dbf format) into text
    format?
    -can we still use the old control files to start the database?
    -what's a suggested solution if we'd like to re-construct the
    database up to the moment b4 the system failure in another
    server?
    thx

    user3930585 wrote:
    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Are you stating that you don't know how to use COPY command?
    Can you recreate same directory structure on new C drive as exist on old C drive?
    Can you then drag & drop copies of the files?

  • How to detect the key enter with a numerical control without using loop event?

    I want to accept a numerical value only when the key enter is pressed, but without using the event. How to detect the char "enter" with a numerical control?
    Thanks!

    When the user edits a numeric control with a keyboard, its property "key focus" is true. When the user hits enter, key focus becomes false. Poll the property to latch the control valuse at the true-false transition. That won't work if the user modify the control using up and down arrows.
    LabVIEW, C'est LabVIEW

  • I have the new iMac with OS X 10.8.3 i want to conner it with apple remote control i don't know how

    i have the new iMac with OS X 10.8.3 i want to conner it with apple remote control i don't know how

    I have a Mac Book Pro 2008
    I have my MBP paired with Apple TV  and use it all the time
    My only complaint is that when I use the Apple TV remote it sometimes turns things off and on in iTunes.
    Besides all the options from Apple TV I can listen to anything on my mac over my TV surround system thru Apple TV

  • Can you manually advance a Captivate slide presentation with a remote control and a projector.

    I have published a large volument of PowerPoint presentations with Captivate 5.0 and intend to distribute the presentations to live instructors as a means to control content delivered live by instructors to the students.  The files are aggregrated into groups of lessons and published to PDF with a Table of Contents.
    We need to avoid manually advancing the show from the laptop.
    Having difficulty determining how to use remote control via laptop and projector to advance the next slide or presentation. Can't get it to work. Was able to do so previously with PowerPoint slides converted to PDF shows. Remotes/Laser pointers worked fine. But now that I have processed the shows through Captivate 5.0 can seem to find a remote that will work with the new PDF or SWF with our systems.
    We use a laptop and projection system, so need to be able to advance the show to the next "slide" manually and are trying to figure out how to do it with a remote control.
    Has anyone else experienced this challenge and did you find a solution?.

    Hi Carey,
    if you can apply the letter "A" for "next" to your remote control?
    Then you could add a shortcut to your buttons in the captivate file.
    In deapth:
    Go to a PPT importet slide (using the "click mouse" option to continue".
    Click somewhere in the screen (clickbox_xx will be selected).
    Properties - Action - Shortcut. Click it and press "A".
    Click somewhere on the stage.
    Now when you press your next button on the remote, Captivate will receive an "A" and continue to the next slide.
    Hope this helps
    Best
    TD

  • How to prevent others use their iDevices to remote control apple tv?

    Hi All,
    I'm wondering that does anyone know how to prevent others use their iDevices to remote control my apple tv?
    settings
    1. the apple tv is in the school.
    2. all students could access the Internet
    3. The apple tv is sharing the same Internet with students.

    Welcome to the Apple Community.
    The remote app uses homesharing, therefore anyone wanting to control an Apple TV with the remote app would need to know the home sharing ID and password.

  • TS3186 My docking station wont play my ipod..... the ipod works fine on its own but when I try to play via my hifi I have to put the sound full wack to be able to hear it & its not very lound at all. It does not respond with the remote control either!! Th

    My docking station wont play my ipod..... the ipod works fine on its own but when I try to play via my hifi I have to put the sound full wack to be able to hear it & its not very lound at all. It does not respond with the remote control either!! The sound is ok if I play CDs & respond to remote control fine... The hifi & docking station are Sony

    1) When I go to the apple.com website my computer will either be really slow or freeze my whole system down to where I have to reboot my computer again. This does not happen all the time but when it does operate it is molasses slow.
    By any chance, are you uswing Kaspersky security software?
    If so, see:
    [With Kaspersky Internet Security 2011 installed on my computer the website apple.com is imaged incorrectly. What should I do?|http://www.kaspersky.com/support/kis2011/all?page=14&qid=208282422]

  • How to differentiate between Radio Buttons with the same name?

    My form has two fields, to which I gave the same name ("Radio Button 1.0") in order to achieve mutual exclusivity.
    Now, I would like to use JavaScript to retrieve the value of one the two fields:
    var checkMark = this.getField("Radio Button1.0");
    if (checkMark.value == "Yes") {
    Questions:
    What is the proper way to inspect the value of a Radio Button? I have tried this:
    if (checkMark.value == "No") [...]
    but it doesn't seem to work.
    How can I tell apart 2 radio buttons with the same name?
    TIA,
    -RFH

    When Radio Buttons and Check Boxes are unchecked their value is "Off", so if you have "Yes", "No" buttons you will also encounter an 'Off" value. Now if you want to look at a given button, you will have to use the "isBoxChecked(nWidget)" method.
    nWidget:
    The 0-based index of an individual radiobutton or checkbox widget for this field. The index is determined by the order in which the individual widgets of this field were created (and is unaffected by tab-order).
    Every entry in the Fields panel has a suffix giving this index, for example MyField #0.
    Returns
    true if the specified widget is currently checked, false otherwise.
    Example
    var f = this.getField("ChkBox");
    if(f.isBoxChecked(0))
    app.alert("The Box is Checked");
    else
    app.alert("The Box is not Checked");

  • How to create a splitted button with a popup menu?

    Hi,
    i am trying to build a button which can be clicked and an action is called (a normal button) and an addion to that basic function: there is on the right side of the button a seperated area with an arrow. If this arrow is clicked a popup menu becomes visible and you can choose a special action. This type of buttons (i don't know the name) can be seen by example in Eclipse or the Windows Media Player 11 or in Windows Vista).
    Here is an example image about what i mean: http://s2.imgimg.de/uploads/button56b4941cpng.png
    Can you tell me how to create a button with this possabilities?
    Please help me,
    greetings from germany,
    picard90

    hii,
    if you are want completed to define the Popup, then you have to define accesible areas,
    1/ create Popup (example from void)
    public void createPopupMenu() {
    JPopupMenu popup = new JPopupMenu();
    popup.addSeparator();
    ShowsManFxMenuItem = new JMenuItem("Show Details");
    ShowsManFxMenuItem.addActionListener((new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    //..some actions
    validate();
    repaint();
    popup.add(ShowsManFxMenuItem);
    MouseListener popupListener = new PopupListener(popup);
    //here is your listener directly to prepared object "yourButton"
    yourButton.addMouseListener(popupListener);
    2/ create POpupListener (example is class)
    class PopupListener extends MouseAdapter {
    JPopupMenu popup;
    PopupListener(JPopupMenu popupMenu) {
    popup = popupMenu;
    @Override
    public void mousePressed(MouseEvent e) {
    maybeShowPopup(e);
    @Override
    public void mouseReleased(MouseEvent e) {
    maybeShowPopup(e);
    //only in this block you can restrict anything with popup items (test anything and then to display all, only one, parts of them)
    private void maybeShowPopup(MouseEvent e) {
    if (e.isPopupTrigger()) {
    popup.show(e.getComponent(), e.getX(), e.getY());
    //these parts you can ingnore, but can covered extended events from popup
    public void actionPerformed(ActionEvent e) {
    JMenuItem source = (JMenuItem) (e.getSource());
    public void itemStateChanged(ItemEvent e) {
    JMenuItem source = (JMenuItem) (e.getSource());
    protected String getClassName(Object o) {// Returns just the class name -- no package info.
    String classString = o.getClass().getName();
    int dotIndex = classString.lastIndexOf(".");
    return classString.substring(dotIndex + 1);
    3/ I removed all my addition
    ... kopik

  • An issue with the remote control

    The remote control works with other programs, however its doesn't when I use it with Front row. I have paired it with the Imac(10.6.4), it also works ok with the Macbook.
    Any suggestions what may be the problem and how to fix it?
    Thanks in adv

    No not yet, I have two Apple TV's, one was connected directly to my time Capsule in the lounge, the other was connected in the bedroom via WiFi through an Airport express that is located a few metres away.
    What happened was that when I got the new replacement Apple TV I fitted this to the main TV due to the new 1080p HD facility.  I then took the Apple TV that was in the lounge and working perfectly well and resited it in the bedroom.
    It was then that the fault appeared again, so it either means that the fault is on the WiFi side or the HDMI lead I suppose.
    The confusion came when the genius said that it wouldnt matter about the WiFi connection.
    I will check with a different HDMI Lead if you think it may be that.
    thank you for your help
    Paul

  • How can I use my Iphone as a remote control?

    How can I use my Iphone 6 as a remote control?

    If you are referring to an Apple TV or iTunes remote control then download the "Remote" app from the app store.
    If you are referring to a remote control for your TV, Cable box, DVD Player etc then you cannot use your iPhone as a remote for these things unless they are wifi connected and have a remote control app on the app store.

  • N80IE Problem with Nokia Remote Control Headset AD...

    Guys,do you have this AD-41 Remote Control Headphone,found in N73 Music Edition Phones,on your N80? My problem is that, I cant remotely play a song by simply pressing the PLAY Button on it... But before I bought this headset for my N80 I check first the Nokia web site, its says that it is COMPATIBLE... Is there something missing? Like, do I need to install a certain app so that it would work? Or, Its just like, I can't do it in N80?

    Hi, Ryan. Look, I have now an N73; but before I had an N80 and guess what: I had the same problem as you. I sent an e-mail to Nokia, and what did they say in the e-mail they sent back? "The compatibility between your device and your hands-free is PARTIAL, sir.". What the **bleep**?!!... Yes, it's not fully compatible. You don't need any software or setup in the phone... You (and I) need light the Nokia's offices on fire...

Maybe you are looking for

  • Bluescreen/Desk Top Navigator issues

    New computer, less than 3 months old, I am suddenly having shut down issues and the desktop navigator is not responding...I am a novice.. New Bitdefender 2010 anti virus software installed recently, also Skype. Have uninstalled Skype, has not helped

  • DC is not shifting to ADC when DC out of network

    we have 2 DC's in our premises, when 1 DC is down another was not playing a role of DC, replication is ok i checked, DNS is working fine. Kindly help. 

  • Sales Order - Using Item Category 'TAB' - Individual Purchase Order

    All, I am configuring for the first time utilizing Sales Document Item category "TAB" - Individual Purchase Order.  I have a few questions: Is there a best practice configuration guide specific for this process?  I have found the 'third party' docume

  • MBP after waking from sleep problem + new SMC update temperature

    Hi there! I have two issues: 1. When I wanted to wake my MBP from sleep it asked me to enter the password and then all the screen went black. I could move my mouse cursor and chance sound volume but whichever key I pushed I had my screen "flashing" (

  • Linux 3.10 ext4_da_writepages err -30 after remount ro

    I have a device formatted with ext4 (no_auto_da_alloc,data=ordered). During shutdown, when I try to force remount as read-only, the mounted filesystem. sync;echo "u" > /proc/sysrq-trigger I see these ext4 errors after remount 76.209728 Emergency Remo