View Issue Details

IDProjectCategoryView StatusLast Update
0001808JEDI VCL00 JVCL Componentspublic2004-06-25 05:00
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001808: TJvLookout button order changes when setting button visibility
DescriptionThe TJvLookout button order changes when setting button visibilities.
The buttons need to remain in the same design-time order when hiding and revealing them at runtime eg. when used to control a User's available options.
TagsNo tags attached.

Activities

user72

2004-05-28 00:58

  ~0004399

Try modifying the following:

procedure TJvCustomLookOutButton.VisibleChanged;
begin
  inherited VisibleChanged;
  if not (csCreating in ControlState) then
  begin
    Invalidate;

    if Parent is TJvLookOutPage then
      TJvLookOutPage(Parent).ScrollChildren(0);

  end;
end;

user72

2004-06-25 05:00

  ~0004622

No reply, so assuming it works (already in CVS)

Issue History

Date Modified Username Field Change
2004-05-27 16:45 anonymous New Issue
2004-05-28 00:58 user72 Note Added: 0004399
2004-05-28 00:58 user72 Assigned To => user72
2004-05-28 00:58 user72 Status new => feedback
2004-06-25 05:00 user72 Status feedback => resolved
2004-06-25 05:00 user72 Resolution open => fixed
2004-06-25 05:00 user72 Note Added: 0004622