Is it possible to hilight a certain button when re-entering a menu

I currenty have two menus set up. The Main Menu consists of 5 buttons: "Play", "Chapters", "Slide Show", "Previews", "Contact".
When I select "Chapters" I jump to the Chapters menu, but "Chapter 2" is highlighted?
Is there a way to 'save' the highlighted button of the Main Menu and then 'restore' it when returning to that menu?

It sounds to me as if 'Chapter 2' was the first button you created - this normally becomes the default button for a menu. If you look in the property inspector for the menu you will see an option to set the default button - set it to what you want highlighted when the menu plays.
If you use a particular button on a menu to get back to the previous menu it can be set to go to a particular button. If you point the 'back to main' button on your Chapters menu to go to the button that takes the viewer to the chapters menu in the first place, this is almost certainly going to have been the last button they were on when they left the main menu to go to the chapters.
sounds a bit confusing, but in essence, on your main menu there is only one button that takes the viewer to the chapters. If you are in the chapters and have a button to return to the main menu, and want to go to the last button highlighted, then it will almost certainly have been only one button.
Now, if you are thinking that you want to return to a particular button on a menu after playing a clip then you will need to script this. Fortunately, it is very easy.
There are two ways to get to the menu when a clip plays - from the end jump and from a menu call on the remote control handset. If you only ever want to get back to one menu and a button then the script is this:
mov GPRM0, SPRM8
div GPRM0, 1024
Jump Menu [GPRM0]
The first two lines get the button highlight number and reduce it to an integer that relates to the button number in a menu. The third line takes you back to the menu and has a GPRM based button jump - you'll land on the button whose value is in GPRM0.
If you have two or more menus accessing the same track, and you need to get back to the right menu and button then you need to do a bit more jiggery pokery. First off, you need to write some scripts to identify the menu you are on. You can do this in two ways, but I recommend only using the following:
Create a script and set it as the start up item for your disc. In the script write the following:
mov GPRM1, 1
Jump menu1
This should point to your main menu (I've called it menu 1, but it must have the same name as in your project).
Now create a new script and write in that one:
mov GPRM1, 2
Jump Menu2
Whatever button on your main menu points to your menu 2 you now point to this second script instead. For every button on any menu that goes to another menu, point it to a script which sets the value in GPRM1 appropriately. For example, if you have a button on menu3 which points to your main menu, point it to the first script instead.
Now you have 'identified' each menu, the end jump script and menu call (written out above) has to be slightly changed:
mov GPRM0, SPRM8
div GPRM0, 1024
Jump Menu1 [GPRM0] If(GPRM1 = 1)
Jump Menu2 [GPRM0] If(GPRM1 = 2)
Jump Menu3 [GPRM0] If(GPRM1 = 3)
and so on. The jump lines are saying "Jump to the menu (and the button last highlighted) IF you were last on that menu.
So... it all comes down to two things.
1) are you moving between menus (in which case you don't need to script it)
2) are you moving between menus and a track (in which case scripting is a way forward)
Lastly, if the thought of scripting fills your very being with dread (and there are those for which it does) then look into creating a story or two and pointing your different menus to different stories instead!
More than one way to skin a cat, as they say (personally, I've never tried...:-))

Similar Messages

  • Is it possible to disable the play button when exporting to exe or app files?

    Is it possible to disable the play button when exporting to exe or app files? Can the app just boot up without the playbutton?

    Are you talking about auto play option or the play button on Playbar?
    I just checked the EXE ran fine without requiring any play button to start as per my settings.
    Is this waht you are looking to achieve?
    Thanks,
    Anjaneai

  • Possible to downsample only certain albums when transferring to device?

    Hey guys,
    I have a question regarding the feature iTunes has where you can down sample higher bitrate songs when transferring to your device. Id like to be able to down sample CERTAIN albums when transferring - instead of all of them. Right now I have it set to 256 AAC for transferring to my ipad, but because of the audio equipment that I use, I can tell the difference between the lossless quality and aac and would like to keep certain albums as lossless on my ipad.
    Is this even possible?
    Thanks!

    Thanks for that link!
    It doesnt seem like it would be too advanced to do. If I think about it, it should be pretty simple. In fact, it almost looked like you could do it because there is a checkbox that says "only sync checked songs/albums" I thought maybe I could check that and then manually sync others at whatever bitrate it was at... but no.
    There could be an "Advanced" section at the bottom in a drop down menu with these options... Ill make a feature request
    Thanks

  • Can I execute a Button when pressing "Enter" in an InputField?

    Hi All,
    I have an InputField and next to the InputField, there is a Button.
    Ii would like to have my application executing the Button when the User presses the "Enter/ Return" Button on his keyboard.
    Is that possible? If yes, how??
    Thanks, Johannes

    Hi,
    You can try using OnEnter property of the Input field for your requirement. Assign a method to the onEnter property of the input field and now when the user fills data in the field and press enter the method assigned will be executed.
    Thanks,
    Abhishek

  • How to set default button when press "Enter"

    Hi,
    I have a form and it has only one button (Submit). When I press "Enter", it can submit the form and do the action. However, when I add another button (Normal button, not submit), it cannot perform submit action directly when I press "Enter".
    If we press "Enter" and the form can submit automatically, it is more user-friendly than without this feature. Therefore, may I know the method of set the default button when users press "Enter"?

    At first I thought the order of the form controls might matter.  When I run this code:
    <cfdump var="#GetTickCount()#">
    <form action="TestCfgrid.cfm" method="post">
    <input name="x" type="text" />
    <input type="button" value="x" />
    <input type="submit" />
    </form>
    While I am in the text box, if I press the enter key the form submits.  I originally tried it with the submit and button inputs in the opposite order.
    Note that the enter button will not submit the form if you are in a select control (aka dropdown) or a textarea or if your focus is not on a form element.  That's the default behaviour.  If you want to override that, you'll have to write some javascript.

  • How to keep the select arrow on the same button when returning to the menue after finished feature?

    Hello,
    just after my primary question is answered and I corrected my buttons there's another one which I cannot answer myself:
    I'm putting together a DVD with menues which contain a lot of options/buttons. People who watched the DVD wanted that the select/highlight arrow stays/returns to the button they selected prior. That's because there are so many buttons/options that some people might not remember which feature they just watched. So this means if people select the "Vacation 2008" button/feature the select/highlight arrow should be on the same button after the feature is finished and it returns to the menue.
    Since I haven't seen any functions/options for this: Is it possible to do or isn't it or does it happen just naturally?
    Hope this isn't too confusing :-)
    Help is appreciated!
    Thank you,
    Chris...

    ChrisHei wrote:
    Where would I select "Last Menu" for this to happen? In the properties for the button or for the timeline? And where exactly: "overwrite" or "remote menu" selection?
    Not in any override. Don't set any overrides unless you understand exactly how they work, or they will royally mess up your disc navigation.
    Normally, you select "Return to Last Menu" for an end action of the object (timeline, slideshow, playlist, etc.) that is playing. You can also set the Menu Remote property for the timeline/slideshow to "Return to Last Menu".

  • Trigg the 'Query' button when pressing 'Enter' on the keyboard

    I have a form with 2 buttons, 'query' and 'reset'.
    I would like that the 'query' button is triggerd (pressed) when the user presses 'Enter' on the keyboard. In regular html I think this is accomplished if the button is a 'submit' rather than a 'button' type, but I haven`t found a way to edit the
    type of button in Portal.
    Users belive it`s very annoying to have to move the mouse over the 'query' button to execute the query, and would rather like to just press 'Enter'.
    I`ve tried to use a javascript (onKeyPress), but if you make a javascript in Portal, you`re not allowed to add this to your button, only as an 'form-' or 'field validation' in a textbox.
    Is there anyone who knows a way to get this functionality?
    Regards,
    Orjan

    One of the AVG add-ons for Firefox has been reported to cause that to happen. Disable that add-on until AVG fixes it.

  • Disable Button when no rights to enter Form

    I have a form which i can open from another form with use of a button.
    The problem is:
    One of our users have the rights to enter form1 on but not to enter form2 through menu. But on form1, i have a button to goto Form2.
    Now i want to know how to disable this button when she enters form1. We tried to use a get_menu_property procedure. Does anyone knows a code to disable a button.
    Our code is:
    PROCEDURE Toggle_Enabled( consultant_profielen VARCHAR2) IS
    mi_id MenuItem;
    BEGIN
    mi_id := Find_Menu_Item( consultant_profielen );
    IF Get_Menu_Item_Property(mi_id,ENABLED) = 'TRUE' THEN
    Hide_button('consultantprofiel');
    ELSE
    Null;
    END IF;
    END;
    This code doesn`t work, anyone know how it will work.
    Thanks,
    Vincent

    set_item_property on the button should do it. check the online help

  • Is it possible to place a native button in popup messages?

    Hi Experts,
                       I have a requirement of sending the control back to driver application for my ADLC form after user has entered a sting of more than 105 characters in a text field. Since certain complex processing needs to be done and java scripting being a strict no no is it possible to put any native buttons embedded in the popup to transfer the control to the application from the form.
    Please let me know.
    Regards.
    Rohit

    Follow the below link where you will get a lot stuff about the client scripting..
    http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJSGuide.pdf
    Nith
    DISCLAIMER:
    ========================================================================
    "This communication is intended only for the named recipient and others authorized to receive it.
    It contains confidential or legally privileged information. If you are not the intended recipient, please notify us immediately, and note that any disclosure, copying, distribution or action you may take in reliance on this communication is strictly prohibited and may be unlawful. Unless indicated otherwise, this communication is not intended, nor should it be taken to create any legal and/or contractual relation or otherwise. Ministry of Finance (MOF) is neither liable for the proper and complete transmission of the communication, nor for any delay in its receipt.
    Whilst MOF undertakes all reasonable efforts to screen outgoing e-mails for viruses, it cannot be held liable for any viruses transmitted by this e-mail."

  • Is it possible to create a Print Button?

    Is it possible to place a print button on an iWeb page so folks when viewing it online can print the entire contents of the page. The page(s)are quite long so one must scroll down to view it in its entirety, but when attenpting to print from the browser, only the first part of the long page will print. Maybe I answered my own question ... does this mean that iWeb pages should not be set longer that normal letter size?
    Thanks
    John

    You can also copy and paste the text into TextEdit and print that to a PDF. Then, create a button that says "print" and hyperlink that to the PDF. That way, anyone wanting a printout would have a nicely formatted document and you can include contact information in the document as well.
    Most sites I go to just have "print" go to a plain "black text on white background" version of the same text that the user then uses command-p (control-p on PC's) to actually initiate the print, so that'd work as well.

  • Hi! I need to load a GET url that si very long. On other browsers, I can load the url. In firefox 3.6, no. There is an addons or a plugin so I can extend this limit? If yes, is possible to load automatically this addons when loading a certain page? thanks

    Hi!
    I need to load a GET url that si very long. On other browsers, I can load the url. In firefox 3.6, no.
    There is an addons or a plugin so I can extend this limit? If yes, is possible to load automatically this addons when loading a certain page? thanks
    The url is sometingh like this (this is correctly loaded, but it could be longer)

    Firefox should have problems with long GET data appended to an URL (long would be over 64k).<br />
    If there are problems then it is possible that an extension is the cause of that.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Is it possible to have a link/button inserted into the end of my flash video that makes up the first page of my web site

    i am not sure if this will make sense so please tell me if it
    doesn't. is it possible to have a link/button inserted into the end
    of my flash video that makes up the first page of my web site. the
    video plays showing the name of the site then fades to show the
    text "enter" which i want to make the link to the next page.

    > the video plays showing the name of the
    > site then fades to show the text "enter"
    in FLASH set a gotourl action on the last frame of the move.
    If this is a "splash page" and has a dancing company logo and
    a throbbing
    drumbeat- reconsider. Just make the homepage of the website
    the homepage.
    Don't make people wait to see some content.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Is it possible we can to set button cornor link text?

    is it possible we can to set button cornor link text?

    @welcomecan,
    Your question is not clear to me ...Will you please elaborate..??
    Thanks,
    Bhasker

  • Strange look of certain buttons in Safari

    Hi all,
    Recently, Safari 4.0.3 started displaying certain buttons incorrectly. See http://avhproductions.be/img/screens.png for a screenshot.
    I tried disabling plug-ins, resetting Safari, repairing permissions et cetera, but no luck.
    Any ideas?

    HI,
    Try maintenance.
    Safari Maintenance
    Emptying the cache alone might fix this.
    Carolyn

  • I'm having trouble with certain buttons on the Ebay pages.

    I'm having trouble with certain buttons on the EBay pages. Like enlarge, other pictures,add to my watch list, etc. this happened after I upgraded to 8.0. I have tried to upgrade java but the java console will not work ?? tried all this in my other browser and all works fine. What do I do? Thanks

    If it happens again then try to reload the website or clear the cache and the cookies from that website.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://support.mozilla.com/kb/Deleting+cookies
    *http://support.mozilla.com/kb/How+to+clear+the+cache

Maybe you are looking for

  • Problem with upgrading WL6.0 sp1 to sp2

    I just recently downloaded the weblogic service pack upgrade off of the bea site.Followed all the instructions and ran the install program.When done, the program, says the installation is complete.Unfortunately, when I run the server console and chec

  • Oracle 10g express edition was working fine for months now stopped working

    hi all, I was working with oracle 10g expree edition fine for months via the front end provided. Created several databases and tables. But suddenly for some weeks it is not starting and the URL http://127.0.0.1:8080/apex is not working and also I am

  • Different results for decimal values between SQL and B1 RecordSet

    Hi Experts, This is really a strange one. I have the query below: SELECT Amount, TaxPrcnt FROM [@Table] WHERE ORDER# = '20246' AND ItemCode = '112488' The same query gives me 0.085 for TaxPrcnt if I run it in SQL Management Studio, but gives me 8.5 i

  • Error while doing inboud delivery

    1. While doing an inbound delivery for P.O i got the following error "Delivery type SP for delivery xxx not contained in table TVLK". solution please. 2. While doing invoice reduction it is throwing the following error "tax amount different to expend

  • MAS_CUSTOMIZATION fails to generate backend adapter related classes

    Hello experts, During sdoe mobile sales software component generationg, I got an syntax error during MAS_CUSTOMIZATION backend adapter related classes generation, which reports syntax error. The error messages are -Class ZDOECL_013_001_0_BW, Method M