Jim Hurley wrote/ schreef:

> Phil Davis wrote:
>> Hi Jim,
>> To save something drawn on a card:
>> A. CREATE A SNAPSHOT OF THE DESIRED AREA.
>>    <snip>
>> B. EXPORT THE SNAPSHOT TO A FILE.
>>    <snip>
> My thanks to Phil Davis for his reply to my query about exporting a
> graphics figure (smapshot). Phil's procedure works just fine, however
> no matter what file format I use, the document is saved as a Simple
> Text document. The document is blank in Simple Text and neither
> Canvas or Freehand will open the jpeg or paint saves.
> 
> Perhaps I should have mentioned; I am working on a Mac.
Nice to know.
> Is it 
> possible this is another limitation of the demo application?
No, the demo does only differ from the 'real' version in script (and 'do')
length. You have to set the fileType (that's the standard creator and type
code used creating files on the mac) to the creator & type of Freehand or
Canvas docs.

I don't know the creator code of Freehand but the creator code of Canvas is
DOD6, so the code for a JPEG Canvas doc is DAD6JPEG.

put the fileType into storeFileType
export jpeg to file "newfile.jpg"
set the fileType to storeFileType

Succes,
Sjoerd
> Jim
Regards,
Sjoerd

BTW: It's nice if you keep the same subject in 1 conversation for (y)our
convenience


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to