Andreas Hoeschler wrote:
> NSCalendarDate > Don't raise exceptions here, return nil instead, otherwise creating > dates from invalid strings (NSDateFormatter tries this often) leads to > crashes. Exceptions can be catched and make it easier to debug. Install gdb 6 and set a breakpoint on raise. > NSDateFormatter Works for my in GSWeb apps. > NSNumberFormatter We have a custom Subclass here which is language dependent. So no comment here. For the AppKit stuff check if that stuff could go into an Association. dave --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (______) http://www.turbocat.de/ _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
