View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001808 | JEDI VCL | 00 JVCL Components | public | 2004-05-27 16:45 | 2004-06-25 05:00 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001808: TJvLookout button order changes when setting button visibility | ||||
Description | The 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. | ||||
Tags | No tags attached. | ||||
|
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; |
|
No reply, so assuming it works (already in CVS) |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-27 16:45 | anonymous | New Issue | |
2004-05-28 00:58 |
|
Note Added: 0004399 | |
2004-05-28 00:58 |
|
Assigned To | => user72 |
2004-05-28 00:58 |
|
Status | new => feedback |
2004-06-25 05:00 |
|
Status | feedback => resolved |
2004-06-25 05:00 |
|
Resolution | open => fixed |
2004-06-25 05:00 |
|
Note Added: 0004622 |