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

  1. VRX   OS/2 v2.10
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL Window1_Close
  6. Set properties
  7. Bottom
  8. Window1
  9.     VRListBox
  10. CALL LB_Props_Click
  11. LB_Props
  12. Select a property
  13.     VRListBox
  14. CALL LB_Objects_Click
  15. LB_Objects
  16. Select an object
  17. VREntryField
  18. EF_Value
  19. Enter a value for the selected property
  20. VRDescriptiveText
  21. Bottom
  22. ~Value:
  23. VRPushButton
  24. NoPointerFocus
  25. CALL PB_Set_Click
  26. PB_Set
  27. Set property on selected object
  28. VRPushButton
  29. NoPointerFocus
  30. Set ~all
  31. CALL PB_SetAll_Click
  32. PB_SetAll
  33. Set property on all objects
  34. VRDescriptiveText
  35. Bottom
  36. ~Property:
  37. VRDescriptiveText
  38. Bottom
  39. ~Object:
  40. VRPushButton
  41. NoPointerFocus
  42. ~Edit
  43. CALL PB_Edit_Click
  44. PB_Edit
  45. Set property on selected object
  46. VRX   OS/2 v2.10
  47. VRWindow
  48. sizeable
  49. Modal
  50. SimpleDialog
  51. CALL SW_1_Close
  52. Edit value
  53. VRPushButton
  54. NoPointerFocus
  55. CALL PB_OK_Click
  56. PB_OK
  57. Set property on selected object
  58. VRPushButton
  59. NoPointerFocus
  60. Cancel
  61. CALL PB_Cancel_Click
  62. PB_Cancel
  63. Discard any changes
  64. VRMultiLineEntryField
  65. MLE_Edit
  66. Window1
  67.