home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / biz / dbase / GenTree.lzh / GenTree / Docs / AppendixE < prev    next >
Encoding:
Text File  |  1995-03-10  |  2.3 KB  |  37 lines

  1. Appendix E    About The Author And Development 
  2.  
  3.     The original GenTree v1.0 was developed by myself over an 9 month period.  
  4. The bulk of the coding was completed in 6 months with cleanup and documentation
  5. taking another 3 months.  GenTree was completed on free time: nights and weekends. 
  6.  
  7.     The original GenTree v1.0 was developed with CanDo 2.0 running on an Amiga 
  8. 2000HD with 13 Megs of RAM and GVP's 33MHz 68030.  Since then, the development 
  9. system hasn't changed, but Inovatronics (the developers of CanDo) has been busy up-
  10. dating CanDo.  This program would never have been developed if it wasn't for CanDo.  
  11. CanDo is a marvelous development tool, and it has only gotten better in each incarna-
  12. tion.  I cannot recommend it highly enough.  GenTree v1.0 had a few quirks in it be-
  13. cause of CanDo 2.0.  Generally, Inovatronics have gotten rid of the limitations of 2.0 (If I 
  14. was developing GenTree from scratch today, I would do it much differently).  However, 
  15. CanDo still has a few limitations.  Just in case a CanDo developer reads this, I am going 
  16. to list the features I'd like to see (ignore this if you don't have CanDo):
  17. ·    You cannot change the text of a menu item.  For example, I wanted to change  
  18. the Undo menu to be context-sensitive; "Undo typing", "Undo Paste", etc. 
  19. ·    You cannot add menu items later.  All menu items must be completely defined at 
  20. development time.  I had wanted to be able to have users define macros, and as 
  21. each macro was defined, add it to a macro menu. 
  22. ·    No access to the clipboard.  I would love to be able to cut to and paste from the 
  23. clipboard device. 
  24. ·    Printer management of graphics is terrible.  CanDo should allow graphic  
  25. operations' output to be written to a postscript file which could later be sent to a 
  26. postscript printer. 
  27. ·    No access to system preferences.
  28. ·    Speed.  This is not one of my biggest gripes.  Currently, CanDo achieves  ad-
  29. equate performance on a 68020 or above.  However, it would be nice to be able 
  30. to truly compile the project. 
  31. ·    Variable window coordinates and size.  CanDo currently works by opening  your 
  32. window and sizing it based on constants you define in development.  You cannot 
  33. move or resize your window until it has been opened.  I would like to be able to 
  34. change the size and position of the window in the before attachment script so 
  35. that the window doesn't flash open and then move to where I want it.
  36.  
  37.