home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1189 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: sn.no!usenet
  2. From: elvemo@sn.no (Rune Elvemo)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: BOOPSI doesn't react on the GA_RelRight tag...
  5. Date: Tue, 16 Jan 1996 14:31:01 GMT
  6. Organization: SN Internett
  7. Message-ID: <4dgc3k$us@hasle.sn.no>
  8. NNTP-Posting-Host: af-04.kvadraturen.vgs.no
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I am currently writing a program, and I need to place two prop gadgets
  12. in the borders of the window.
  13. If I specify the GA_RelRight tag, it sets the LeftEdge coordinate to
  14. 1. The gadget is not visible either.
  15.  
  16. The only way I have managed to use RelRight coordinates, is to change
  17. the Gadget structure after making the gadget.
  18.  
  19. Shouldn't the gadget use RelRight coordinates if you write the
  20. following in the TagList:
  21. 'GA_RelRight, TRUE,'
  22.  
  23. I can't understand why this happens. I set the LeftEdge coordinate to
  24. a negative one, after specifying GA_RelRight.
  25.  
  26. Could it be my compiler? If I do not specify the GA_RelRight tag, it
  27. all works like it should.
  28.  
  29. Thanks for your help, in advance!
  30.  
  31.  
  32. Rune Elvemo
  33. elvemo@oslonett.no
  34.  
  35.