View Issue Details

IDProjectCategoryView StatusLast Update
0001476JEDI VCL00 JVCL Componentspublic2004-03-16 03:59
ReporterUSchusterAssigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001476: TJvWaitingGradient.SetActive doesn't care about the Value - it always toggles the state
Descriptionsetting TJvWaitingGradient.Active toggles always the state and doesn't care about the Value
Additional Informationis broken in Beta 1 and latest CVS
TagsNo tags attached.

Activities

user72

2004-03-14 13:44

  ~0003342

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;

user72

2004-03-16 03:59

  ~0003353

Fixed in CVS according to posted suggestion

Issue History

Date Modified Username Field Change
2004-03-14 10:36 USchuster New Issue
2004-03-14 13:44 user72 Note Added: 0003342
2004-03-14 13:44 user72 Assigned To => user72
2004-03-14 13:44 user72 Status new => acknowledged
2004-03-16 03:59 user72 Status acknowledged => resolved
2004-03-16 03:59 user72 Resolution open => fixed
2004-03-16 03:59 user72 Note Added: 0003353