Discussion Board

Results 1 to 9 of 9
  1. #1
    Registered User am11's Avatar
    Join Date
    Jan 2010
    Posts
    24
    Hi I created menus by using implicit lists. I wanted to have a ticker which displays a short description of the currently highlighted list item. I have been able to get the ticker to change when some one selects one of the list items. However i need it to the ticker to change text as the user is traversing through the list. Is this possible

  2. #2
    Nokia Developer Champion Tiger79's Avatar
    Join Date
    Apr 2007
    Posts
    2,697
    If my memory serves me right you could try to use the ItemStateListener interface (attach that to the List) to see when a List item is selected, and thus changing the Ticker text in that portion of code...

  3. #3
    Registered User am11's Avatar
    Join Date
    Jan 2010
    Posts
    24
    Thanks for the reply. Unfortunately List does not implement ItemStateListener only CommandListener. ATM until i find a solution i've set up a double click. When the user presses once the list item is selected and the ticker is changed. If user then presses the button again the application will carry out that command. Does anyone know of a more flexible list that has been implemented already that would be free and easy to use. As the list is also not allowing me to wrap text onto several lines even though i set it to wrap text.

  4. #4
    Nokia Developer Champion Tiger79's Avatar
    Join Date
    Apr 2007
    Posts
    2,697
    well then my memory didnt serve me right
    Another option in my opinion (even if it's gonna be time-expensive to implement) might be to implement a CustomItem...

  5. #5
    Registered User am11's Avatar
    Join Date
    Jan 2010
    Posts
    24
    Thanks Tiger79 but time is something in very short supply. I was hoping someone had already written a CustomItem that I could use

  6. #6
    Super Contributor grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    You could start a Thread, which monitors the selected-index on the list periodically, and updates the ticker. This is nasty, but it might suit your need.

    Graham.

  7. #7
    Nokia Developer Champion Tiger79's Avatar
    Join Date
    Apr 2007
    Posts
    2,697
    Bah Graham ! Thats just nasty !
    But it should work :P

  8. #8
    Super Contributor grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    It's a horrible way to use threads, with one constantly polling to see if data has been changed by another. The polling thread will need to sleep (to make sure that the UI remains responsive). Get the sleep too long, and the ticker update will lag. Get it too short, and the app will consume lots of CPU time (and potentially lots of battery life). Nasty. I apologize for even suggesting it.

  9. #9
    Registered User am11's Avatar
    Join Date
    Jan 2010
    Posts
    24
    I've decided to remove the ticker for now. Thanks for the advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved