Thanks for everyone's help.... The problem was that I was using ID's
higher than 10000 in constructor. 
The line that was exploding was (below is original palm source code)

Boolean SelectDay (const SelectDayType selectDayBy, SWord *month, SWord
*day, SWord *year, const CharPtr title)
{
....
        StrIToA(yearString, daySelectorInfo.selected.year);
***     FrmCopyLabel(frm, DateSelectorYearLabel, yearString);
        FrmSetControlGroupSelection (frm, monthGroup,
daySelectorInfo.selected.month);
...
}

DateSelectorYearLabel is #defined as 10102
Since I was using 10000 and above, it just choked....

Thanks again for the all the suggestions....
Ralph Krausse

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to