Setting what happens if the user presses stop...

I have a simple dvd set up. Stock menu from encore...3 video clips...3 buttons. If the user is in the middle of watching a video and the press "stop" on the remote, I want it to return to the main menu.
How can I do this?
TIA
Dean

Stop is Stop.  You can't re-program the button.  Not even Hollywood can
do that.
-Jeff

Similar Messages

  • What happened to the user icons and levels?

    I see that my user icon and level 2 rating seem to have vanished with the new forums. How do I get them back?
    John

    I keep on looking where to find the user icons. It certainly is not in my settings.
    Um, it certainly is.
    Click on "My Settings," scroll down to the last line in the first section called "My Profile," just above the beginning of the second section (marked by a gray-shaded line called "General Settings." You'll see a line there marked "Avatar" on the left-hand side of the page in black, and towards the middle of the page in pastel blue lettering you'll see the phrase "edit avatar."
    Click on "edit avatar" and select an avatar. When you're done, click on "Save" at the bottom of the page on the right-hand side to save your selection.

  • What happens to the users when ISE is reloaded?

    Hello,
    We have a need to reload ISE and I am wondering what the end user experience would be.  Will they be booted from the network or will the reload be transparent to them?
    Version:
    1.2.0.899
    Patch Information:
    1,2
    Please let me know if there is more information needed in order to answer the question.
    Thank you!
    Beth

    What Robert said is correct.  One thing to add.  If an authentication timer expires for a currently authenticated session and the client is asked to reauthenticate, this will also fail until the ISE services are back up.

  • What happened with the users?

    I just installed Lion,
    I reboot it and reboot it but whenever I start I write down my user and password but appereantly it doesn't recognize them and it appears like the system is looking for them. The only thing you can see is the loading circle, and thats it.
    Any clue what to do?
    thanks

    Thanks for the help, Allan Sampson.
    I updated itunes, shut the phone off and on, it still didn't give me blue bubbles. Kept following the suggestions on the page ...  I didn't know there was an IMessaging switch, but, shoot, it was OFF. Anyway, I toggled it on and now the text bubbles are blue again.

  • What happens to the while loop iteration counter if it runs unchecked?

    I want to use the iteration counter to initialise a value on the first loop of a while statement. ie i = 0, x = 100. Fine. The application I am building will be left to run for weeks or months on end without stopping (hopefully :¬)). What happens to the iteration counter in this situation? Does it reset to 0 or what? I don't want it reinitialising any values while the loop is running other than when it starts.
    I set up a while loop to try to figure out what happens and the iteration counter stops at 2147483648 which is 2^31 - 1.
    Any help would be appreciated,
    Thanks,
    Niel.

    It might be something you already looked at, but perhaps it's an option to perform the initialization outside (before) the while loop. That way it will be initialized correctly only once, no matter what the iteration counter does.
    Of course if you need the counter for other purposes than initialization you might have the same problem...
    Note that a lot of the timer functions also overflow after a certain time (I believe 24 or 48 days?) so be careful running very long loops (but you already knew that probably).

  • What happens when multiple users access the same servlet?

    Do the users share all the same resources? Or is a new process generated for each user? I have a servlet that builds a string to return to the user and I only have myself to test, so I can't really see what happens when many users access the servlet. Is there a possibility that the string will get screwed up, like when dealing with multiple threads, or do all the users get their own resources and I don't have to worry about that?

    huh? if you can point a test servlet at it, you can point a browser at it (even if the servlet does not serve html it will run)
    try pasting the servlet URL into a web browser
    refreshing multiple browsers repeatedly could provide a manual test

  • Checking to see what button the user pressed.

    Hello to All,
    I have a web page I am trying to create Its a form that
    allows users to enter in career information . The problem is that I
    have 1 row shown to the user at a time and when the user presses
    the (Add new) button, I want another row to appear to let the user
    enter more career information. I have figured out a way to do this
    using <cfif IsDefined("FORM.Add")> , But I don't want to send
    the form to the server, I just want to check the button and then
    add a new line without a form.submit, because right now I have 2
    forms on the page. Is there anyway to check the button pressed
    without a form submit. Like is there a coldfusion check to see what
    button has been pressed.
    sample code:
    Thank you.

    Hi,
    You can add additional rows already on the server in CF, but
    hide them with CSS, and have the add button just switch them to
    visible (with a little java script), like in the sample below.
    cheers,
    fober
    <cfset number_of_fields= 15>
    <cfoutput>
    <cfloop index="x" from="1" to="#number_of_fields#">
    <cfif x IS 1>
    <cfset style= "display:block;">
    <cfelse>
    <cfset style= "display:none;">
    </cfif>
    <div id="field#x#" style="#style#">
    <input type="File" name="field#x#"><br>
    </div>
    </cfloop>
    </cfoutput>
    <input type="Button" id="btn_add"
    onclick="visible_add('field')" value="Add File">
    <script language="JavaScript">
    function visible_add(id){
    var counter= 1;
    do{
    obj= document.getElementById(id + counter);
    if ( obj.style.display == 'none') {
    obj.style.display= 'inline';
    return;
    counter++;
    }while ( document.getElementById(id + counter) != null )
    document.getElementById('btn_add').style.display = 'none';
    </script>

  • After upgrading what happens to the apps on my 3G?

    I just received my iPhone 4 and put my backup from my iPhone 3G on. It works fine, and there is no more AT&T service on my iPhone 3G. I intend to use the 3G as an iPod Touch. I understand the SIM card needs to stay in the phone for this, even though it is not activated with AT&T.
    What happens to the apps that are still on my 3G? They are still working. I assume they will stay there until I need to sync. Then I will have to set up a new iTunes account, under a unique computer user name, for the 3G and buy the apps all over again for the 3G.

    Nope, the apps stay there until you delete them.
    I currently sync 2 iPhones and 2 iPod Touch units all to one iTunes store account, and per the Apple licensing, they all can run apps I have purchased. I had a similar question as you when I first started using multiple devices, so I sent an email to the app author for the app I wanted most to do this with. His response was that this is Apple's terms, so if I didn't want to purchase a second license to use his app on a second device, then I didn't need to (but he wouldn't stop me if I wanted to either). In the end, I found this app author to be very dedicated to his app, and very responsive to my comments/requests, so I did purchase a second copy of his app (yes, I had my wife create an iTunes account and purchase it under her account).

  • When the user press the button Calculate Tax (see attached doc) and click on Tax details then this should be updated automatically. But it does not work it is empty and the user has to update manually.

    When the user press the button Calculate Tax  and click on Tax details then this should be updated automatically. But it does not work it is empty and the user has to update manually.
    All setup looks fine.
    Please let me know what can be done on this?
    Regards,
    Peu

    HarryAustralia wrote:
    I recently updated my ipad wifi only to the new ios 6.1.2 and initially I had the auto cover lock option which can be seen in the Generals tab, but then it stoped working!! Before the update, the auto cover lock worked fine. So after trying all the options, I then did a complete reset on the ipad and now its gone all together from the General tab!! I can no longer see the "auto cover lock" option.
    The iPad cover lock is for when you use a cover with magnets in it to lock and unlock the iPad when you close the cover or open it. Try running a refrigerator magnet along the sides of the iPad and see if that trips the iPad Cover Lock back into the settings.
    That is not the same thing as the iPad Auto Lock setting which allows you to set an allotted time before the iPad goes to sleep.
    You can try resetting all settings to see if the Auto Lock feature retinrs to the iPad.
    Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. This can be a little time consuming re-entering all of the device settings again.

  • When I edit and/or delete photos from an album in iPhoto is there a way to make that what happens in the folder in finder?

    When I edit and/or delete photos from an album in iPhoto is there a way to make that what happens in the folder in finder? I am new to Mac. I've updated the operating system and iPhoto.

    If your iPhoto Advanced preference pane is setup like this
    all photos you import into the library are COPIED into the library.  Thus those photos in the folders outside of iPhoto are redundant and can be deleted to save space on your hard drive. There no need to keep those copies in the folders.
    If you do have your advance preferences set as shown above you can access your photos for use outside of iPhoto according to the following User Tip by Terence Devlin which is the best treatise on how to access photos (for use outside of iPhoto):  How to Access Files in iPhoto.  Otherwise you access your photos from within iPhoto. 

  • TabNavigator - How to change what happens when a user clicks a tab

    I am using a TabNavigator in my Flex application and I'd like
    to be able to change what happens when a user clicks a tab on the
    TabNavigator. I'd like to be able to handle the click on the tab
    myself and stop Flex from perfoming it's default actions. Anyone
    have a clue how to do this? Any help would be much appreciated!
    Mike

    Yeah, in the following code, the changeHandler has an effect
    but the click effect does not:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    private function clickHandler():void{
    accounts.setStyle("fontSize",20);
    stocks.setStyle("fontSize",20);
    futures.setStyle("fontSize",20);
    private function changeHandler():void{
    accounts.setStyle("fontSize",7);
    stocks.setStyle("fontSize",7);
    futures.setStyle("fontSize",7);
    ]]>
    </mx:Script>
    <mx:TabNavigator borderStyle="solid"
    click="clickHandler()" change="changeHandler()">
    <mx:VBox id="accounts" label="Accounts"
    width="300"
    height="150">
    <mx:Label text="Accounts"/>
    </mx:VBox>
    <mx:VBox id="stocks" label="Stocks"
    width="300"
    height="150">
    <mx:Label text="Stocks"/>
    </mx:VBox>
    <mx:VBox id="futures" label="Futures"
    width="300"
    height="150">
    <mx:Label text="Futures"/>
    </mx:VBox>
    </mx:TabNavigator>
    </mx:Application>

  • What happened to the download helper icon, ie: three tumbling balls

    What happened to the download helper icon, ie: three tumbling balls.

    In the Customize window, is there an icon with a label under it saying "Download Helper"? If so, drag it to the toolbar. Many extensions/add-ons place their icons in the Customize window and the user must put them on the toolbar. If the extension you refer to is this one: https://addons.mozilla.org/en-US/firefox/addon/3006/ , be sure your options are set: Tools > Add-ons > Extensions, click Download Helper, click Options, on the DH Preferences window, click General, click Appearance tab.
    *Home page: http://www.downloadhelper.net/
    *Manual: http://www.downloadhelper.net/manual.php
    *Support page (e-mail): http://www.downloadhelper.net/support-expert.php
    '''Unexpected installation error -203''' <br />
    See: <br />
    *https://support.mozilla.com/en-US/kb/Unexpected+installation+error+-203+when+installing+add-ons
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203

  • Just upgraded to 5 from 3 - what happened to the page select icon? Can't find it in customize toolbars.

    Used to be you could select which page you wished to go back or forward to from the arrow icons on the navigation toolbar. The history menu item only shows 10 sites without having to open history for today. What happened? Is there another icon or a new plug in for this functionality? I used it all the time.

    ''what happened to the page select icon (Back/Forward)''
    The back/forward buttons have been moved to right-hand side of the navigation bar and the drop-down was removed. User right-click or hold click for one second to see the tab history. This is item #5 in my list.
    The History menu also has "Open Previous session" and "Open closed windows",
    to see more history use the History sidebar ("Ctrl+H") or the History Library List ("Ctrl+Shift+H") and sort or view by "Last visited".
    You can make '''Firefox 5.0.1''' look like Firefox 3.6.19, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 5.0.1, or 4.0.1, look like 3.6.*)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface

  • What happens to the original photo after editing?  Does it get replaced by the edited photo?

    I just bought my first iPhone(5).  On Android, when editing a photo, the original stays in your gallery and the edited photo gets placed right next to it.  So what I want to know is, When editing a photo in the photo app, what happens to the original since it would be nice to be able to make different edits of it.

    That is an excellent question. This is definitely not the programmed behavior of Photoshop Elements. Normally, when you edit a file, a new copy of the file is created (the original is simply left alone). This new copy of the file will have "_edited-1" added to the end of the name. It should definitely not be adding $ to the name at all.
    Just as a test, create a new user account on your computer, and try editing another image to see if does the same thing there. However, I suspect there is another application on your computer that is modifying how files are saved, deleted, and renamed.

  • I have a Mac OS 10.6.7 running Firefox 4.0.1. What happened to the enable cookies in Preference/Privacy. It's gone I need to enable. Thanks.

    Question
    I have a Mac OS 10.6.7 running Firefox 4.0.1. What happened to the enable cookies in Preference/Privacy. It's gone and I think I need to enable. I can't log on to Citibank to pay my bills using Firefox or Safari for that matter. Citibank says cookies must be enabled to access their on-line bank. I wonder if this is the problem...cookies that is?

    Yes, I found the cookies, and thanks for taking the time to help out. I called Citibank. They told me that they will not support Firefox or Safari for Mac because our user group is too small for them and the expense too high. The person that I spoke to said in the past, Firefox has worked with Citi, but that was just by accident. At the moment they have no plans to help Mac people using the latest OS log onto their website or enable programs like my Quicken or Mint.com to access. They don't work anymore either. I think all the problems happened after the last OS update.

