View Issue Details

IDProjectCategoryView StatusLast Update
0001405JEDI VCL00 JVCL Componentspublic2004-04-22 02:56
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001405: TJvSpinEdit do not invoke onChange
DescriptionTJvSpinEdit do not invoke onChange if value changed
Additional InformationThe TJvCustomSpinEdit.Change called, but in this method
"value" had been changed allready.
TagsNo tags attached.

Activities

user72

2004-03-01 10:09

  ~0003135

That depends whether coCheckOnChange is in CheckOptions or not AFAICS

anonymous

2004-03-04 10:24

viewer   ~0003195

Last edited: 2004-03-04 10:30

Reproduced the following behavior with JVCL 2.10 STABLE + Fix:
- change value by spinbuttons: no call to OnChange
- change value in edit field: no call to OnChange
On this two it makes no difference if coCheckOnChange is in options or not

- deleted last digit in Edit field by backspace or del key: OnChange gets called and Value is reset to MinValue if coCeckOnChange is in CheckOptions

As with standard components I would await OnChange to becalled every time regardless of the state of coCheckOnChange. IMHO this option should only control the additional checks on the possible boundaries via Min/Max properties.

edited on: 03-04-04 10:30

remkobonte

2004-03-04 16:49

developer   ~0003209

See 0000766

user72

2004-03-04 22:44

  ~0003214

Oh, I thought this was JVCL3. Well, then follow Remkos link to find a solution for JVCl 2.10

Issue History

Date Modified Username Field Change
2004-03-01 05:46 anonymous New Issue
2004-03-01 10:09 user72 Note Added: 0003135
2004-03-01 10:15 user72 Status new => feedback
2004-03-04 10:24 anonymous Note Added: 0003195
2004-03-04 10:30 anonymous Note Edited: 0003195
2004-03-04 16:49 remkobonte Note Added: 0003209
2004-03-04 22:44 user72 Status feedback => resolved
2004-03-04 22:44 user72 Resolution open => fixed
2004-03-04 22:44 user72 Assigned To => user72
2004-03-04 22:44 user72 Note Added: 0003214
2004-04-22 02:56 user72 Status resolved => closed