Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7660245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:26:23+00:00 2026-05-31T13:26:23+00:00

I try to develop an application for smartTV. I spend my two days really

  • 0

I try to develop an application for smartTV. I spend my two days really and didnt reach anyting.

I have a strange problem.

if you click below link you will see page page for smartTV
http://portal.sinemalar.com/tv/vestel/v1/detail/48029/

And you can use up and down arrow keys if you want to see more details about movie.

 case KEYS.UP:
            var $kayan = document.getElementById('ozet_p');
            if (!$kayan.style.top)
                $kayan.style.top = "0px";
            var $top = $kayan.style.top;
            $top = $top.substr(0,$top.length-2);
            $height = $kayan.offsetHeight;
            if (0<parseInt($top) + 120)
                $top = 0;
            else
                $top = parseInt($top) + 120;
            $kayan.style.top = $top+'px';               
            break;
      case KEYS.DOWN:
            $kayan = document.getElementById('ozet_p');
            if (!$kayan.style.top)
                $kayan.style.top = "0px";
            $top = $kayan.style.top;
            $top = $top.substr(0,$top.length-2);
            $height = $kayan.offsetHeight;
            $max = 225-$height;
            if ($max<0)
            {
                if ($max>parseInt($top) - 120)
                    $top = $max;
                else
                    $top = parseInt($top) - 120;

                $kayan.style.top = $top+'px'; 
            }

            break;

This part is also work on my smartTV issueless

i have one more page which shows comment of movies

http://portal.sinemalar.com/tv/vestel/v1/comment/48029/1/1/1/1/

you can also use up and down keys if you want to see more comment.
and this is its code

 case KEYS.UP:
            if ($page>1)
            {
                $page--;            
                window.location.href = baseUrl+'comment/'+$movieId+'/'+$vPage+'/'+$yPage+'/'+$slot+'/'+$page+'/';
            }            
            break;
        case KEYS.DOWN:
            $page++;
            window.location.href = baseUrl+'comment/'+$movieId+'/'+$vPage+'/'+$yPage+'/'+$slot+'/'+$page+'/';
            break;

Problem is that this part works on pc and not work on the smartTV.

What might be the problem? Any suggestion ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:26:24+00:00Added an answer on May 31, 2026 at 1:26 pm

    You should package your app for the TV, and while leaving your SDK IDE open, run the application on TV, it should show debug information in the same place while developing on PC. Maybe it will show some relevant information.

    Samsung SmartTV still is very unstable and buggy platform to develop for. Lots of features does not work in SDK, so you need to test it on device to be sure.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I occur a problem when develop a application on android. There have two image
I have a quick little application and wanted to give a try to develop
Is there any document to develop cross-platform mobile application. I have try to go
i am try to develop a small application. Now should i organize my 3rd
I am try to Develop a application that can control a PC using SMS
As I'm just starting to develop an iPad application & have started getting used
I would like to develop an application with two languages. Actually, the goal is
I'm trying to develop an Android application but when I try to connect to
Hi i have develop an android application in which i want to prevent user
I have try to simulate and develop base of some zend project and in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.