FROM : slasktrattenator
DATE : Fri Nov 23 17:10:04 2007
In Tiger, I could create a large progress indicator by setting its
size to NSRegularControlSize:
NSProgressIndicator *busyCursor = [[[NSProgressIndicator alloc]
initWithFrame:rect] autorelease];
[busyCursor setStyle:NSProgressIndicatorSpinningStyle];
[busyCursor setControlSize:NSRegularControlSize];
This would make the progress indicator fit nicely inside the rect. Now
in Leopard, the size of the indicator seems non-adjustable. It's
always small, whereas the rest of the rect draws white. Is it no
longer possible to draw custom-sized progress indicators?
DATE : Fri Nov 23 17:10:04 2007
In Tiger, I could create a large progress indicator by setting its
size to NSRegularControlSize:
NSProgressIndicator *busyCursor = [[[NSProgressIndicator alloc]
initWithFrame:rect] autorelease];
[busyCursor setStyle:NSProgressIndicatorSpinningStyle];
[busyCursor setControlSize:NSRegularControlSize];
This would make the progress indicator fit nicely inside the rect. Now
in Leopard, the size of the indicator seems non-adjustable. It's
always small, whereas the rest of the rect draws white. Is it no
longer possible to draw custom-sized progress indicators?
| Related mails | Author | Date |
|---|---|---|
| slasktrattenator | Nov 23, 17:10 | |
| Andreas Mayer | Nov 23, 17:18 | |
| John Stiles | Nov 23, 19:53 | |
| slasktrattenator | Nov 23, 20:14 | |
| slasktrattenator | Nov 23, 22:11 | |
| Ricky Sharp | Nov 23, 22:41 | |
| slasktrattenator | Nov 23, 23:00 | |
| slasktrattenator | Nov 24, 00:40 | |
| Chris Hanson | Nov 24, 07:30 | |
| Ricky Sharp | Nov 24, 14:35 |






Cocoa mail archive

