home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 035A / COMPED2.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1997-03-13  |  2.8 KB  |  58 lines

  1. THIS IS COMPED VERSION 1.1. This upgrade fixes a bug found by Wm David Parker
  2. that caused an active edit cell to be displayed in the property name cell of 
  3. the inspector instead of the property value cell. David also suggested I 
  4. provide a means to abort an edit change via the escape key, I did this as 
  5. well. Other improvements are:
  6.           
  7.           1. The enter key can be used to initialize an edit session.
  8.       2. The up/down arrow keys can be used to finish an edit session
  9.              and move to the next/previous cell (with certain restrictions).
  10.           3. TTable and TDataSet components can now be edited. I plan
  11.          later to add database designers, etc.
  12.  
  13.         
  14. CompEd is a slightly stripped down version of an object inspector/editor 
  15. I wrote for a large application I am doing at work. It provides editing
  16. capabilities for all simple type properties and many Class type properties,
  17. such as TFont, TStrings, TIcon,TBitmap, etc. For other class type properties
  18. associated with a component, if it's reference is not Nil and the class has 
  19. published properties, CompEd will instantiate another mini object inspector
  20. to edit it's properties. Class properties that are nil (not editable) will be 
  21. shown with *'s around the class name. I will probably in a later version create
  22. the object when the user desires to edit these properties. 
  23.  
  24. There are two reasons I am putting this in the public domain. First, I have 
  25. found some very good stuff browsing around and I thought it was time I put 
  26. something back.
  27.  
  28. Second, when I first started the project I am working on now, I sort of searched
  29. around for tools, code, etc. I could get for free or purchase to make my job 
  30. and others in my groups life a little easier. With respect to an Object Inspector,
  31. I found three samples. None included source code. I emailed two of them offering
  32. money for the code. One never responded and the other said he was on to other
  33. stuff and it shouldn't be that hard if I knew anything about OOP. Well, excuse me,
  34. I would have bought the stuff from you to save me some time! The third one keeps 
  35. putting out these little tid-bits at a time like we are all waiting for the pope 
  36. to make a papal decree.
  37.  
  38. I hope someone will find this useful. I will be grateful for any suggestions as to
  39. what I might have done different and/or any improvements. I will be doubly grateful 
  40. if someone would send me some code to get me started on the next phase of this project, 
  41. a run tim form editor that will save dfms and read them back in. I will be posting 
  42. stuff from time to time that utilizes windows or delphi capabitilies noone else seems 
  43. to be doing or at least giving up for free.
  44.  
  45. I do ask that if you redistribute this stuff that you include this readme file
  46. with it.
  47.  
  48. David Spies
  49.  
  50. WORK : davidsp@eastsoft.com
  51. HOME : DSPIES@onecom.com
  52. CS   : 70401,643
  53.  
  54.  
  55.  
  56.  
  57.  
  58.