View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002846 | JEDI VCL | 03 Donations | public | 2005-04-08 00:42 | 2006-07-29 07:30 |
| Reporter | scottjmiles | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | won't fix | ||
| Product Version | 3.00 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0002846: Modified JvInspector.pas to allow inspection of common properties from a list of objects. | ||||
| Description | Original file version: // $Id: JvInspector.pas,v 1.134 2004/11/13 09:59:59 ahuser Exp $ Apr 7, 2005, Scott J. Miles: - Enable inspecting the common properties of a list of objects. - Modified TJvInspectorClassItem and TJvInspectorPropData. - Added classes TJvPropList, TJvInspectorPropDataFactory. | ||||
| Additional Information | TJvInspectorPropData is modified to support an array of Instances and and array of Props. JvInspectorPropDataFactory added to construct a list of compatible properties for a list of object instances, and to instantiate TJvInspectorPropData instances for those properties. Probably some additional properties should be added to JvInspector to support simple inspection of instance lists. Currently, you have to invoke the new data feature like so: TJvInspectorPropData.New(JvInspector1.Root, TListOfSelectedObjects); Note that TListOfSelectedObjects will be freed before the procedure returns. | ||||
| Tags | No tags attached. | ||||
| related to | 0001615 | closed | JvInspector: edit common properties of multiple objects |
|
2005-04-08 00:42
|
JvInspector.pas (404,837 bytes) |
|
|
I merged your modification with the current CVS version, but it is still not committed in the CVS repository. You may have a look at news://forums.talkto.net/jedi.vcl and news://forums.talkto.net/jedi.binaries Here are some questions : Why the Instances list have to be freed before the function returns ? Why not duplicate the list of instances ? While setting a property, it should test the write access on every instances. |
|
|
Is this file modify base on current CVS version? If not,can you rewrite on lastdate CVS version and redonate it? |
|
|
Outchy, any news on this? |
|
2006-04-07 09:00
|
JvInspector.1.159.pas (412,419 bytes) |
|
|
I don't have any news on this donation. The code is definitively not ready to be committed. I merged the modifications with version 1.159 and added this file to this report. |
|
|
Reminder sent to: scottjmiles Scott, any news? |
|
|
Scott, any news? |
|
|
Well, no news from the OP, code is not acceptable, closing the issue. Should anyone come up with code changes, please create a NEW issue. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-04-08 00:42 | scottjmiles | New Issue | |
| 2005-04-08 00:42 | scottjmiles | File Added: JvInspector.pas | |
| 2005-04-12 13:27 | outchy | Note Added: 0006982 | |
| 2005-04-12 21:49 | anonymous | Note Added: 0006987 | |
| 2006-03-30 06:51 | obones | Note Added: 0008757 | |
| 2006-03-30 06:51 | obones | Status | new => feedback |
| 2006-04-07 09:00 | outchy | File Added: JvInspector.1.159.pas | |
| 2006-04-07 09:01 | outchy | Note Added: 0009035 | |
| 2006-04-14 06:05 | obones | Note Added: 0009110 | |
| 2006-06-08 08:05 | obones | Note Added: 0009494 | |
| 2006-07-04 10:41 | marcelb | Relationship added | related to 0001615 |
| 2006-07-29 07:30 | obones | Status | feedback => closed |
| 2006-07-29 07:30 | obones | Note Added: 0009900 | |
| 2006-07-29 07:30 | obones | Resolution | open => won't fix |