View Issue Details

IDProjectCategoryView StatusLast Update
0003513JEDI VCL00 JVCL Componentspublic2006-04-05 06:43
ReporterAriochAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformDelphi 5 EntOSwin ntOS Version2000 sp4
Product Version 
Target VersionFixed in Version3.30 
Summary0003513: UpDown components - no events, when changing ?
Description* Forwarded by Arioch /BDV/
* Newsgroup: jedi.vcl on: forums.talkto.net
* From: "Arioch /BDV/" <the_Arioch@nm.False-Domain.ru>
* Date: Sun, 12 Feb 2006 17:11:23 +0300
* URL: news://forums.talkto.net/dsnf4v$qs3$2@talkto.net
* Subj: UpDown components - no events ?
==========================================================================

Hello, All!

At least in Delphi 5 TJv*UpDown generate no OnChanging / OnChangingEx
events. If to trace - indeed that is never possible.

Indeed, they overrided a lot of VCL methods without calling inherited ones,
and those events got lost.

BTW, why Associated component can only be TCustomEdit ?
Perhaps it could be any component exposing some interface and/or and
TWinControl ?
TagsNo tags attached.

Activities

obones

2006-04-05 06:43

administrator   ~0008977

inherited call in CN_NOTIFY has been added, it solves all this.

As to the associated component type, please create a NEW issue for this, after having discussed it on the newsgroups.

Issue History

Date Modified Username Field Change
2006-02-14 13:35 Arioch New Issue
2006-04-05 06:43 obones Status new => resolved
2006-04-05 06:43 obones Resolution open => fixed
2006-04-05 06:43 obones Assigned To => obones
2006-04-05 06:43 obones Note Added: 0008977