home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15676 < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.5 KB  |  48 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!utcsri!torn!csd.unb.ca!mta.ca!MCTAYLOR
  3. From: mctaylor@mta.ca
  4. Subject: Re: Amiga Application Framework
  5. Message-ID: <1992Nov11.152211.25871@jupiter.sun.csd.unb.ca>
  6. Sender: news@jupiter.sun.csd.unb.ca
  7. Reply-To: mctaylor@mta.ca
  8. Organization: Mount Allison U, Sackville, N.B. Canada 
  9. References: <68764@cup.portal.com> <heinz.04d0@edohwg.adsp.sub.org>,<69254@cup.portal.com>
  10. Date: Wed, 11 Nov 1992 15:22:11 GMT
  11. Lines: 35
  12.  
  13. In article <69254@cup.portal.com>, Lee_Robert_Willis@cup.portal.com writes:
  14. >>In article <68764@cup.portal.com> Lee_Robert_Willis@cup.portal.com writes:
  15. >>>Now if you want to add support for multiple windows, this event loop
  16. >>>gets really ugly.
  17.  [deleted info on techiques to build big programs]
  18. >But I had to figure each of them out myself, because they're not in the RKMs
  19. >this way.  I took me a-while to catch on to putting all my gadgets into one
  20. >big structure and having the Window->UserData point there. How many other
  21. >'better-than-the-RKM-example' technicques are out there? If these aren't
  22. >collected somewhere in some "How to build a full-scale Amiga Application"
  23. >document, then we're all re-inventing these wheels.
  24. >
  25. >My original post was motivated by my intention to start such a document
  26. >(and utility library), but I didn't want to do it if such a beast exists
  27. >already.
  28. >
  29. >Lee      Lee_Robert_Willis@cup.portal.com
  30.  Well maybe you and a few others could take some source code and post a 
  31. skeleton which makes use of these and any other useful techiques which don't
  32. make it to the RKRM. I would like to use them. :-) As I am going through the
  33. growing pains of a simple mandelbrot program to a fully Style Guide approved
  34. Mandelbrot Set Generator. One thing which I want to know, is does anyone have
  35. an Palette Requester which uses GadTools. I want to use a WB2.04 feeling
  36. requester in my program yet I don't want to roll my own if I can easily get it,
  37. I'd rather try and improve the rest of the program. Also I am unsure of how
  38. I should go about making CustomScreens for it. What all do I need to do to open
  39. a custom screen which uses a size based on the size of the WB screen. 
  40. As in have my program open a 653 x 450 screen rather than 640x400 if that is
  41. what my WB screen is set to. I was also trying to figure out what is the best
  42. way to draw a box on the raster and then restore the image and draw a new
  43. different box. Should I use compementry lines or should I make a copy of the
  44. image (bitmaps)?
  45.  --------------
  46. Michael C. Taylor   address: MCTaylor@MtA.ca
  47.  
  48.