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



