Buttons need to be pressed twice.

Hi people. Im authoring a dvd with lots of layered menus. I had first made the menus so that every button had its own layer when it was being navigated. But there came a problem when navigating the dvd with the mouse, the overlays (layers) would not work, but using the remote would. So I changed from layers to a single pict overlay file, and also some layers, so that for instance when one is resting upon a button, it will be highlit but there would also be a picture displayed next to it (a separate layer). Am I being clear? (this is difficult for my english).
So the problem now, is that overlays work, but a button has to be pressed twice in order for it to be activated.
This is in dvd sp 4.
If anybody has had this experience or know what Im doing wrong, I would love to read it.
Thanks in advance.
Pepo

There are two types of still menus you can use in DVDSP, and both are "supported" by the dvd spec. The first type is a simple highlight overlay (and really is the preferred way of creating a menu). The advantages are that the menu responds quickly and generally in a way that the typical user would expect them to (mouse over results in highlighting, and one click navigates to the object).
The second type, and the type you are using, are layered menus. Basically what DVDSP is doing is making an identical menu (with the exception of the changed content, like your button) for each state. One needs to click on it once to select it (and tell the dvd player to go to the menu with the change in the button appearance/associated image/etc) and click a second time to navigate to the object. You can have 'highlights' just like you would with the menus I described above, but in this instance the highlight appears but it still requires you to click twice. These kinds of menus are often confusing for the viewer, because they don't behave like what most are familiar with. They also can be quite sluggish in performance, and can behave very slowly on some set top players. For the most part (although the graphics can definitely look much better), I think they are best avoided.
Jim