Maybe you are looking for

  • Events imported in wrong order

    I've got about 1,000 existing clips from my Sony hard disk camcorder which aren't compatible with IMovie. So I've had to convert them to DV using the excellent MPEG Streamclip from squared5.com When I then import the clips into IMovie, the clips had

  • DOES MAG SAFE POWER ADAPTER WORK THE SAME AS A PORTABLE POWER ADAPTER??

    My power adapter broke, so I just purchased a Mag Safe power adapter. My computer works when it is plugged in, but it says that there are no batteries available, and it is not charging. Is there a difference between the two, and what could be the pro

  • Urgent help in query

    i have a table having business_name,sales,SIC the data is shown below business_name sales sic xxx 30 1300 yyy 45.5 2000 zzz 65 8769 i need to generate a report the number of business having sales between 0-50 and sic between 000-3000 and 3000-5000 an

  • Why System.arraycopy function does not follow java naming conventions ?

    System.arraycopy should be System.arrayCopy.... can anyone tell me why is it so ?

  • One report to pull data from SQL or DB2

    Hi Guys, First post here.  I have scoured the internet using our good friend google for answers and have come up empty.  I hope someone can help me here! Some Info: Crystal XI R2, Visual Studio 2005, Ms SQL Server 2005, DB2, VB.NET What I am trying t