Hi, The about last 30% of the length of the progress bar was passed onto the drawRect: of the blue background custom view as dirtyRect. Wonder what causes it. Solved it by checking dirtyRect and then skipping drawing [NSRectFill(); etc].
Wishes, Nick Begin forwarded message: > From: Nick Rogers <[email protected]> > Subject: Fwd: progress indicator strange partial overlay > Date: 15 February 2014 10:46:52 pm IST > To: Cocoa-dev List List <[email protected]> > > Hi, > > Here’s the image URL: http://i60.tinypic.com/209m6bd.jpg > > Best, > Nick > > > Begin forwarded message: > >> From: Nick Rogers <[email protected]> >> Subject: progress indicator strange partial overlay >> Date: 15 February 2014 10:41:08 pm IST >> To: Cocoa-dev List List <[email protected]> >> >> Hi, >> >> I have a blue background view and over it in the centre is a white >> background view (simple custom views). >> In the inner white custom view, even if I create the progress bar >> (determinate) via code or IB (Xcode 5), the later end of the bar is enclosed >> in some sort of bluish wrapper. The wrapper remains even when double value >> of bar enters it and bar progresses thru it. >> >> Attaching a 4k png image here. >> >> Please help. >> Nick >> _______________________________________________ >> >> Cocoa-dev mailing list ([email protected]) >> >> Please 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: >> https://lists.apple.com/mailman/options/cocoa-dev/roger_s1%40mac.com >> >> This email sent to [email protected] > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please 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: > https://lists.apple.com/mailman/options/cocoa-dev/roger_s1%40mac.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
