View Issue Details

IDProjectCategoryView StatusLast Update
0001418JEDI VCL00 JVCL Componentspublic2004-04-22 01:10
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001418: Missing components
DescriptionSome components do not get registered
(at least 1 - TJvDatePickerEdit ), because it is not in
JvStdCtrlsReg.pas
Additional InformationOriginal:
RegisterComponents(RsPaletteListComboTree, [TJvComboBox,TJvListBox,
    TJvCheckListBox, TJvTreeView, TJvListView, TJvCheckTreeView, TJvColorComboBox, TJvFontComboBox, TJvTextListBox, TJvxCheckListBox,
    TJvDateTimePicker, TJvMonthCalendar, {TJvMonthCalendar2,}
    TJvDrawGrid, TJvStringGrid]);

Modified by me:
RegisterComponents(RsPaletteListComboTree, [TJvComboBox,TJvListBox,
    TJvCheckListBox, TJvTreeView, TJvListView, TJvCheckTreeView,TJvDatePickerEdit,
    TJvColorComboBox, TJvFontComboBox, TJvTextListBox, TJvxCheckListBox,
    TJvDateTimePicker, TJvMonthCalendar, {TJvMonthCalendar2,}
    TJvDrawGrid, TJvStringGrid]);
TagsNo tags attached.

Activities

user72

2004-03-03 09:31

  ~0003164

I've added it to RsPaletteEdit in CVS

Issue History

Date Modified Username Field Change
2004-03-03 06:18 anonymous New Issue
2004-03-03 09:31 user72 Status new => resolved
2004-03-03 09:31 user72 Resolution open => fixed
2004-03-03 09:31 user72 Assigned To => user72
2004-03-03 09:31 user72 Note Added: 0003164
2004-04-22 01:10 user72 Status resolved => closed