Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User crrrraaazzzy's Avatar
    Join Date
    May 2009
    Posts
    3
    Hello,,
    I have a widget with Ram info
    Images:



    But the problem is how can I make it automatically refresh
    What is the code should I add and where?

  2. #2
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    832
    That is hard to say without seeing the actual code. After doing some guesswork, I'll bet that you have implemented this with SystemInfo service API (WRT 1.0). So what you need to do is add a timer that calls your custom checkFreeRam function periodically. Like setInterval(checkFreeRam,2000);

    In the checkFreeRam you should check the ram level and then update the graph accordingly.

    -Ilkka

  3. #3
    Registered User crrrraaazzzy's Avatar
    Join Date
    May 2009
    Posts
    3
    Thanks But I figured it out, Thanks for your help

  4. #4
    Registered User mod_perl's Avatar
    Join Date
    Oct 2008
    Posts
    1
    use setInterval(refreshFuncName, timeout) function
    or even better use setTimeout(refreshFuncName, timeout)

Similar Threads

  1. wml auto refresh not working in actual phone
    By jhodgski in forum Mobile Web Site Development
    Replies: 4
    Last Post: 2010-07-25, 15:48
  2. auto update of WRT
    By bablaet in forum Symbian Web Runtime
    Replies: 6
    Last Post: 2009-05-29, 09:20
  3. What is WRT 1.0, 1.1, 1.2 versions?
    By naroori in forum Symbian Web Runtime
    Replies: 2
    Last Post: 2008-12-24, 20:07
  4. Forum Nokia WRT Webinar Q&A (In Portuguese)
    By bill.volpe in forum Symbian Web Runtime
    Replies: 0
    Last Post: 2008-06-13, 16:35
  5. Replies: 1
    Last Post: 2008-03-09, 11:16

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