From: Yvon T. <yvo...@gm...> - 2008-02-01 08:05:10
|
because i need to use the AddressBook framework, i'm following the example "ABPresence". however if, in AddressBook preferences, i switch to/from last name first / first name first (the AddressBook UI is right switching) i don't see this switching in the variable "lastNameFirst" : lastNameFirst = (flags & KABNameOrderingMask) == KABLastNameFirst similarly to "ABPersonDisplayName.rb" if i write a "firstNameFirst" var, as for "lastNameFirst" i get allways false as a resut. then having both : lastNameFirst === firstNameFirst === false is there a known bugg (in the framework itself ???) best, yvon |