progress indicator and menu improvements. [not part of build]
git-svn-id: svn://10.0.0.236/trunk@109306 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c9a247e9cb
commit
0b5099dd72
@ -7,7 +7,7 @@
|
||||
<key>IBFramework Version</key>
|
||||
<string>219.0</string>
|
||||
<key>IBMainMenuLocation</key>
|
||||
<string>69 252 318 44 0 0 1024 746 </string>
|
||||
<string>100 481 318 44 0 0 1024 746 </string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5L14</string>
|
||||
<key>IBUserGuides</key>
|
||||
|
||||
Binary file not shown.
@ -23,6 +23,8 @@
|
||||
defaultStatus = NULL;
|
||||
loadingStatus = DOCUMENT_DONE_STRING;
|
||||
[status setStringValue:loadingStatus];
|
||||
|
||||
[progress setControlTint:NSClearControlTint];
|
||||
}
|
||||
|
||||
- (void)setFrame:(NSRect)frameRect
|
||||
@ -39,6 +41,7 @@
|
||||
defaultStatus = NULL;
|
||||
}
|
||||
|
||||
[progress setControlTint:NSDefaultControlTint];
|
||||
[progress setIndeterminate:YES];
|
||||
[progress startAnimation:self];
|
||||
|
||||
@ -54,6 +57,7 @@
|
||||
{
|
||||
[progress setIndeterminate:YES];
|
||||
[progress stopAnimation:self];
|
||||
[progress setControlTint:NSClearControlTint];
|
||||
|
||||
loadingStatus = DOCUMENT_DONE_STRING;
|
||||
if (defaultStatus) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user