home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18701 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.2 KB

  1. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!hsdndev!nmr-z!opal.mgh.harvard.edu!burglin
  2. From: burglin@opal.mgh.harvard.edu (Thomas Burglin)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Appmaker samples, custom control
  5. Keywords: Appmaker, custon control
  6. Message-ID: <20NOV199201171794@opal.mgh.harvard.edu>
  7. Date: 20 Nov 92 06:17:00 GMT
  8. Sender: usenet@nmr-z.mgh.harvard.edu (User for USENET news postings)
  9. Organization: Molecular Biology, Massachusetts General Hospital, Boston
  10. Lines: 31
  11. News-Software: VAX/VMS VNEWS 1.41
  12. Nntp-Posting-Host: opal.mgh.harvard.edu
  13.  
  14. Hi,
  15. I was wondering if anybody out there has some more examples code
  16. for interfaces generated by Appmaker, with annotations where 
  17. application specific code was inserted to make the program funtional.
  18. Are there by any chance internet sites, or BBSs that have a section
  19. dedicated to Appmaker stuff?  
  20. In particular, it is possible to extend the functionality of Appmaker,
  21. so I was wondering if there are extension moduls available somewhere.
  22. What I am particularly looking for would be a custom control that
  23. lets you set a number (similar to the way you set the time in the
  24. general control panel) such that you have a edit box with a number
  25. and two arrows (up and down) such that when you click on the arrows
  26. the number will be incremented or decremented.
  27. The picture buttons and scroll bars that are placed in
  28. the middle of the window do not have automatic repetion.
  29. But the Trackcontrol that is called by both the scroll bar and
  30. the picture button routine allows passing of a function that
  31. will allow automatic repetition. And I did find the automatic
  32. repetion for the window scroll bars, and pasted it into
  33. the one for the scroll bars that were placed in the middle
  34. of the screen, thus managing to make them autorepeat scrolling.
  35. Now I just want a routine that rather than moving a thumb box,
  36. increases or decreases a number in a box.
  37. Also, can I somewhere set the minimal size of a window?
  38. At the moment, if you have a palette in the main window,
  39. you can shrink it so much that part of the pallette is covered up.
  40. Or alternatively, 
  41. how can you put floating palettes in Appmaker generated code?
  42. Thanks,
  43. Thomas
  44. burglin@frodo.mgh.harvard.edu
  45.