View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001476 | JEDI VCL | 00 JVCL Components | public | 2004-03-14 10:36 | 2004-03-16 03:59 |
Reporter | USchuster | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001476: TJvWaitingGradient.SetActive doesn't care about the Value - it always toggles the state | ||||
Description | setting TJvWaitingGradient.Active toggles always the state and doesn't care about the Value | ||||
Additional Information | is broken in Beta 1 and latest CVS | ||||
Tags | No tags attached. | ||||
|
You're right. SetActive should probably look something like this: if FScroll = nil then Exit; if Value and FScroll.Suspended then begin FScroll.Resume; if AlwaysRestart then Restart; end else if not Value and not FScroll.Suspended then FScroll.Suspend; |
|
Fixed in CVS according to posted suggestion |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-03-14 10:36 | USchuster | New Issue | |
2004-03-14 13:44 |
|
Note Added: 0003342 | |
2004-03-14 13:44 |
|
Assigned To | => user72 |
2004-03-14 13:44 |
|
Status | new => acknowledged |
2004-03-16 03:59 |
|
Status | acknowledged => resolved |
2004-03-16 03:59 |
|
Resolution | open => fixed |
2004-03-16 03:59 |
|
Note Added: 0003353 |