Sorry about that; I can't compile against the 10.4 SDK with this system, so my lazy copy-paste is getting me in trouble. Hopefully it's fixed now; I copied the enum from the NSCell header and changed the category name.
On Wednesday, November 28, 2007, at 10:24AM, "Christiaan Hofman" <[EMAIL PROTECTED]> wrote: >Still doesn't work, as the NSBackgroundStyle values are not defined. >Moreover, I think it should be an NSLevelIndicatorCell category? > >Christiaan > >On 28 Nov 2007, at 7:19 PM, [EMAIL PROTECTED] wrote: > >> Revision: 11732 >> http://bibdesk.svn.sourceforge.net/bibdesk/? >> rev=11732&view=rev >> Author: amaxwell >> Date: 2007-11-28 10:19:46 -0800 (Wed, 28 Nov 2007) >> >> Log Message: >> ----------- >> see if 10_5 is defined >> >> Modified Paths: >> -------------- >> branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKLevelIndicatorCell.m >> >> Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/ >> BDSKLevelIndicatorCell.m >> =================================================================== >> --- branches/TRY_ARM_FILE_INTERFACE/bibdesk/ >> BDSKLevelIndicatorCell.m 2007-11-28 18:05:09 UTC (rev 11731) >> +++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/ >> BDSKLevelIndicatorCell.m 2007-11-28 18:19:46 UTC (rev 11732) >> @@ -45,7 +45,7 @@ >> - (void)_drawRelevancyWithFrame:(NSRect)cellFrame inView:(NSView *) >> controlView; >> @end >> >> -#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 >> +#if !defined(MAC_OS_X_VERSION_10_5) || >> (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5) >> typedef NSInteger NSBackgroundStyle; >> @interface NSLevelIndicatorStyle (LeopardOnly) >> - (NSBackgroundStyle)backgroundStyle; >> >> >> This was sent by the SourceForge.net collaborative development >> platform, the world's largest Open Source development site. >> >> ---------------------------------------------------------------------- >> --- >> SF.Net email is sponsored by: The Future of Linux Business White Paper >> from Novell. From the desktop to the data center, Linux is going >> mainstream. Let it simplify your IT future. >> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 >> _______________________________________________ >> Bibdesk-commit mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/bibdesk-commit > > >------------------------------------------------------------------------- >SF.Net email is sponsored by: The Future of Linux Business White Paper >from Novell. From the desktop to the data center, Linux is going >mainstream. Let it simplify your IT future. >http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 >_______________________________________________ >Bibdesk-develop mailing list >Bibdesk-develop@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/bibdesk-develop > > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Bibdesk-develop mailing list Bibdesk-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-develop