View Issue Details

IDProjectCategoryView StatusLast Update
0004779JEDI VCL00 JVCL Componentspublic2009-07-03 16:45
ReporterZENsanAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.38 
Summary0004779: TJvCalcEdit basic notification failure and TJvSpinEdit bug
Description1) When value is eneter using button dialog in JvCalcEdit/JvDBCalcEdit, then event "OnChange" is not called at all.

2) When trying to change value in JvSpinEdit it blocks user input, only after using arrows possible to enter value free.
Additional InformationIn attached project:

1) Run
2) Press calc button on first edit window
3) Eneter any value
4) Press "=" button to put value into editor
5) Now enter any value directly without calc - you will see message "Value changed" (which is called in OnChange event), in fourth step you had no this message, but it must be!
6) Make first edit control active
7) Press Tab to go to second control (JvDBSpinEdit)
8) Value "5" i selected in blue color
9) Press now for example key "8" - you cant enter value, you can do this only after using arrows' buttons (which puts dataset in edit mode).
TagsNo tags attached.

Activities

2009-05-18 17:00

 

JvCalcEdit.zip (1,388 bytes)

obones

2009-07-03 16:23

administrator   ~0015754

For first problem, you have to set property EnablePopupChange to True, no fix is needed.
Second problem is under investigation

obones

2009-07-03 16:45

administrator   ~0015755

The second issue is fixed in SVN, basically it was not working if using the numerical keypad

Issue History

Date Modified Username Field Change
2009-05-18 17:00 ZENsan New Issue
2009-05-18 17:00 ZENsan File Added: JvCalcEdit.zip
2009-07-03 16:23 obones Note Added: 0015754
2009-07-03 16:23 obones Status new => acknowledged
2009-07-03 16:45 obones Note Added: 0015755
2009-07-03 16:45 obones Status acknowledged => resolved
2009-07-03 16:45 obones Fixed in Version => Daily / SVN
2009-07-03 16:45 obones Resolution open => fixed
2009-07-03 16:45 obones Assigned To => obones