Thanks
CPProgressIndicatorSpinningStyleColors[CPMiniControlSize] =
[CPColor colorWithPatternImage:[[CPImage alloc]
initWithContentsOfFile:
[bundle
pathForResource:@"CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif"]
size:CGSizeMake(64.0, 64.0)]];
CPProgressIndicatorSpinningStyleColors[CPSmallControlSize] =
[CPColor colorWithPatternImage:[[CPImage alloc]
initWithContentsOfFile:
[bundle
pathForResource:@"CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif"]
size:CGSizeMake(64.0, 64.0)]];
CPProgressIndicatorSpinningStyleColors[CPRegularControlSize] =
[CPColor colorWithPatternImage:[[CPImage alloc]
initWithContentsOfFile:
[bundle
pathForResource:@"CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif"]
size:CGSizeMake(64.0, 64.0)]];
One way around this for now is to just use the image directly and set
the size you want it to be when allocing the image.
> --
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
> To post to this group, send email to objec...@googlegroups.com.
> To unsubscribe from this group, send email to objectivej+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/objectivej?hl=en.
>
>
>
>