home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Code Resources / SliderCDEF 1.0 / SliderCDEF Readme < prev    next >
Encoding:
Text File  |  1993-12-10  |  1.8 KB  |  54 lines  |  [TEXT/R*ch]

  1.                   SliderCDEF 1.0
  2.                   ==============
  3.                 by Harold Ekstrom
  4.                 2851 Montrose Ave., B9
  5.                 La Crescenta CA 91214
  6.                 (818) 541-0506
  7.         
  8.                 hekstrom@coda.usc.edu
  9.                 ekstrom@aludra.usc.edu
  10.  
  11. INTRODUCTION        
  12. SliderCDEF is a control definition function for a
  13. slider with a simple indicator and a track without
  14. arrows on the end and that also displays the slider's
  15. value centered above the indicator outside the
  16. control's rectangle. The slider uses offscreen
  17. graphics worlds and VBL tasks to give smooth animation
  18. of the thumb as it is dragged around the track.
  19. However, the slider is still incomplete: it only
  20. handles horizontal configurations, it doesn't have
  21. a disabled state, and it requires System 7.0 and color. 
  22. Since many peoply have been asking for slider control
  23. on the net lately, I thought I'd release it without
  24. it being completely finished. In its present state is
  25. is clear and well documented and could be easily
  26. modified for more specific needs.
  27.  
  28. The archive contains source code written with
  29. Think C 5.04 as well as a resource file containing
  30. the CDEF, and a small demonstration application. The
  31. archive is Stuffit 3.0 and has been binhexed.
  32.  
  33. SliderCDEF is provided free of charge, however if
  34. you do use it in a piece of software or make
  35. significant improvements, I'd like to hear about it
  36. and see the results.
  37.  
  38.  
  39. FUTURE ENHANCEMENTS
  40. SliderCDEF should be enhanced to handle vertical
  41. sliders and to display a disabled state. It should
  42. probably use DeviceLoop to do its drawing so that
  43. it could be properly displayed across different
  44. monitors. Some portions could be better optimized
  45. in the quest to eliminate more flickering. Finally,
  46. other parts could be added to the the slider such
  47. as arrows on either end. This could be another
  48. variation of the slider.
  49.  
  50.  
  51. VERSION HISTORY
  52. v1.0
  53. ----
  54. • initial release 12/10/93