home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / mcc_monthnavigator / mcc_monthnavigator.pi < prev    next >
Fred Fish's Product-Info  |  2000-03-12  |  4KB  |  110 lines

  1. .name
  2. MonthNavigator.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class showing a field with the days of a month
  7. .description
  8. MonthNavigator is a Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It is a subclass of group-class and Date.mcc.
  10.  
  11. The idea of this class was born during developing my Gregor application.
  12.  
  13. MUI public custom class showing a field with the days of a specified month in
  14. a specified year.
  15. The user decides if the names of the weekdays and the weeknumbers will
  16. be shown. Also it is possible for the user to set which weekday should be the
  17. day on which a week was started - the language for the weekday names can also
  18. be chosen.
  19. A special feature of this class is, that it correctly handles October 1582. In
  20. this month the days 5-14 didn't exist, because they were removed by the
  21. Gregorian calendar reform. This calendar reform happens in different years for
  22. different countries, so the user can set his country with the user preferences.
  23.  
  24. Users can change the display of MonthNavigator with the following features:
  25. - Show/Hide names of the weekdays
  26. - Select name of weekday with which a week starts
  27. - Select the language to use for the names of weekdays (out of 28)
  28. - Show/Hide weeknumbers
  29. - Select the country for the Gregorian calendar reform (unusable as long as
  30.   the date.library has not fully implemented this feature)
  31. - Set the distance between the day-field and the names of weekdays/weeknumbers
  32. - Fix the day-field to 6 rows
  33. - Use frames for day-fields
  34. - Show/Hide unused day-fields
  35. - Display the last/first days of the previous/next month within the unused
  36.   day-fields.
  37. - Define how days of the previous/next month should be highlighted.
  38. - Define how the internal 'mark today' hook should highlight today.
  39. - Choose between american or european layout
  40.  
  41. MonthNavigator supports also the following features which might be of interest
  42. for developers:
  43. - Based on Date.mcc
  44. - Dropping a date-object onto a MonthNavigator will set this date as the actual
  45.   one
  46. - Objects can be dropped onto the days
  47. - Days can be dragged around
  48. - Days can be marked by changing the following attributes:
  49.   * MUIA_Text_PreParse
  50.   * MUIA_Background
  51.   * MUI_ShortHelp
  52.   * MUIA_Disabled
  53. - Supporting MUIM_Import and MUIM_Export
  54. - Dates can be correctly selected from 0008-01-01 to 8000-12-31 by using the
  55.   DateLib (TM)
  56.  
  57. The MonthNavigator also supports three input modes: read-only, relverify and
  58. the immediate mode.
  59. .version
  60. 16.8
  61. .date
  62. 2000.03.12
  63. .author
  64. Dipl.-Inform. Kai Hofmann
  65. .address
  66. Arberger Heerstr. 92
  67. 28307 Bremen
  68. GERMANY
  69. .email
  70. hofmann@hofmann-int.de
  71. .url
  72. http://www.hofmann-int.de/
  73. http://www.hofmann-int.de/products/amiga/mui/MonthNavigator.shtml
  74. .requirements
  75. MUI 3.5
  76. date.library (included)
  77. .distribution
  78. Giftware
  79. .price
  80. The minimum price is a trade. Send me a full version of your product at
  81. no cost including free updates!
  82. .installsize
  83. 27KB - 443KB
  84. .exectype
  85. Compiled C
  86. .source
  87. ANSI-C demo source included
  88. .construction
  89. SAS/C 6.59 with optimization
  90. .tested
  91. CPU: 68030; OS 3.1; MUI 3.8; Video/Graphics: Picasso II (Village Tronic);
  92. Enforcer 37.70; Mungwall 37.71; SegTracker 37.70; Installer 43.3;
  93. Installer NG 1.3
  94. .docs
  95. MCC_MonthNavigator.readme
  96. docs/english/MonthNavigator_mcc.guide
  97. docs/english/MonthNavigator_mcc.doc
  98. docs/deutsch/MonthNavigator_mcc.guide
  99. docs/deutsch/MonthNavigator_mcc.doc
  100. developer/autodocs/MCC_MonthNavigator.doc
  101. libs/date.readme
  102. .aminet-dir
  103. dev/mui
  104. .aminet-file
  105. MCC_MonthNavi.lha
  106. .described-by
  107. Dipl.-Inform. Kai Hofmann <hofmann@hofmann-int.de>
  108. .submittal
  109. Dipl.-Inform. Kai Hofmann <hofmann@hofmann-int.de>
  110.