Similar Messages

  • HT201406 my home button needs to be pressed twice to move.

    Is there any way I can fix my 4G iphone.  The home button needs to be pressed at least twice to function.

    i'm having the same problem with mine cept mine is an iPod touch i'm about to go to the apple store or geek squad or something to get it fixed because i am not replacing this thing not after all we've been through together

  • Datagird submit button needs to be clicked twice

    Hello
    I have a submit button on an adf Read Only table that needs to be clicked once when the first page of data is shown to go to the next page but twice when the option “next 10” or the drop down list is used.
    The situation is as follows:
    I have one view object which is a read only query based on an Oracle view.
    This query takes one bind variable of type number.
    There are two JSF pages.
    The first page accepts a number via an InputText. When the user clicks the command button on the page the following code is executed so that the inputted value is stored in a managed bean (scope session) property userLang.
    public String gobutton_action() {
    FacesContext fc = FacesContext.getCurrentInstance();
    ValueBinding expr = fc.getApplication().createValueBinding("#{testbean.userLang}");
    Integer iLangVal = new Integer(Integer.parseInt((String)inputText1.getValue()));
    expr.setValue(fc, iLangVal);
    return "success";
    The second page contains an adf Read Only Table based on the view object. The view object needs a value for its bind variable. In the page definition of this second page there is an ExecuteWithParams binding which is used to set the bind variable of the view query. The binding is as follows : ${sessionScope.testbean.userLang}
    There is also an invokeAction in the executables section. This binds the ExecuteWithParams with a refresh of “if needed” and a refresh condition of “#{adfFacesContext.postback == false}”
    When running the application the first page is displayed. I enter 1 in the inputText and click on the commandbutton. The second page is displayed. The contents of the data gird are correct. (proves that the value is passed correctly to the managed bean and then to the bind variable in the view query. If I select a row and click on submit the next page is correctly displayed.
    If I repeat the test (I stop the OC4J) but this time use the “Next 10” option or the drop down list to change the page of data being displayed I have to click the submit button twice to make the next page display. The first click of the submit button only has for effect to refresh the current page.
    Does anybody know what is happening ?
    Many thanks
    Paul

    Hello
    I've removed the bind variable, the managed bean the invoke actions etc. and I still have the same problem :
    I now have 1 page with a command button on it which calls a second page with a read only table linked to a view object. There is no entity object. The bind variable has been hard coded into the view object. When I click on the submit button in the table the first page should be called.
    I click on the button on the first page and the second page opens.
    I select a row and click submit and the first pages opens - so far so good.
    I restart the application.
    I click on the button on the first page and the second page opens.
    I click on "Next 10" select a row and click submit and the page refreshes itself ! (instaed of calling the first page)
    I click for a second time on the submit button and the first page opens....
    Whats happening here ?
    Many thanks
    Paul

  • Ipod power button needs to be pressed hard or won't work, what do i do?

    ipod power button wont work unless i press hard.what do i do? will apple fix it for free? can i fix it? or should i just scrap it and buy a new one?

    refurbished ipods form apple  automatically have a one-year warranty, as my son got his 64gb ipod touch replaced today, his ipod was doing the green The Matrix screen with a black box and green letter's and numbers going up and down the screen on the up date part is said itunes was checking for updates on the 31-09-11, but september only has only has 30 days hisipod only had till the 2oct 11left on its warntery

  • Screen changing button needs to be pressed really hard just started any suggestions why

    This just started happening, before it was a easy touch, am I wearing out and need repair?

    Do you mean the Home button (button at the bottom of the iPad screen)? Its possible.
    Pretty unlikely to be a software isue, but just in case, try a rest: Simultaneously hold down the Home and On buttons until the iPad shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the iPad back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.
    But in all likelihood, its a hardware issue.

  • COMMAND BUTTON NEEDS TO BE CLICKED TWICE TO SAVE VALUES

    Hello,
    I have a problem that I'm pretty much spent hours trying to fix but failed to do so.
    I have a jsf page with a datatable bound to a component.
    I have updatable fields inside the table and a button below to save changes to the table.
    When I make a change the first time, and then hit the button, i get the action, and I save the value with no problems.
    However if right after it re-renders, I make another change in the table , and save button again it won't invoke the backing bean save method.
    The setter for the datatable binding property does get invoked however, it disregards the changes i just made to the table.....
    If i make changes for the third time...and hit save...it works...
    All my backing beans are request scope
    any clues???? i appreciate your help!!
         public void save(ActionEvent e) {
              log.debug("Im entering save user");
              currentSession.setCurrentSession(client);
              FacesContext.getCurrentInstance().renderResponse();
              organicManager.saveAppUsers(client, (List)appUsersTable.getValue());
              appUsersTable.setValue(new ArrayList(organicManager.getAppUsers(client)));
    <t:commandLink  actionListener="#{appUsersBean.save}" rendered="#{!appUsersBean.adding}">
         <h:outputText value="save" style="font-weight:bold;font-size:14px;text-decoration:none"/>
    </t:commandLink>
    <t:dataTable
    binding="#{appUsersBean.appUsersTable}"
              id="appUsersTable"
              var="userRow"
              style="font-family:arial;font-size:11px;"
              rendered="#{!appUsersBean.adding}"
              bgcolor="lightcyan"
              preserveDataModel="true"
         >
         <h:column>
              <f:facet name="header">
                   <h:outputText value="Username"/>
              </f:facet>          
              <h:inputText value="#{userRow.username}" readonly="true"  style="font-family:arial;font-size:10px" />
         </h:column>
         <h:column>
              <f:facet name="header">
                   <h:outputText value="FirstName"/>
              </f:facet>          
              <h:inputText value="#{userRow.firstName}" maxlength="50"  style="font-family:arial;font-size:10px" />
         </h:column>
         <h:column>
              <f:facet name="header">
                   <h:outputText value="LastName"/>
              </f:facet>          
              <h:inputText value="#{userRow.lastName}" maxlength="50" style="font-family:arial;font-size:10px" />
         </h:column>

    Yes.
    When I click the Close Window button, the Confirm close dialog window closes . . . but there is another one right behind it. I have to click the Close Window button again, and only then does the Firefox browser window close.
    A couple of factors are involved:
    1. I have "Warm me when I have multiple tabs" set to on.
    2. Two or more tabs must be open in the Firefox window
    3. I have at least two Firefox browser windows already open (not sure about this one, yet)
    I thought before that it was necessary to have a dialogue box from a different program open, but this is not necessary for the bug to appear.
    Thank you for your help!

  • Satellite P300-19P: Media Control buttons need to be pressed many times

    Hi all, I'm a newbie to this forum, but I do love my Toshiba products!
    I recently got a P300 19P and the touch sensitive media buttons at the top (mute, open media player, play/pause, stop, previous, next) buttons DO work, but only when i tap them something like 20 to 30 times repeatedly. Sometimes they work in just 5 or 6 taps, sometimes, it takes more like 50. What is going on here?
    I would have thought it was something to do with windows media player having a lot of songs (only about a thousand to be honest), but that wouldn't explain the mute buttong being irresponsive.
    (Windows Vista 32 bit home premium)
    The LEDs all work fine though.... :-(

    I will do that just now. Although at first, the first button on the far left was for muting the sound.
    When the buttons were fully functional when I first bought it, it was a mute button. It has suddenly changed its function now. Is there any way of configuring the function of those buttons?
    And I do touch them gently.
    I just went into C:\Toshiba\Drivers\ValueAddedPackage and opened a file called ButtonSetting. I found this. (Note, I have not edited the text at all, and will not do so either unless advised otherwise).
    +[Version]+
    +Version =+
    +[Button1]+
    +ID = 1+
    +Function = Dimmer+
    +[Button2]+
    +ID = 2+
    +Function = CDDVD+
    +[Button3]+
    +ID =+
    +Function =+
    +[Button4]+
    +ID =+
    +Function =+
    +[Button5]+
    +ID =+
    +Function =+
    +[Button6]+
    +ID =+
    +Function =+
    +[Button7]+
    +ID =+
    +Function =+
    +[CD]+
    +OPT1 = wmplayer.exe+
    +OPT2 = /Device:AudioCD+
    +[DVD]+
    +OPT1 = TosDVD.exe+
    +OPT2 =+
    +DVDMENU =+
    +[HDDVD]+
    +OPT1 = TosDVD.exe+
    +OPT2 =+
    +[NOMEDIA]+
    +OPT1 = wmplayer.exe+
    +OPT2 = /Task Media Library+
    +[TV]+
    +OPT1 =+
    +OPT2 =+
    +REC =+
    Message was edited by: EmperorK

  • Submit button needs to be clicked twice on IE 10

     <td style="width:560px;">
                                        @Html.ActionLink(g.Settings[i].Value, "Download", new { Filename = g.Settings[i].Value, Modulename = g.Settings[i].Module
    }, new { id = "LinkID" + cnt })
                                  </td>
                                  <td>
                                           <input type="image" src="~/Images/UploadFile.png" onclick="document.getElementById('@cnt.ToString()').click();
    return false;" name="image" width="16" height="20"/>
                                          <input type="file" name="fileUploder" id= @cnt.ToString() onchange="Savefile(this.id)" style="visibility:
    hidden; width:5px; height:5px;"/>
                                  </td>
    <script type="text/javascript">
        function Savefile(fileuploaderid) {
            var id = fileuploaderid;
            var files = document.getElementById(id).files;       // Getting the properties of file from file field
            var filename = files[0].name;
            var txtmoduleid = "TxtModule" + id;
            var textmodule = $("#" + txtmoduleid).val();
            var form_data = new FormData();                     // Creating object of FormData class
            form_data.append("file", files[0])              // Appending parameter named file with properties of file_field to form_data
            form_data.append("modulename", textmodule)      // Adding extra parameters to form_data
            $.ajax({
                url: "Config/Upload",
                cache: false,
                contentType: false,
                processData: false,
                data: form_data,                            // Setting the data attribute of ajax with file_data
                type: 'post',
                success: function (data) {
                    var newvalue = data;
                    var linkid = "LinkID" + id;              //get link id
                    $("#" + linkid).text(newvalue);          //change link text 
                    var textid = "TxtValId" + id;            //get text id
                    $("#" + textid).val(newvalue);          //change text value
                error: function (data) {
    </script>
    if i use onclick="document.getElementById('@cnt.ToString()').click();
    return true;"   at that time IE10 alone working. all other browsers were not working.
    please kindly provide solution.

    Hi,
    About this issue, please post in Internet Explorer forum for professional help:
    http://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Karen Hu
    TechNet Community Support

  • Safari 'back button' has to be pressed twice for it to go back to the previous page HELP!

    I've had this bug for a couple of days now and it seems to not get fixed. I've tried clearing the browser for history, cookies etc. Restart, shut down but nothing works.
    Any idea on how to fix it?
    Thanks

    I have this bug too since few days ago, on Yosemite GM 3, while surfing YouTube. Btw Chrome is working fine.
    It happens because the YouTube is redirecting me to page http://www.youtube.com/watch?v=38IqQpwPe7s&spfreload=10%20Message%3A%20JSON%20Parse%20error%3A%20Unexpected%20EOF%20(url%3A%20http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D38IqQpwPe7s) instead of http://www.youtube.com/watch?v=38IqQpwPe7s

  • CP6 - Image button needs clicked twice.

    I am having an issue where an image button inside a group sometimes needs to be clicked twice before the associated success action is fired.  This is how I have it set up.
    3 groups on the slide are initially hidden.  on the slide I have a smart shape button that has an action that shows 1 of the two groups.  In the 1st group I have an image button that hides the 1st and shows the 2nd group.  (think of it as a next button)  Then in the 2nd group I have 2 image buttons.  One for previous (shows group #1) and one for next (shows #3).
    Group 1 and 2 both have a next button in the same exact spot and if I open group 1, click next, click previous, and try to click next again (on group #1) I have to click twice to have it activate.  It's almost like the hit area for the next button in group #2 is still active even though the image button is hidden.  (It almost acts like a dead spot that goes away once you click it)
    Is there any known issue with elements in groups not being hidden 100% and causing overlapping issues with other elements on the slide?

    Hello and welcome on the forum,
    Which version (exact number please) do you use?
    Is it possible to insert a screenshot of the timeline with all groups expanded? If two (shape) buttons are in exact the same location at the same time, one of them can be hidden to have the other one active. I have been trying this out extensively, so I'm a bit puzzled about your problem.
    Lilybiri

  • HT1430 My ipad mini is frozen in an app and the home button is stuck.  Pressing down on the sleep/wake button does not give me the red slider to turn the ipad off.  Is there any other way I can reset?

    My ipad mini is frozen in an app and the home button is stuck.  Pressing the wake/sleep button does not bring up the red slider to turn the ipad off. Is there any other way I can reset the ipad?  Can I remove the battery? and then put it back in?

    barbarafromnl wrote:
      Can I remove the battery?
    No the battery is non removable.
    Try a Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • On my itunes all of a sudden on the left side under 'shared' it says 'abdulmalek fahad' and it has an eject button but when i press it nothing happens. who is this abdulmalek fahad and how do i get rid of this from my itunes

    on my itunes all of a sudden on the left side under 'shared' it says 'abdulmalek fahad' and it has an eject button but when i press it nothing happens. who is this abdulmalek fahad and how do i get rid of this from my itunes

    Just go to your iTuens preferrences and disable sharing.

  • TS4009 How do you downgrade to the free option or get refund? After selecting free the done button can not be pressed.

    How do you downgrade to the free option or get refund? After selecting free the done button can not be pressed.

    Refund:
    If in the US, follow the link below (you must request a refund within 15 days) -
    https://discussions.apple.com/message/16968425#16968425
    it gives the USA phone number - if you don't live there you will have to find an equivalent number from the 'Contact Us' link at bottom right of this page.
    Keeping current plan, but downgrading when it ends:
    Settings>icloud>Storage & Backup>Change Storage Plan.  Look at downgrade options.  There you can choose the plan you want when the current one ends.

  • N97 to unlock side button need to be pulled two ti...

    Hello,
    I´m bored because the N97 side lock button need to be pulled two time for each time I would unlock the gadget. On the first time "nothing occurs" it remain with a black screen, on the second one, it unlock as expected.
    Someone has experienced something similar?
    Matias.

    I am also facing exact same problem .
    Please tell me some solution.

  • Just tried to open iTunes, it won't, and I'm getting a blank window with an OK button. When I press the OK button, iTunes closes. what is going on?

    Have just tried to open iTunes, and I get a blank window (no dialogue, just a blank window) with an OK button. When I press OK, it closes down (not having opened anything) and shuts down. I've tried opening while holding down the option key, as I would to open with a new iTunes folder, and I"m getting the same empty window with an OK. Very frustrating, has anyone seen this, and can anyone help?  Thanks in advance,  Kate

    so, I called a friend who's more experienced than I am. He walked me through some steps, checking iTunes and we got the same dialogue -free window with the OK button. We then uninstalled iTunes, downloaded it afresh, and it opened with no problems. Seems to all be there, music, tv, etc. Not sure what the issue was, but it has stopped this problem.

Maybe you are looking for

  • PCI-e slots

    Okay, so I just installed a new board into a computer (MSI 890FXA-GD70 AM3 AMD 890FX SATA 6Gb/s USB 3.0 ATX AMD Motherboard). It has 5 PCI-e x16 slots 2 running at dual x16 two at x8 and one at x4. I'm currently only using 1 video card but I'm not su

  • Stroke won't appear in Illustrator 6

    I'm trying to apply a stroke to a .jpg image in Illustrator 6, and even though the weight and color show in the windows, the object itself has no visible stroke.  Help!

  • Ordering presentation tables and columns in aswers

    Hi all I have a product dimension structured like : ProductDim All -BA ba name ba number -RA ra name ra number In answers the 'All' which is a presentation column is displayed after BA and RA which are presentation tables .Is there a way to change th

  • Date format with alter session -- very urgent !!!!

    The default format of date is DD-MON-YY. I like to change as DD/MM/YYYY. So I tried to do so by going through my login in SQLPlus and wrote ALTER SESSION SET NLS_DATE_FORMAT = 'DD/MM/YYYY'. The format got changed and there after every query displayed

  • Any forum where poor technical support/customer care support can be reported?

    I have a 6 month old iMac 21.5 inch bought in Pune, India. It is stuck in the reboot loop and based on suggestion here, I called Apple Care and they had the Authorized Support Provider come home and take it away for repairs. It has been 15 working da