View Issue Details

IDProjectCategoryView StatusLast Update
0002774JEDI VCL00 JVCL Componentspublic2005-04-12 02:59
ReporteranonymousAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version3.00 BETA 2 
Target VersionFixed in Version 
Summary0002774: About TJvXPBar can accept other controls
DescriptionI found TJvXPBar can accept other controls in the Delphi RAD,be a container,how can i do to fix this?
TagsNo tags attached.

Activities

obones

2005-04-12 02:59

administrator   ~0006921

This is on purpose so that users can actually place additional buttons in the XP bar.
Should you want to remove this behaviour, you should derive your own class, override the Create(AOwner : TComponent) constructor and remove csAcceptControls from the ControlStyle property after having called inherited.

Issue History

Date Modified Username Field Change
2005-03-18 04:01 anonymous New Issue
2005-04-12 02:59 obones Status new => resolved
2005-04-12 02:59 obones Resolution open => won't fix
2005-04-12 02:59 obones Assigned To => obones
2005-04-12 02:59 obones Note Added: 0006921