View Issue Details

IDProjectCategoryView StatusLast Update
0004391JEDI VCL00 JVCL Componentspublic2008-11-02 15:10
ReporterARaimAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.33 
Target VersionFixed in Version3.36 
Summary0004391: TJvInspector - Editing the caption property for objects of type TSpeedButton does not trigger event
DescriptionSteps to repro:

-> Create a new VCL application
-> Drop a TJvInspector on the form
-> Drop a TSpeedButton on the form
-> Handle form's OnCreate event, adding this line of code: JvInspector1.InspectObject := SpeedButton1;
-> Add an event handler for OnItemValueChanged event.
-> Change properties, when you'll change the caption you'll notice that the event does not fire.
Additional InformationI suspect other components and controls will have the same behaviour, but I didn't check as of yet.
TagsNo tags attached.

Activities

obones

2008-07-04 05:21

administrator   ~0014366

Hi,

I would make our life easier if you could upload the zipped sources of a sample application showing this.

Thanks

2008-07-04 06:38

 

rp4391.zip (4,390 bytes)

ARaim

2008-07-04 06:39

reporter   ~0014368

I uploaded it, despite reaffirming that I don't see how having a sample project with just one line of code may help diagnosing an issue that is likely to be originated elsewhere.

Andrew

obones

2008-07-04 06:46

administrator   ~0014369

Because it saves us the time of creating it, and sometimes it's not the line, but the properties in the DFM that are the source of the problem.
Right now, I have the time to do "housekeeping" in Mantis, but not the time to look at solving any issue directly. But when the time comes, I only have to download the APP, try it and see what happens.

AHUser

2008-11-02 15:09

developer   ~0014954

Fixed in SVN. The problem is that for String items the Item-editor uses the AutoUpdate=True setting. This causes DisplayValue and EditCtrl.Text to be synchronized before they are compared.

Issue History

Date Modified Username Field Change
2008-07-04 03:52 ARaim New Issue
2008-07-04 05:21 obones Note Added: 0014366
2008-07-04 05:21 obones Status new => feedback
2008-07-04 06:38 ARaim File Added: rp4391.zip
2008-07-04 06:39 ARaim Note Added: 0014368
2008-07-04 06:46 obones Note Added: 0014369
2008-10-29 06:23 obones Status feedback => acknowledged
2008-11-02 15:09 AHUser Status acknowledged => resolved
2008-11-02 15:09 AHUser Fixed in Version => Daily / SVN
2008-11-02 15:09 AHUser Resolution open => fixed
2008-11-02 15:09 AHUser Assigned To => AHUser
2008-11-02 15:09 AHUser Note Added: 0014954