View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005432 | JEDI VCL | 00 JVCL Components | public | 2010-12-01 16:51 | 2011-09-21 14:10 |
Reporter | u_korn | Assigned To | AHUser | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.45 | |||
Summary | 0005432: TJVFooter.Pas: Patch for correct button-position even if some buttons are not visible | ||||
Description | If you use TJvFooter and you have to hide a button at runtime then you have some "holes" between the visible buttons. With this patch the "holes" will be filled by the visible buttons. Greets, Uli | ||||
Additional Information | 278c278,279 < (TJvFooterBtn(Controls[Idx]).Alignment = AAlignment) then --- > (TJvFooterBtn(Controls[Idx]).Alignment = AAlignment) and > (TJvFooterBtn(Controls[Idx]).Visible or (csDesigning in TJvFooterBtn(Controls[Idx]).ComponentState)) then | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-12-01 16:51 | u_korn | New Issue | |
2010-12-01 18:51 | AHUser | Note Added: 0018236 | |
2010-12-01 18:51 | AHUser | Status | new => resolved |
2010-12-01 18:51 | AHUser | Fixed in Version | => Daily / SVN |
2010-12-01 18:51 | AHUser | Resolution | open => fixed |
2010-12-01 18:51 | AHUser | Assigned To | => AHUser |
2011-09-21 14:10 | obones | Fixed in Version | Daily / SVN => 3.45 |