home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2907 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.0 KB  |  53 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!munnari.oz.au!trlluna!titan!shiva!loh
  3. From: loh@shiva.trl.OZ.AU (Roger Loh)
  4. Subject: Apple QT XCMDS and SuperCard 1.6
  5. Message-ID: <1992Jul29.010607.5690@trl.oz.au>
  6. Keywords: XCMDS QuickTime SuperCard
  7. Sender: root@trl.oz.au (System PRIVILEGED Account)
  8. Organization: Telecom Research Labs, Melbourne, Australia
  9. Date: Wed, 29 Jul 1992 01:06:07 GMT
  10. Lines: 41
  11.  
  12. Hello SuperCard & HyperCard users!
  13.  
  14. I have recently managed to use the Apple QTMovie XCMD in both HyperCard
  15. and SuperCard 1.6.  Fine.  However, I cannot seem to get the QTPict XCMD
  16. working under SuperCard.  It will work with HyperCard and even the
  17. CompressPict command works with SuperCard but not the DisplayPict
  18. command.  
  19.  
  20.  
  21. My script is 
  22.     on mouseup
  23.        global vol --volume path contains:   Hard_Disk:Roger:
  24.        QTPict DisplayPict,vol & "butterfly","10,10",file
  25.            put the result
  26.         end mouseup
  27.  
  28. It returns 
  29.  
  30.     Error   :Unable to find the PICT file...[9999]
  31.  
  32. What is the reason for this when the full volume path is supplied and
  33. the CompressPict command works fine with the same file and path?  Is there
  34. some trick to this XCMD or is it just incompatible with SuperCard :-(
  35.  
  36. If anyone has managed to display QT compressed picture files using
  37. SuperCard or knows of another XCMD which does the job, I would appreciate 
  38. the information.
  39.  
  40. p.s. I'd use HyperCard to do this if only I could detect updatewindow
  41.      messages (which SuperCard supports) so the pictures could be redrawn
  42.      when the card is revealed from behind moved or closed windows.
  43.  
  44. Thankyou,
  45. Roger Loh.
  46. ************************************************************************
  47.  __   Roger Loh                                  Phone: (03)   253 6373   
  48. |  \| Integrated Communications Services         Fax  : (03)   253 6352   
  49. |__/| Telecom Research Laboratories              
  50. | \ | P.O. Box 249 Clayton 3168                  Int'l: +61 3  253 6373
  51. |  \|___   Australia                            E-mail: r.loh@trl.oz.AU
  52. ************************************************************************
  53.