hi, i m using the folliwng code to show the date selector form with some intialized value.But it shows error "App tried to write at Low memoery area." error.What is wrong in the following code.
DateTimePtr dateTimeP=NULL; dateTimeP->month=4;dateTimeP->day=5; dateTimeP->year=1900; SelectDay (selectDayByMonth,&(dateTimeP->month), &(dateTimeP->day), &(dateTimeP->year),"birthday.."); Thanks v much ashutosh -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
