View Issue Details

IDProjectCategoryView StatusLast Update
0006263JEDI VCL00 JVCL Componentspublic2020-05-19 10:30
ReporterrunfastmanAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Product Version3.45 
Target VersionFixed in Version 
Summary0006263: No On change event call for DateTimePicker
DescriptionI added an function for the OnChange Event. This function never gets called when you type in the control and change the item. It works with the standard TDateTimePicker.

This would also be a great time to fix the known issues with the default TDateTimePicker where "What you see isn't what you get" if you have both the date and time displayed and you change values not all values get updated on the back side, only values associated with "Kind" property get updated.
Example
Kind = dtkDate
Format = 'MM/dd/yyyy hh:mm tt'
//modify the hour, then read the time in code and it isn't modified.

This can be fixed in the OnChange Event by updating the date/time value using the text property of the component.

At the very least, expose the .text property of the component so the user can do this manually.

TagsNo tags attached.

Activities

obones

2014-09-03 11:33

administrator   ~0021023

Please provide the zipped sources of a sample application showing this

2019-05-05 09:17

 

JVCL_6263.zip (54,052 bytes)

mh

2019-05-05 09:20

reporter   ~0021811

I created a demo project now. It shows two things:

1. the OnChange event is fired just fine in the current version
2. the thing with not changing the entered time internally when Kind is dtkDate is indeed the case, but I rather think this is as designed. or what would the Kind property be for otherwise? If Kind is dtkTime the entered time is really changed.

obones

2020-05-19 10:30

administrator   ~0021923

Any news on this?

Issue History

Date Modified Username Field Change
2014-03-05 16:53 runfastman New Issue
2014-09-03 11:33 obones Note Added: 0021023
2014-09-03 11:33 obones Status new => feedback
2019-05-05 09:17 mh File Added: JVCL_6263.zip
2019-05-05 09:20 mh Note Added: 0021811
2020-05-19 10:30 obones Note Added: 0021923