Hoi, Wolfgang Lux wrote: >> soo for some reason GSMutableDictionary is not isKindOfClass NSDictionary? >> and not a NSMutableDictionary either? >> >> I bet this used to work... > It certainly still does work for me. Are you sure that the object you are > seeing is an instance object and not (for whatever reason) a class object?
sorry for the noise. The object was indeed an object. The point is... I have the same check in 3 places to "guard" the object types. However... one place was incomplete so it was falling through. A check next day helped. I was indeed puzzled, it loked impossible and I did this check many times. Riccardo