VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Feb 2007
    Location
    United States
    Search Comp PM
    I've been able to design a a video that works completely using the dvdauthor suit. (one vmgm menu and one title menu)
    however, when in the title menu "scenes"..there are three buttons lined up vertically and slightly off horizontally from one another (at an angle).

    The problem lies in the second button down being highlighted first and not the top most button.
    (3 total buttons)

    the buttons themselves have their coordinates and name specified..their names containing a number at the beginning of each.

    Autoorder does not seem to solve the problem, possibly one of you out there has had a similar issue.
    here is the xml for the scenes menu.

    <subpictures>
    <stream>
    <spu
    force="yes"
    start="00:00:00"
    select="menu\scenes_click.png" highlight="menu\scenes_over.png">
    <button
    name="01_scenes"
    x0="598" y0="168"
    x1="617" y1="188"
    up="03_scenes" down="02_scenes"
    left="02_scenes" right="03_scenes"
    />
    <button
    name="02_scenes"
    x0="558" y0="318"
    x1="577" y1="338"
    up="01_scenes" down="03_scenes"
    left="03_scenes" right="01_scenes"
    />
    <button
    name="03_scenes"
    x0="428" y0="394"
    x1="447" y1="414"
    up="02_scenes" down="01_scenes"
    left="01_scenes" right="02_scenes"
    />
    </spu>
    </stream>
    </subpictures>

    Thank you.
    Quote Quote  
  2. Just set the 'default' highlight in the dvdauthor.xml file:
    Code:
    ...
        <menus>
        <video format="pal"></video>
          <pgc entry="title">
           <pre> { button=1024; } </pre>
    If still the second button is highlighted first, try it with
    ... { button=2048; }
    Quote Quote  
  3. Member
    Join Date
    Feb 2007
    Location
    United States
    Search Comp PM
    Setting button=1024 did the trick.
    managed to figure this out last night before heading off to sleep.

    Though your post it still very informative!!
    So thank you for your efforts.

    cheers!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!