fix phantom checkbox and password field in prompt dialog (bug 156561)

This commit is contained in:
pinkerton%netscape.com 2002-07-24 20:41:30 +00:00
parent 0a550cf393
commit 829445ae98
16 changed files with 8 additions and 32 deletions

View File

@ -6,10 +6,6 @@
<string>285 97 356 301 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>202</integer>
</array>
<key>IBSystem Version</key>
<string>5S60</string>
</dict>

Binary file not shown.

View File

@ -6,10 +6,6 @@
<string>285 97 356 301 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>202</integer>
</array>
<key>IBSystem Version</key>
<string>5S60</string>
</dict>

Binary file not shown.

View File

@ -163,10 +163,10 @@ enum { kOKButton = 0, kCancelButton = 1, kOtherButton = 2 };
if (doCheck) {
int state = (*checkValue ? NSOnState : NSOffState);
[promptPanelCheck setState:state];
[promptPanelCheck setEnabled:YES];
[promptPanelCheck setTransparent:NO];
}
else {
[promptPanelCheck setEnabled:NO];
[promptPanelCheck setTransparent:YES];
}
[promptPanelCheck setTitle:checkMsg];
[promptPanelInput setStringValue:promptText];

View File

@ -6,10 +6,6 @@
<string>285 97 356 301 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>202</integer>
</array>
<key>IBSystem Version</key>
<string>5S60</string>
</dict>

View File

@ -163,10 +163,10 @@ enum { kOKButton = 0, kCancelButton = 1, kOtherButton = 2 };
if (doCheck) {
int state = (*checkValue ? NSOnState : NSOffState);
[promptPanelCheck setState:state];
[promptPanelCheck setEnabled:YES];
[promptPanelCheck setTransparent:NO];
}
else {
[promptPanelCheck setEnabled:NO];
[promptPanelCheck setTransparent:YES];
}
[promptPanelCheck setTitle:checkMsg];
[promptPanelInput setStringValue:promptText];

View File

@ -6,10 +6,6 @@
<string>285 97 356 301 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>202</integer>
</array>
<key>IBSystem Version</key>
<string>5S60</string>
</dict>

Binary file not shown.

View File

@ -6,10 +6,6 @@
<string>285 97 356 301 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>202</integer>
</array>
<key>IBSystem Version</key>
<string>5S60</string>
</dict>

Binary file not shown.

View File

@ -163,10 +163,10 @@ enum { kOKButton = 0, kCancelButton = 1, kOtherButton = 2 };
if (doCheck) {
int state = (*checkValue ? NSOnState : NSOffState);
[promptPanelCheck setState:state];
[promptPanelCheck setEnabled:YES];
[promptPanelCheck setTransparent:NO];
}
else {
[promptPanelCheck setEnabled:NO];
[promptPanelCheck setTransparent:YES];
}
[promptPanelCheck setTitle:checkMsg];
[promptPanelInput setStringValue:promptText];

View File

@ -6,10 +6,6 @@
<string>285 97 356 301 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBOpenObjects</key>
<array>
<integer>202</integer>
</array>
<key>IBSystem Version</key>
<string>5S60</string>
</dict>

View File

@ -163,10 +163,10 @@ enum { kOKButton = 0, kCancelButton = 1, kOtherButton = 2 };
if (doCheck) {
int state = (*checkValue ? NSOnState : NSOffState);
[promptPanelCheck setState:state];
[promptPanelCheck setEnabled:YES];
[promptPanelCheck setTransparent:NO];
}
else {
[promptPanelCheck setEnabled:NO];
[promptPanelCheck setTransparent:YES];
}
[promptPanelCheck setTitle:checkMsg];
[promptPanelInput setStringValue:promptText];