Hi,
I added -isOpaque to return YES to both the overlapping custom view and even
sub-classed progress bar and set them to return -isOpaque as YES.
Although the problem is not there when progressing, but at the end when a alert
panel comes to from and progress bar returns to 0.0, the same patch i
On 16 Feb 2014, at 4:36 am, Nick Rogers wrote:
> 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.
Probably because neither the progress view or your other view returns YES from
-isOpa
ick Rogers
> Subject: Fwd: progress indicator strange partial overlay
> Date: 15 February 2014 10:46:52 pm IST
> To: Cocoa-dev List List
>
> Hi,
>
> Here’s the image URL: http://i60.tinypic.com/209m6bd.jpg
>
> Best,
> Nick
>
>
> Begin forwarded message:
>
Hi,
Here’s the image URL: http://i60.tinypic.com/209m6bd.jpg
Best,
Nick
Begin forwarded message:
> From: Nick Rogers
> Subject: progress indicator strange partial overlay
> Date: 15 February 2014 10:41:08 pm IST
> To: Cocoa-dev List List
>
> Hi,
>
> I have a blue
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 wrappe