home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / util / rexx / MOOS.lha / MOOS / Tests / rexx_reqtools.output < prev    next >
Encoding:
Text File  |  1997-02-26  |  2.3 KB  |  82 lines

  1.  
  2.  
  3.  
  4. #### RqtEasyReq(bodytext,options) ############################################
  5. -------------------- RqtEasyReq("Hello",_One|_Two|T_hree|No_no...) -----------
  6. You pressed 'Two'
  7. -------------------- RqtEasyReq(body,"idcmp=mousebuttons|rawkey") ------------
  8. 1032
  9.  
  10.  
  11.  
  12. #### RqtFileReq(filename,directory,options) ##################################
  13. -------------------- RqtFileReq(,,"Stem req.* Flags=multi") ------------------
  14. req.FileName == 
  15. req.Drawer   == Work:source/MOOS/arexx/dos
  16. req.Pattern  == 
  17. req.1 == AddBuffers.rx
  18. req.2 == DateStamp.rx
  19. req.3 == FileNote.rx
  20. req.4 == Makedir.rx
  21. req.5 == Protect.rx
  22. req.6 == Relabel.rx
  23. -------------------- RqtFileReq(,,"Flags=patgad|save") -----------------------
  24. rexxMOOS.c
  25. -------------------- RqtFileReq(,DEVS:,Pat #?.device Stem req.) --------------
  26. DEVS:serial.device
  27. req.FileName == serial.device
  28. req.Drawer   == DEVS:
  29. req.Pattern  == #?.device
  30.  
  31.  
  32.  
  33. #### RqtFontReq(options) #####################################################
  34. -------------------- RqtFontReq('Stem fo. Flags=scale') ----------------------
  35. fo.Name     == topaz.font
  36. fo.YSize    == 8
  37. fo.Style    == 0
  38. fo.Flags    == 65
  39.  
  40.  
  41.  
  42. #### RqtLongReq(bodytext,options) ############################################
  43. -------------------- RqtLongReq("How old are you?",Min 1 Max 100) ------------
  44. You are 28 years old... :-)
  45.  
  46.  
  47.  
  48. #### RqtStringReq(bodytext,string,options) ###################################
  49. -------------------- RqtStringReq("What's your name?",,MaxL 32) --------------
  50. Your name is Rocco :-)
  51. -------------------- RqtStringReq("New password:",,MaxL 16 Hidden) -----------
  52. moos
  53.  
  54.  
  55.  
  56. #### RqtPaletteReq(options) ##################################################
  57. -------------------- RqtPaletteReq(2) ----------------------------------------
  58. 2
  59.  
  60.  
  61.  
  62. #### RqtScreenReq() ##########################################################
  63. -------------------- RqtScreenReq() ------------------------------------------
  64. 167940
  65. -------------------- RqtScreenReq(Stem sm. Flags=sizegads) -------------------
  66. 167940
  67. sm.DisplayID     == 167940
  68. sm.DisplayWidth  == 640
  69. sm.DisplayHeight == 512
  70. sm.DisplayDepth  == 4
  71. sm.OverscanType  == 1
  72. sm.AutoScroll    == 0
  73. -------------------- RqtScreenReq(Stem sm. Flags=allgads) --------------------
  74. 167940
  75. sm.DisplayID     == 167940
  76. sm.DisplayWidth  == 640
  77. sm.DisplayHeight == 512
  78. sm.DisplayDepth  == 3
  79. sm.OverscanType  == 1
  80. sm.AutoScroll    == 0
  81.  
  82.