It seems there is a bug in the flash lite api! If i have more than one contact with a saved anniversary date i can't read the value, the application always crash! I can read the "Label" but not the...
Type: Posts; User: atiwoh; Keyword(s):
It seems there is a bug in the flash lite api! If i have more than one contact with a saved anniversary date i can't read the value, the application always crash! I can read the "Label" but not the...
It seems that it depends on the size of the list what happens if i access anniversary value. If i have many contacts (> 10) with saved anniversary dates the access to the value of the property result...
Hi,
i try to get the anniversary dates from contacts of my contacts list. Therefore i get a list of all contacts and check for the anniversary property.
var contact = new...
Hi!
I used it in the following way ...
var startRange : Date = new Date();
var endRange : Date = new Date();
....