
jvSpinEdit in JVCL 2.1 - user-defined OnChange handlers don't execute

user-defined OnChange handlers assigned to the the newest version of
jvSpinEdit no longer fire correctly.

the attached zip archive contains Delphi code for a tiny test app that
demonstrates the failure of user-defined OnChange handler.  when compiled
using JVCL version 2.1, the caption of JvxLabel1 will not change as the
value of the spin edit control changes.

included in the zip file is a *crudely patched* version of jvSpin.pas that
brings the OnChange event back to life.  no magic here -- essentially all
I did was revive the Change method that was used in JVCL 2.0.  and while
there's no magic, there's also been no testing done either, so there could
be unknown side effects lurking...proceed with caution!


Mark Vaughan
mavaughan@earthlink.net
