home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3261 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!data.nas.nasa.gov!taligent!apple!kip-14.apple.com!user
  2. From: tron@apple.com (Tantek Celik)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: 2 hypertext questions
  5. Message-ID: <tron-260892131452@kip-14.apple.com>
  6. Date: 26 Aug 92 20:23:01 GMT
  7. References: <35944@arctic.nprdc.navy.mil>
  8. Sender: usenet@Apple.COM
  9. Followup-To: comp.sys.mac.hypercard
  10. Organization: Apple Computer, Inc.
  11. Lines: 57
  12.  
  13. In article <35944@arctic.nprdc.navy.mil>, rlarkin@nprdc.navy.mil (Robert
  14. Larkin) wrote:
  15. > Forgive me if these questions are obvious.
  16. > 1.)  I have created a very large stack to display digitized video on a
  17. >      19" Display (1152x882 pixels per card), and the response time to
  18. >      button or field clicks is EXTREMELY SLOW.  I thought I could speed
  19. >      it up some by compacting the stack, but have not been able to because
  20. >      "resources are in use."  Most of the scripting was done on the common
  21. >      background of the cards.  Can you give me any ideas on how to speed
  22. >      up this stack.  Keep in mind, there is a lot of serial I/O, digitized
  23. >      video, and QuickTime calls taking place.
  24.  
  25. Are you 'using' the stack in your script chain?  If so, to compact the
  26. stack you might try
  27.  
  28. -- note: these are hypertalk commands
  29. stop using stack (the short name of this stack)
  30. doMenu "Compact Stack"
  31. start using stack (the short name of this stack)
  32.  
  33.  
  34. But to solve your real problem, you might try optimizing some of your
  35. scripts into XCMDs/XFCNs.
  36.  
  37.  
  38.  
  39. > 2.)  How do you make the text of a background field show on all its cards?
  40.  
  41. note: these you do yourself
  42. if you're using < HC2.0 then it can't really be done, although it can be
  43. faked
  44. else 
  45.  click in the field
  46.  select "Select All" from the Edit menu
  47.  select "Copy Text" from the Edit menu
  48.  Select "Field Info..." from the Objects menu
  49.  click the "Shared Text" checkbox
  50.  select "Background" from the Edit menu
  51.  click in the field
  52.  select "Paste Text" from the Edit menu
  53.  select "Background" from the Edit menu
  54. end if
  55.  
  56. >                 Robert G. Larkin II
  57. >                 Cognitive Scientist
  58.  
  59. tron@apple.com
  60.  
  61. THE OPINIONS CONTAINED HEREIN ARE THOSE OF MY OWN, NOT OF MY USER OR
  62. SYSTEM.
  63.  
  64. END OF LINE.
  65.