[Chandler-dev] Contacts updated for alpha3

Ernesto Rivera rivera.ernesto at gmail.com
Wed Aug 16 07:50:46 PDT 2006


I have updated the contacts parcel after some incompatibilities  
previously inexistent in alpha2.

One of the modifications may interest you:


• Conditional text field ("raw vCard code") fails to be hidden/ 
displayed using checkbox:


class RawVCardAreaBlock(DetailSynchronizedContentItemDetail):

     # used to be enough prior to alpha3
     def shouldShow(self, item):
         return item.showVCard

     # needed since 0.7alpha3
     def whichAttribute(self):
         return 'showVCard'



(http://wiki.osafoundation.org/bin/view/Journal/AddressBookProject)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20060816/b050e249/attachment.htm


More information about the chandler-dev mailing list