home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d564 / dopro.lha / DoPro / DoPro.doc < prev    next >
Text File  |  1991-11-21  |  3KB  |  77 lines

  1. /***************************************************************************/
  2. /*                                       */
  3. /* This magnificient piece of software is real PD, so you do not need to   */
  4. /* send any money to me, but I would like to receive some good sourcecodes */
  5. /* especially for OS2.0 [ amiga, of course ;-) ]               */
  6. /*                                       */
  7. /***************************************************************************/
  8. /*                                       */
  9. /* This program was intended to open a productivity screen instead of       */
  10. /* an interlaced screen, to reduce flicker and to avoid  resyncronisation  */
  11. /* of some multiscan monitors, but you can change most parameters in the   */
  12. /* NewScreen structure.                               */
  13. /* Warning : Productivity is only useful for amigas equipped with an       */
  14. /* ECS Denise and a multiscan monitor. Using productivity with a normal    */
  15. /* non-multisync monitor may seriously damage it, and I am not responsible */
  16. /* for any damage while using this program.                   */
  17. /*                                       */
  18. /*    Michael Illgner                            */
  19. /*    Theodorstr. 27                             */
  20. /*    W-4790 Paderborn                           */
  21. /*    Germany                                */
  22. /*    Tel.: 05251/26488 or 05251/60-2331                   */
  23. /*                                       */
  24. /*    email: fillg1@uni-paderborn.de                     */
  25. /*                                       */
  26. /***************************************************************************/
  27. /*                                       */
  28. /*        D O P R O   V1.5                       */
  29. /*                                       */
  30. /***************************************************************************/
  31. /*                                       */
  32. /* BTW. This is my first attempt in writing OS2.0 software           */
  33. /*                                       */
  34. /***************************************************************************/
  35.  
  36.  
  37. Start DoPro from CLI or WorkBench, it is linked with cback.o, it detaches
  38. itself from the Shell, so you can close your shellwindow.
  39. When one of your programs wants to open a new Screen using the old OpenScreen
  40. routine (BTW. I think most pre 2.0 software will do so ;-) ), you will get
  41. a requester, displaying most of the NewScreen contents. You can edit some of
  42. these values and choose a new DisplayID for this screen, eg. PRODUCT.
  43. Now hit the closegadget of the requester, you screen will be opened with this
  44. new DisplayID. 
  45.  
  46. Now it is possible for you to open >real< NTSC- or PAL-screens, or you can
  47. open a productivity screen instead of an interlaced screen.
  48.  
  49. See the sources for details !
  50.  
  51.  
  52. New for V1.2
  53. A Database is used by the program, it is saved in a file called
  54. 's:DoPro.config', so you will only get one requester per screen. 
  55.  
  56. Caution: The database is only saved when DoPro quits, so be sure to quit DoPro, 
  57. if the database has been extended.
  58.  
  59. New for V1.3
  60. Now you can force a screen to use Topaz 8 as default font, some programs cannot
  61. deal with the various 2.0 standard screen fonts.
  62.  
  63. New for V1.4
  64. I forgot to UnLock the WorkBenchscreen, so you can't change the Workbench resolution.
  65. Only a minor bugfix !
  66.  
  67. New for V1.5
  68. Changed OpenScreenTags to OldOpenScreen.
  69. Thanks to Matthias Scheler (tron@uni-paderborn.de) for finding this bug !
  70.  
  71. Plans for the future:
  72. 1. switch to commodities
  73. 2. a better database in ASCII format for easy editing
  74. 3. automatic detection of available ViewModes
  75.  
  76. May be the source with you !
  77.