Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User mkl23's Avatar
    Join Date
    Jul 2010
    Posts
    4
    Hi guys and girls...

    first of all i like to say sorry for my bad english :X (german guy)

    well i own a sony vivaz with the nokia software symbian s60 5th. i found this board which shows me that it is possible to show the calendar entries in a swf file on the homescreen.

    i have tried to change the code of this page:

    http://wiki.forum.nokia.com/index.ph..._in_Flash_Lite

    i changed the following code:

    var su = outputEntry.Summary;
    var ti = outputEntry.StartTime;

    text_txt.text += "- "+su+"\r";
    date_txt.text += "- "+ti+"\r";

    so the file show´s me the name of the entry and the starttime but there are some problems.

    - if i create a entry for 17.07.2010 the swf file show me 16.07.2010 and i don´t know why?!?
    - if i have to much entries the system crashes so i like to know how to change the code to show just the next 7 days..

    i hope you got the problem

    best regards
    mkl

  2. #2
    Registered User mkl23's Avatar
    Join Date
    Jul 2010
    Posts
    4
    pls can´t anybody help me how to use a filter? i just like to show the next 5 calendar entries... there should be a way or not? it would also okay to show just a week (today-date + 7 days...)

    someone who know how to use [parameters.Filter.StartRange] [parameters.Filter.EndRange] i dont get it...

  3. #3
    Nokia Developer Champion danhicksbyron's Avatar
    Join Date
    Nov 2009
    Location
    Minnesota, USA
    Posts
    3,209
    Your first problem could have to do with timezones.

    As for the second, you need to learn how to program.

  4. #4
    Registered User mkl23's Avatar
    Join Date
    Jul 2010
    Posts
    4
    could you explain how i have to program the input? i like to say just read the events of today and the next 7 days and then print them down! found no site with a good expression...

    import com.nokia.lib.Service;
    var calender = new Service("Service.Calendar", "IDataSource");

    var inParams = {Type:"CalendarEntry"};
    var inParams1 = {Filter:"StartRange=Date()"}; <-- I don´t know (Error 1004)

    var outParams = calender.GetList(inParams, inParams1);

    what´s wrong in this code?
    Last edited by mkl23; 2010-07-20 at 15:07.

Similar Threads

  1. Xml in flashlite3.0
    By catina in forum [Archived] Flash Lite on Nokia Devices
    Replies: 2
    Last Post: 2009-09-30, 10:40
  2. How to launch java app from FlashLite3.1 ?
    By MForceOne in forum [Archived] Flash Lite on Nokia Devices
    Replies: 0
    Last Post: 2009-06-29, 17:46
  3. Nokia SIP API installation problems
    By calahan in forum Mobile Java Networking & Messaging & Security
    Replies: 4
    Last Post: 2005-08-18, 15:04
  4. Nokia SIP API installation problems
    By calahan in forum Mobile Java General
    Replies: 0
    Last Post: 2005-08-14, 00:10
  5. Problems with the Nokia UI API - DeviceControl class
    By cs8st in forum Mobile Java General
    Replies: 3
    Last Post: 2003-06-12, 15:06

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