home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxcliser.zip / VXREXX.3 / SAMPLES / RGB / RGB.VRY (.txt) < prev   
VX-REXX Windows/Object Info  |  1994-12-23  |  2KB  |  81 lines

  1. VRX   OS/2 v2.10
  2. VRWindow
  3. Modal
  4. CALL Window1_Close
  5. Value set and slider demo
  6. Window1
  7. VRSlider
  8. Orientation
  9. Horizontal
  10. Bottom
  11. TickPosition
  12. HomePosition
  13. SliderButtons
  14. SnapToTick
  15. RibbonStrip
  16. Ticks
  17. TickList
  18. ;0;25;50;75;100
  19. Margin
  20. CALL SL_Red_Change
  21. TickSize
  22. Percentile
  23. Track
  24. CALL SL_Red_Track    TickIndex
  25. SL_Red
  26. VRValueSet
  27. Columns
  28. ItemType
  29. ;(255,0,0);(0,255,0);(0,0,255);(255,255,255)
  30. CALL VALUE_RGB_Click
  31. VALUE_RGB
  32. VRSlider
  33. Orientation
  34. Horizontal
  35. Bottom
  36. TickPosition
  37. HomePosition
  38. SliderButtons
  39. SnapToTick
  40. RibbonStrip
  41. Ticks
  42. TickList
  43. ;0;25;50;75;100
  44. Margin
  45. CALL SL_Green_Change
  46. TickSize
  47. Percentile
  48. Track
  49. CALL SL_Green_Track    TickIndex
  50. SL_Green
  51. VRSlider
  52. Orientation
  53. Horizontal
  54. Bottom
  55. TickPosition
  56. HomePosition
  57. SliderButtons
  58. SnapToTick
  59. RibbonStrip
  60. Ticks
  61. TickList
  62. ;0;25;50;75;100
  63. Margin
  64. CALL SL_Blue_Change
  65. TickSize
  66. Percentile
  67. Track
  68. CALL SL_Blue_Track    TickIndex
  69. SL_Blue
  70. VRDescriptiveText
  71. Center
  72. Center
  73. (0,0,0)
  74. DT_Settings
  75. VRDescriptiveText
  76. VRDescriptiveText
  77. Green:
  78. VRDescriptiveText
  79. Blue:
  80. Window1
  81.