home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / mui / mui_developer / extclasses / mcc_tron / mccreg / registered < prev    next >
Text File  |  1997-03-10  |  9KB  |  223 lines

  1.  
  2. - Registered:
  3.  
  4. 0x8002xxxx Busy.mcc,p                Aminet: dev/mui/MCC_Busy2_2.lha
  5. | This is a MUI custom class which should be displayed if a MUI
  6. | application is busy. Any boring 'waiting...' requester must be
  7. | replaced with this BusyObject, which includes several nice styles to
  8. | shorten the time of waiting.
  9. |
  10. >          Tron.mcc,p                Aminet: dev/mui/MCC_Tron0_7.lha
  11. | For educational purpose. Source included.
  12. |
  13. >          Listtree.mcc,p
  14. >          Bookmarks.mcc
  15. >          Crawling.mcc
  16. \___ Klaus Melchior,kmel@eifel.oche.de
  17.  
  18. 0x8057xxxx Mailtext.mcc,p            Aminet: dev/mui/MCC_Mailtext.lha
  19. | The Mailtext package (consisting of the class Mailtext.mcc and the
  20. | MUI-3 prefs-plugin Mailtext.mcp) may be used as a substitution for
  21. | MUI's Floattext class to handle font attributes in electronic messages,
  22. | i.e. *bold*, /italics/, _underline_ and #coloured#. If it finds these
  23. | attributes, the text between them will be displayed with this
  24. | attribute.
  25. |
  26. | Mailtext may also highlight quoted textpassages introduced by a given
  27. | set of quotecharacters.
  28. \___ Olaf Peters,olf@informatik.uni-bremen.de
  29.  
  30. 0x81EExxxx MonthNavigator.mcc,p      Aminet: dev/mui/MCC_MonthNavi.lha
  31. | MUI public custom class showing a field with the days of a specified
  32. | month in a specified year.
  33. | The user decides if the names of the weekdays and the numbers of the
  34. | weeks will be shown. Also it is possible for the user to set which
  35. | weekday should be the day on which a week was started - the language
  36. | for the weekday names can also be chosen.
  37. | A special feature of this class is, that it correctly handles October
  38. | 1582. In this months the days 5-14 didn't exist, because they were
  39. | removed by the Gregorian calendar reform. This calendar reform happens
  40. | in different years for different countries, so the user can set his
  41. | country with the user preferences.
  42. |
  43. >          DateString.mcc
  44. | DateString.mcc allows an easy handling of date strings. It uses
  45. | locale.library to parse the date strings (if available) and lets the
  46. | developer specify a range within which the date must fall.
  47. |
  48. >          TimeString.mcc
  49. | TimeString.mcc allows an easy handling of time strings. It uses
  50. | locale.library to parse the time strings (if available) and lets the
  51. | developer specify a range within which the time must fall.
  52. \___ Kai Hofmann,i07m@zfn.uni-bremen.de
  53.  
  54. 0x86afxxxx TWiClass
  55. | This is a C++-Library for MUI. You need a C++ Compiler
  56. | which understands templates and exceptions.
  57. \___ Thomas Wilhelmi,willi@twi.rhein-main.de
  58.  
  59. 0x9519xxxx Icon.mcc
  60. | MUI public custom class which allows use of an icon's render and
  61. | select images for display in a gadget. Depending on the gadget's
  62. | select state the appropriate image will be displayed.
  63. \___ Russell Leighton,russ@sneezy.lancaster.ca.us
  64.  
  65. 0xAA12xxxx ColorButton.mcc           Aminet: util/libs/MUI-ASL.lha
  66. | GadTools-like palette gadget that allows you to choose a color from a
  67. | given set, usually the screen palette.
  68. | MUI handles color selection in a more abstract way, but then you might
  69. | need to do things as they used to be.
  70. |
  71. >          DispModeList.mcc          Aminet: util/libs/MUI-ASL.lha
  72. | A list of available display modes.
  73. |
  74. >          FileList.mcc              Aminet: util/libs/MUI-ASL.lha
  75. | MUI's Dirlist didn't suit all my needs, so here it is: FileList is
  76. | basically a clone of Dirlist, but with some more methods and
  77. | attributes (and some missing attributes too, but they were not that
  78. | useful).
  79. |
  80. >          FontDisplay.mcc           Aminet: util/libs/MUI-ASL.lha
  81. | Display a given font's appearance. You can set font name, size and
  82. | style, and you can change foreground and background pens. A simple
  83. | Text object wasn't enough because MUIA_Font is I.G.
  84. |
  85. >          FontList.mcc              Aminet: util/libs/MUI-ASL.lha
  86. | A list of available fonts. This list can be connected to a numeric
  87. | list (see NumericList) for displaying available font sizes.
  88. |
  89. >          NumericList.mcc           Aminet: util/libs/MUI-ASL.lha
  90. | A list of LONG values.
  91. |
  92. >          NumericString.mcc         Aminet: util/libs/MUI-ASL.lha
  93. | This is a subclass of Group class which features a numeric string and
  94. | two arrow buttons for incrementing/decrementing the numeric value, as
  95. | other platforms' numeric strings have.
  96. | This class understand almost all String attributes, plus some Numeric
  97. | class attributes and methods that let NumericString behave like a real
  98. | numeric string gadget should.
  99. | There are at least three numeric input classes available in MUI, but
  100. | some applications could need a traditional string gadget because the
  101. | acceptable range of input values doesn't fit well in the limits of a
  102. | slider or a knob.
  103. \___ Flavio Stanchina,flavio@iestn.inet.it
  104.  
  105. 0x81bexxxx MathString.mcc
  106. | A String subclass that accepts complex math expressions (with
  107. | different measuring units, functions, constants) and computes the
  108. | corresponding value.
  109. \___ Vincenzo Gervasi,gervasi@di.unipi.it
  110.  
  111. 0x9d51xxxx NList.mcc
  112. >          NListview.mcc
  113. >          NListviews.mcp
  114. | This is a MUI_List/MUI_Listview class clone which handle horizontal
  115. | horizontal scrolling with their own prefs.
  116. \___ Gilles MASSON, masson@alto.unice.fr
  117.  
  118.  
  119.  
  120. - Candidates, not registered:
  121.  
  122. 0x8002xxxx Explorer.mcc,p
  123. >          Popposition.mcc
  124. >          Popport.mcc
  125. >          Pophotkey.mcc
  126. \___ Klaus Melchior,kmel@eifel.oche.de
  127.  
  128. 0x8715xxxx NewString.mcc,p
  129. \___ Ruediger Sopp,rsopp@ernie.mi.uni-koeln.de
  130.  
  131. 0x8516xxxx StringNumeric.mcc
  132. >          ToolBar.mcc
  133. >          ToolButton.mcc
  134. \___ Oliver Wagner,olli@lsd.wupper.de
  135.  
  136. 0x8397xxxx TextField.mcc,p
  137. \___ Karl Bellve,
  138.  
  139. 0x898fxxxx SoundBox.mcc
  140. | SoundBox class may be used to produce/emit any kind of sound from
  141. | within the MUI application. Internally supports IFF-8SVX sample format
  142. | but utilizes datatype system under OS3.0 or better to let you use
  143. | other formats as well. SoundBox contains few synthetic sounds built-in
  144. | (various beeps etc...) as well as predefined most popular events
  145. | support like NOTICE, FAIL, REQUEST etc. Due to preference plug-in user
  146. | can easily decide what kind of sound (synthetic/sampled, set the
  147. | volume etc) he/she wants for what event or just disable the event if
  148. | it starts to annoy. Home page: dedal.man.szczecin.pl/~carlos/MCC
  149. |
  150. >          ProTracker.mcc,p
  151. | ProTracker class may be used to replay well known music modules stored
  152. | in ProTracker module file (this format is the only one supported now,
  153. | but it'll change in future). MCP module lets user define all important
  154. | default values or even disable player if it starts to annoy.
  155. | Home page: dedal.man.szczecin.pl/~carlos/MCC
  156. \___ Marcin Orlowski,carlos@dedal.man.szczecin.pl
  157.  
  158. 0x81EExxxx AppNavigator.mcc
  159. | A PageStream3 like navigator giving the user a door to an application
  160. | online help system, a guided tour as well as hints.
  161. | It will also be possible to open documents or create new ones from
  162. | the navigator.
  163. |
  164. >          Clock.mcc,p
  165. | A clock object can display running and fixed time to the user and also
  166. | allows the user to select a time.
  167. | The preference will support different views like analog and digital.
  168. |
  169. >          Timer.mcc,p
  170. | A timer that can also work as a countdown timer, supporting different
  171. | views like: hour-glass, candle etc.
  172. |
  173. >          TimeLine.mcc,p
  174. | With a TimeLine object the user can set a point or a range of time.
  175. | The developer can restrict the time range by which the user can make his
  176. | selections. A minimum and a maximum for time ranges can also be defined.
  177. | It will also be possible to display more than one time range by using
  178. | different colors.
  179. |
  180. >          TimeScale.mcc
  181. | A TimeScale object generates a time scale with a maximum of 24 hours.
  182. | A good place for such an object is - for instance - next to TimeLine
  183. | objects (without a scale) to create a weekly overview.
  184. | Depending on how much space is available, the scale will be more or less
  185. | detailed.
  186. | Due to MUI's automatic layout system, you don't need to worry about its
  187. | size. When placed in a group just below or beside the object(s) you might
  188. | want to scale, everything will be ok.
  189. |
  190. >          Time.mcc
  191. | Time.mcc allows an easy handling of time. It lets the developer
  192. | specify a range within which the time must fall and it handles
  193. | different time zones.
  194. | Time is an abstract Custom Class - that means it is a base-class!
  195. |
  196. >          Date.mcc
  197. | Date.mcc allows an easy handling of dates. It lets the developer
  198. | specify a range within which the date must fall and it handles
  199. | Oct. 1582 correctly.
  200. | Date is an abstract Custom Class - that means it is a base-class!
  201. \___ Kai Hofmann,i07m@zfn.uni-bremen.de
  202.  
  203. 0x8057xxxx UMSLogin.mcc
  204. \___ Olaf Peters, olf@informatik.uni-bremen.de
  205.  
  206.  
  207. - Info:
  208.  
  209. * To get an example C source for MCCs and MCPs
  210. * To get more informations about MCCs or MCPs
  211.  
  212. -> Write to: mccreg@sasg.com
  213. -> or better, take it from aminet: dev/mui/MCC_Tron0_8.lha
  214.  
  215.  
  216. * To get information about the classes
  217.  
  218. -> Write to the author, not me!
  219.  
  220.