View Issue Details

IDProjectCategoryView StatusLast Update
0001998JEDI VCL00 JVCL Componentspublic2004-07-26 02:52
ReportermathewwintersAssigned Touser72 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001998: TJvXPBar items do not update on actions OnUpdate event.
DescriptionCurrently, Items on TJvXPBar's when attached to Actions (via D7's TActionManager, and possably TActionList). do not change state baised on the actions OnUpdate event.

The class TJvXPCustomWinXPBar needs the additional control style csActionClient.

Also,
TJvXPBarItem.ActionChange needs to call TCustomAction(Sender).Update

Thus.

  if Sender is TCustomAction then
    with TCustomAction(Sender) do
    begin
      Update();
...
TagsNo tags attached.

Activities

user72

2004-07-26 02:52

  ~0004829

Fixed in CVS

Issue History

Date Modified Username Field Change
2004-07-25 17:02 mathewwinters New Issue
2004-07-26 02:52 user72 Status new => resolved
2004-07-26 02:52 user72 Resolution open => fixed
2004-07-26 02:52 user72 Assigned To => user72
2004-07-26 02:52 user72 Note Added: 0004829