home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / applicat / 6301 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!psuvax1!rutgers!ub!galileo.cc.rochester.edu!uhura.cc.rochester.edu!lm03_cif
  2. From: lm03_cif@uhura.cc.rochester.edu (Larry Moss)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: ProVector and arexx
  5. Summary: Help with writing an arexx macro for  ProVector
  6. Message-ID: <1992Jul30.000027.20128@galileo.cc.rochester.edu>
  7. Date: 30 Jul 92 00:00:27 GMT
  8. Sender: news@galileo.cc.rochester.edu
  9. Organization: University of Rochester - Rochester, New York
  10. Lines: 34
  11. Nntp-Posting-Host: uhura.cc.rochester.edu
  12.  
  13. First, I'd like to thank everyone that responded to my questions about
  14. amiga drawing programs a while back.  I bought ProVector, and so far I'm
  15. reasonably happy with it.  One of the things I like most about it is that
  16. it's (supposedly) fully programmable through arexx.  That happens to be
  17. the same thing I'm having trouble with.  I receieved lots of mail from a
  18. bunch of happy provector users before I bought it.  Hopefully someone will
  19. be able to help me out now.
  20.  
  21. I have succeded in writing some macros, but being new to rexx and
  22. provector it hasn't been easy to do what I want.  This might have
  23. something to do with my understanding of the types of objects that can
  24. exist.  The objects I'm working with consist of arcs and straight lines
  25. and must be closed and filled.  This is easy enough to do using the
  26. straight-curve tool, but since I need many objects that look very
  27. similar I figured it would be easier to create a macro that would
  28. basically give me a new object type to work with.  Basically the object
  29. looks like the following:
  30.         ______
  31.        (______)
  32.  
  33. The macro I wrote uses GetUserData to determine the length, position and
  34. orientation of the object.  It then creates 2 arcs using Arc and 2 lines
  35. using PolyLine.  This creates the figure above, but since I now have 4
  36. separate objects I can't fill them.  I can group the objects, but that
  37. doesn't seem to do what I want.  Can anyone tell me how to create an
  38. object of this type using arexx?
  39.  
  40. Thanks,
  41. Larry
  42.  
  43.  
  44. -- 
  45. Larry Moss             | "I hate quotations"
  46. lm03_cif@uhura.cc.rochester.edu |     - Ralph Waldo Emerson
  47.