View Issue Details

IDProjectCategoryView StatusLast Update
0005432JEDI VCL00 JVCL Componentspublic2011-09-21 14:10
Reporteru_kornAssigned ToAHUser 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.45 
Summary0005432: TJVFooter.Pas: Patch for correct button-position even if some buttons are not visible
DescriptionIf 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 Information278c278,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
TagsNo tags attached.

Activities

AHUser

2010-12-01 18:51

developer   ~0018236

Fixed in svn revision 12949.

Issue History

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