home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / wincode / !WinCode / !Help next >
Encoding:
Text File  |  1993-09-03  |  3.3 KB  |  72 lines

  1. WinCode v. 2.00 14th April, 1993 (C) J.Taylor
  2. ============================================
  3. I retain the copyright of this application, however, it is placed in the
  4. publc domain for anyone to use, as long as it is not altered in any way and
  5. no files are removed. It is freely copiable and may be passed on to anyone,
  6. as long as no charge is made for the software itself.
  7.  
  8. If you only use FormEd to create your windows, then this application may not
  9. be much use to you.  However, if you prefer all of your code to be within the
  10. one !RunImage file, including your window definitions, then WinCode allows
  11. you to shape your window, set its features, then tells you coordinates,
  12. widths, heights, scroll offsets, flags and colour numbers. Changing the title
  13. is for cosmetic use only and you'll have to program that into your
  14. application yourself.
  15.  
  16. I stress that to use the information provided by this application, you need
  17. to be able to program in the wimp environment. 
  18.  
  19. ****************************************************************************
  20.  
  21. Updates in Version 2 of WinCode
  22. -------------------------------
  23.  
  24. Version 2 includes production and manipulation of icons in a similar manner
  25. to FormEd. The purpose of WinCode, though, is to provide the programmer with
  26. the information to write window definitions and icon definitions into a
  27. program, eg for security reasons, but still have the flexibility of using a
  28. window editor.
  29.  
  30. INFORMATION
  31. After you have composed your window in the required manner, moving the
  32. pointer over an icon will give information on its position, size and flags,
  33. written into the icon information window. Window information is available in
  34. the window information window. Click on update and the information is
  35. updated.
  36.  
  37. SAVING
  38. You cannot at present save your definitions and return to them. I may address
  39. this in a future version. However, from the icon menu, you can save a text
  40. file with window and icon information for reference.
  41.  
  42. OTHER FEATURES
  43. If you are familiar with FormED, many of the features in WinCode will be self
  44. explanatory. With WinCode you are limited to 61 icons. This is usually enough
  45. for most purposes. I started out with 100 icons, but this slowed things down
  46. too much. I feel that this is a happy medium. When I am creating an icon, I
  47. find it useful to have the icon information window open. Not all of the
  48. button settings have been included as options, but the main ones are all
  49. there. There is a full range of 31 exclusive selection groups available, if
  50. you should need that many! Indirection needs a bit of explanation.
  51.  
  52. INDIRECTION
  53. When the icon is indirected there are four possible configurations:
  54.  
  55. 1. Text only. Enter text into the text window. Up to 50 characters are
  56.    available. When non-indirected only 12 characters are available.
  57.  
  58. 2. Sprite only. Enter the sprite name in the sprite window.
  59.  
  60. 3. Text plus sprite. The text must be typed into the text window. The sprite
  61.    name must go into the validation window, NOT the sprite window. This is
  62.    because the sprite name must be part of the validation string. Eg, the
  63.    validation string to display the floppydisc icon would be Sfloppydisc. The
  64.    capital S shows that the following string is a sprite command.
  65.  
  66. 4.Neither. Not very useful!
  67.  
  68. Sprites are also available when the icon is not indirected. Set the sprite
  69. flag and type the sprite name into the sprite window.
  70.  
  71.  
  72.