thanks David that worked - I had loads of resources above 10,000 Do you know of any way of reducing the auto increment in the constructor? Since it starts at 1000 and increments by 100, it was very easy to reach 10,000.
thanks again, Eamon ------------------------------------------------------------------------ >>the following code works perfectly in that the correct title is displayed, >>the day I pass in gets displayed and the day the user selects gets returned. >>However instead of the "S M T W T F S" column header, I get "D e f a u l t" >>Has anyone any idea why? >Often this results from having a string in your own PRC which is in the >system's range of IDs. (10,000 and up are reserved for the OS.) Check >that first. >If that's not it, other useful information would be knowing what version of >the OS you're running, what language it is in, if you've done anything else >with localization settings, and whether SelectDay works when the PIM apps >call it. >-David Fedor >PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
