home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 May / PCDMAY.ISO / software / clarion / 3rdparty / tools / library / prgtools.exe / DEMOGIDE.TXT < prev    next >
Encoding:
Text File  |  1995-05-31  |  3.4 KB  |  72 lines

  1. Welcome to The Programmer's Toolkit for Clarion for Windows.  Please
  2. be sure to read PROGTOOL.WRI for a more detailed explanation of
  3. the tools and features included.  The list below is presented in
  4. alphabetical order to make it easier to locate a demo for any of
  5. the features in the kit.
  6.  
  7. Some demos for the tools included in the programmer's toolkit may
  8. be found on the Demo menu, but others are scattered throughout the
  9. sample application.  Take a look at the simple phonebook application
  10. by selecting FILE, then PEOPLE from the main menu.  The browse is
  11. resizable, the edit form includes an example implementation of
  12. the miscellaneous notes capability, and memo timestamping is
  13. demonstrated as part of the miscellaneous notes editor.
  14. The following list of tools explains where to look for each 
  15. of the demonstrations included in this application.
  16.  
  17. AppStats - The AppStats demo displays a text file that was generated 
  18. by using the AppStats utility template on the sample application.
  19.  
  20. CommentBlock - The CommentBlock demo shows a source file that 
  21. illustrates the effect of using the CommentBlock template.  This 
  22. source file also shows the source generated by the ScaleWindow
  23. template.
  24.  
  25. DataList - The DataList demo displays a text file that was generated 
  26. by using the DataList utility template on the sample application.
  27.  
  28. DateSelect - There is a demo window for the DateSelect toolset.  
  29. The DateSelect tools include a template to create the button and 
  30. link the results to an entry field, as well as the function that 
  31. actually displays the calendar and returns the date.
  32.  
  33. LookupButton - The LookupButton template is used on the Person 
  34. editor to select a phonebook for the person.  Although the names of
  35. the phonebooks are displayed on the editor and in the browse, only
  36. a SYSID (long) is stored in the People file.  Note the message 
  37. displayed when you are adding a new person with no phonebook 
  38. selected.
  39.  
  40. LoopThruChild - Run the rolodex report to see the end result of 
  41. using the LoopThruChild template.  This report prints all the 
  42. rolodex entries in name order, and prints phone numbers if they
  43. have been entered.
  44.  
  45. MessageBox - The MessageBox template has a separate demo window.  
  46. Click the buttons to see some example message boxes.
  47.  
  48. MiscNotes - To see how the MiscNotes template works, look on the
  49. Person editor window.  Note that the record for Jim Qwilleran has 
  50. some notes attached, so the button will show an open book.  All 
  51. other entries have no notes, and will initially show a closed book.
  52. Add a note to any other person to see the book change from closed 
  53. to open.
  54.  
  55. ScaleWindow - This template has been used on the People browse and 
  56. the text viewer.  Resize either of these windows to see the effects
  57. of the ScaleWindow template on a window.  Note that the minimum
  58. size restriction has been applied to the People browse, but not
  59. to the text viewer.  The source code displayed by the CommentBlock
  60. demo also contains the code generated by the ScaleWindow template.
  61.  
  62. TimedMessage - The TimedMessage template also has a separate demo 
  63. window. Click the button to see an example timed message box.  The
  64. text message displayed will vary depending on whether the button on
  65. the timed message box is pressed or not.
  66.  
  67. TimeStamp - The miscellaneous notes editor has a timestamp button 
  68. on it.  Click on the button while editing a note to see how the 
  69. template works.
  70.  
  71. The OneRecord, IniField and OneToOneEdit templates are not demoed.
  72.