Toshiba 40L3451DB - How do I program the remote "My Buttons"?

Since my TV has the fault where it doesn't open the Cloud TV without login each time, I want to program a couple of apps to the My Buttons on the remote.
As standard when I press my button 1, YouTube app is launched. According to the manual I am supposed to hold down the button for 5secs on the link I want to set it. I cannot find any way of setting the my button to any other app, only setting it to select the currently watched channel. Ideally I want to program a button to select IPlayer.
Any ideas?

User manual said that these buttons may have default functions depending on the model. But you can set a special function to these buttons by pressing on them for five seconds when on a desired source, channel or link.
A confirmation message will be displayed on the screen.
Now the selected button is associated with the selected function.
Unfortunately I did not find any details that you could assign an single app to such button
Note that if you perform first time installation, MY BUTTON 1 & 2 will return to their default function.

Similar Messages

  • How can I get the remote control button to appear in itunes?

    I cant seem to locate the remote control button that is supposed to appear in iTunes. I do not have any remote controls associated with my iTunes yet the button is not appearing. Help.

    Download the Adobe Flash Player installer directly by right clicking the following link and selecting "Save Link as".
    Flash Player Plug-in (All other browsers)
    THAT's the Flash Player.
    Shockwave Player 12
    THAT's the Shockwave plugin.
    BOTH should be up to date.

  • How do I program my remote to work for my satellite and Blu Ray player?

    I recently purchased the 55 in LED Toshiba tv model number 42SL417U and I am having trouble finding the instructions on how to program it to work with my Sony Blu Ray player and Satellite. I went to product support and could not find a topic on how to program the remote. 

    Information on how to program your remote is available on page 79 of your user's guide.
    The TV also has CEC functionality to control other CEC-enabled, HDMI-connected devices. More information about this is on page 19 of the user's guide.
    - Peter

  • How can I program the text fields in my email forum to have rounded corners

    How can I program the text fields in my email forum to have rounded off edges or corners. 
    this is the code im using.
    // insert code here// insert code here// prepare email field
    var email = sym.$("email")
    email.html("Enter your Email: ");
    inputEmail = $('<input />').attr({'type':'text', 'value':'', 'id':'email'});
    inputEmail .css ('font-size', 14);
    inputEmail .css ('width', 350);
    inputEmail .css ('background-color', '#4e4e4e');
    inputEmail .appendTo(email);
    // prepare topic field
    var topic = sym.$("topic");
    topic.html("Topic: ");
    inputTopic = $('<input />').attr({'type':'text', 'value':'', 'id':'topic'});
    inputTopic .css ('font-size', 14);
    inputTopic .css ('width', 350);
    inputTopic .css ('background-color', '#4e4e4e');
    inputTopic .appendTo(topic);
    // prepare message field
    var message = sym.$("message");
    message.html("Message: ");
    inputMessage = $('<textarea />').attr({'type':'textarea','rows':'10', 'cols': '25','value':'', 'id':'message'});
    inputMessage .css ('font-family',"Arial,Helvtica,sans-serif");
    inputMessage .css ('color',"#ffffff");
    inputMessage .css ('font-size', 14);
    inputMessage .css ('background-color', '#4e4e4e');
    inputMessage .css ('box-shadow', '#4e4e4e');
    inputMessage .css ('width', 350);
    inputMessage .css ('height', 150);
    inputMessage .appendTo(message);
    var submitBtn = sym.$("btn");
    submitBtn.html("Submit");
    submitBtn.css("text-align", "center");
    submitBtn.css("font-size",14);
    submitBtn.css("font-weight","bold");
    submitBtn.css("color","#ffffff");

    Try this: inputEmail.css ('border-radius', '25px');
    attachment
    more details

  • How do I disable the remote on my MacBook Pro

    How do I disable the remote on my MacBook Pro, every time I use my remote for my Apple TV iTunes starts playing.

    System Preferences --> Security & Privacy (click on lock in lower left corner and enter security info to make changes --> this will activate the "Advanced" button in the lower right corner --> click on it) --> Advanced --> Check the bottom box: "Disable remote control infrared receiver" --> Joy!

  • How do I program the preloader in a fluid swf from another fluid swf?

    I have built a fluid swf(preloader.swf) which is like an intro-cum-preloader screen to a flash site which is stored in main.swf. How do I program the preloader.swf to show the preload percentage of main.swf ?
    All the swf files used here are fluid,so there is an actionscript file which loads the movieclips onto stage dynamically,please give me a solution to this keeping this in mind. Please do ask for clarifications if needed.

    You want to use the Loader class in Actionscript 3. If you look at the example in the online help, you'll see that there are, among others, a progress event and a complete event. You can use this progress event, to track the progress of the loading of the file. The complete event occurs when the file has completely loaded.
    Have a look at this: http://help.adobe.com/en_US/ActionScript/3.0_UsingComponentsAS3/WS5b3ccc516d4fbf351e63e3d1 18a9c65b32-7fa4.html it explains how to use a Progress Bar component to show the loading of a file.

  • How do I get the remote to my apple tv to stop affecting my macbook?

    How do I get the remote to my apple tv to stop affecting my MacBook Pro?  Right now every time I hit play or up and down it affects the volume and the play mode on the MacBook.

    https://discussions.apple.com/message/12317173#12317173
    more hits
    https://www.google.dk/search?client=opera&q=make+apple+tv+remote+not+control+mac book&sourceid=opera&ie=UTF-8&oe=UTF-8

  • How do you set the remote only to work with the MacBook and not the Hi-Fi.

    I have a Hi-Fi Apple stereo hooked up to my Macbook but when I use the Apple remote, it controls both things.
    So if I am scrolling through my music in Frontrow then the volume on the Hi-Fi stereo is turning down or up depending on which way I am scrolling.
    My question is:
    How do I make the remote work with only my MacBook?

    Pair the remote with your macbook by isolating it point the remote at it while holding down the menu and next buttons. You see like a chain appear and that will mean the remote is paired. Now only the macbook will only respond to the macbooks remote. Do the same with the Hi-Fi remote and now the hi-fi will only work with the hi-fi remote.

  • How do I disconnect the remote on the imac

    Hi
    How do I disconnect the remote on my Imac, I have a Apple tv in the same room, so the sounund is going up and down..
    Henrik

    Go to System prefs>Personal>Security & Privacy>General>Advanced (enter Admin password if prompted) - check the 'Disable remote......' and 'ok'.
    MJ

  • How do I access the remote(requesting) clients IP address through the Portal API?

    How can I access the remote(requesting) clients IP address through the Portal API?
    On our 4.5 - IIS system, we can acces it using the Request.ServerVariables("Remote_Addr") in the ASP pages.
    We are deploying 5.0 on Java Portal and would like to be able to do this through the Portal's API so I can call it in one of our custom login Activity space or control etc.
    I have looked documentation for the HTTPServletRequest object. It seems like we should be able to access it through one of the methods getRemoteAddr if we can get a handle to HTTPServletRequest object through the Plumtree's framework.
    I think the XPRequest object encapsulates the HTTPServletRequest but I didn't see getRemoteAddr method listed in the Javadocs.
    Is there a way to access the client's IP address through the Plumtree's framework?
    I need to do this so we know the location of the user and in our business case we have fixed IP adresss which let us identify which location is user accessign the system from. We can't do this through preferences or profile because we have to use generic userid for the specifc group of users.
    Any help on this would be appreciated.
    Thanks.
    Vanita

    Hi, Vanita. For now, you can use
    stringsClientIP = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString();
    Hope that helps!
    Sarah

  • Hi,i have a big problem,.my ipad2 is lost,i left in public place...and then when im using the find my ipad apps.i accidentally clicked the remote wipe button,is there still way to track my ipad .thanks..

    hi,i have a big problem,.my ipad2 is lost,i left in public place...and then when im using the find my ipad apps.i accidentally clicked the remote wipe button,is there still way to track my ipad .thanks..

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
     Cheers, Tom

  • How can i create the blue "I"-Button for the Documentation in a view

    How can i create the blue "I"-Button for the documentation in a view?
    I want to prepare the button with user specified Information...
    and where must be create the documentation?
    thanks
    Edited by: DDC-TD on Apr 24, 2008 10:22 PM

    you have not mentioned where do u want the " I " information button ,
    1. If u want for a report , u can get the information button on selection-screen only .
       if u goto se38 on the mail screen u will find a radio button for documentaion ,
    when u select it and click 'create' or 'change' , an editor will open and u can document anything there ....
    2. Or specify where u want  info button .
    thanks ,
    reward points if usefull.

  • How do i move the reload page button in firefox OSX to beside the back button where it was before i updated.

    how do i move the reload page button in firefox OSX to beside the back button where it was before i updated.
    i know there is a classic theme addon for windows but i need a fix for osx...its very frustrating when you update and things like this change and cant be customized back to the way we are used to using the browser. its counter intuitive to have the refresh page button so far away from the back and home buttons.

    Is Classic Theme Restorer only for Windows? I thought it worked on Mac, too. Some of the pre-selected interface items like the Application Button may match old Windows versions and you may need to deselect those in its Settings dialog.
    To access that dialog, you can use the Add-ons page. Either:
    * Command+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions, the on the right side, look for the Options button below Classic Theme Restorer.

  • How can I remove the Emergency Call button from the lock screen Xperia Z2

    How can I remove the Emergency Call button from the lock screen on my Z2 phone

    Alecuk wrote:
     It's like the stupid bold font on the hours or the lock screen clock - i've never seen anything so stupid in all my life.
    it's things like this that make a good phone c.r.a.p.
    Hi, well if you do a little bit of research on the forum you will be able to see that you can & very easily able to change the font on the clock 

  • How do I remove the floating home button from my phone?

    How do I remove the floating home button from my iPhone 4? It was originally installed by the Apple Genius Bar because my home button was not working, but I have now bought a replacement iPhone 4 (where the home button works) and I still have the floating home button on the screen. I would like to remove it considering its no longer needed.

    Select the "Dot", then "Gestures", chose a Gesture Square, Assistive Touch, Off.

