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

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!rutgers!cbmvax!cbmehq!cbmden!hemmer!hemmer
  2. From: hemmer@hemmer.adsp.sub.org (Franz Hemmer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re:  GadToolsBox 1.3
  5. Message-ID: <hemmer.0198@hemmer.adsp.sub.org>
  6. Date: 22 Jul 92 06:28:38 GMT
  7. References: <1992Jul6.025228.520@aplcen.apl.jhu.edu> <1992Jul19.034616.4555@cbnewsc.cb.att.com>
  8. Organization: InterActivsion
  9. Lines: 41
  10.  
  11. In article <1992Jul19.034616.4555@cbnewsc.cb.att.com> gregg@cbnewsc.cb.att.com
  12. (gregg.g.wonderly) writes:
  13.  
  14. >From article <1992Jul6.025228.520@aplcen.apl.jhu.edu>, by
  15. jclark@aplcen.apl.jhu.edu (S Clark james hawkin ?[A___?[A?[A?[B?[Bx?):
  16.  
  17. >> I have problem with ListView gadget.  When I run the program, the
  18. >> listview works fine except that the arrow buttons on the listview doesn't
  19. >> work at all.  In fact, the arrows did work good only once out of 20 or so
  20. >> compiles.  How can I make listview's arrow button working again?
  21. >
  22. >The one thing that I have seen that causes this is that the IDCMP flags
  23. >are munged and do not contain the correct MACRO values for the gadtools
  24. >gadgets as defined in the headers.  The end result is that your program
  25. >never sees IDCMP_GADGETUP...
  26.  
  27. Use the LISTVIEWIDCMP defined in <libraries/gadtools.h> to be sure your
  28. program listens to the correct IDCMP_xxx values. I mentioned this before,
  29. the common mistake is forgetting to listen to IDCMP_GADGETDOWN ! Which
  30. is sent when you hit the arrow gadgets.
  31.  
  32. >Someone really needs to collect all these problems and fix the thing, or
  33. >get in touch with the developer and see if they are at least working on
  34. >them.  I would love to make about 100 changes/optimizations to the code
  35. >like was done to the code generator previously, but I don't want to do
  36. >something that I have to throw away if there is another version comming
  37. >out....
  38.  
  39. The author of GadToolsBox is doing a great job implementing people's
  40. wishes. I'll bet he continues development, though I'm not certain.
  41. Personally, GadToolsBox has too many problems, which makes it unusable.
  42. Hopefully it gets better along the line...
  43.  
  44. --
  45. *-------------------------------------------------------------------------*
  46. |         _   UseNet: (uunet|rutgers|pyramid)!cbmvax!cbmehq!cbmden!hemmer |
  47. |         \\ _                         CBMNET: hemmer@hemmer.adsp.sub.org |
  48. | InterActi\X/ision - The name of precision                               |
  49. | Best regards                         >> Carpe Diem! - Seize the day! << |
  50. | Franz Hemmer - Software Developer.                                      |
  51. *-------------------------------------------------------------------------*
  52.