Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSRulerView background color



Hi,
as you know the default background color of an NSRulerView is the window
with the horizontal gray lines. I would indeed set a gray color. So I
subclassed the NSRulerView and coded

-(void)drawHashMarksAndLabelsInRect:(NSRect)aRect
{
    [[NSColor colorWithCalibratedWhite:0.85 alpha:1.0] set];
    NSRectFill(aRect);
    
    [super drawHashMarksAndLabelsInRect:aRect];
}

It works so and so, but sometimes the rulerView doesn't get refreshed and I
still see portions of the background window with the gray horizontal lines
pattern. I have tried to fill the rect in the drawRect method, but it is
worse. Any idea?



Best Regards
-- 
Lorenzo
email: email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.