progress indicator and menu improvements. [not part of build]

This commit is contained in:
vidur%netscape.com 2001-11-30 02:02:11 +00:00
parent 1ad0ca5c26
commit 1d30755167
3 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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) {