Maybe you are looking for

  • Possible defective X240 3-cell battery. Help me diagnose!

    I bought an X240 about 2 weeks ago and things are running fine.  It came with the large 6-cell battery.  Last week, I purchased a genuine Lenovo 3-cell battery from a third-party reseller.  I plugged it in this morning for the first time, and it seem

  • ECC 6.0 upgrade BDC, LSMW, IDOC checking stratergy

    Hi Experts, We have developed lot of LSMW involving BDC recordings, programs, IDOC and BAPI to load the data. We are now upgrading to ECC 6.0 and hence like to know the approach or check list whcih will help to check these objects and find out the di

  • Graphics.drawImage not using specified background color

    Thanks to everyone in advance - I have created an image resizing class, with a crop method. The cropping works great, the issue that I am having is the background color that i specify in the drawImage function of Graphics is not working correctly, it

  • Limit Print Function via password

    My dilema is this. My son and daughter continue to print reams of items from the family machine. I would like to have a password added to the print function.. Example being anytime something is sent to the printer a dialog box opens prompting for a p

  • ClassNotFoundException when using InitialContextFactoryImpl

    Dear Experts,        I'm trying to access an EJB which has been deployed on SAP J2EE Engine from a J2SE client by following the guide Link: [Accessing Enterprise JavaBeans Using JNDI in SAP NetWeaver Application Server|https://www.sdn.sap.com/irj/sdn