Greetings. I'm not comprehending very much about the qtgraphicsExporter.savePicture method. I've done something fairly simple:

  dim e as qtgraphicsExporter
  dim f as folderItem
  dim b as boolean

  f=getFolderItem("")
  e=getQTGraphicsExporter("TIFF")
  b=e.savePicture(f, picHolder)

picHolder is a picture instance. I'd like to specify the name of the file in which I save the picHolder picture, but don't see any way to do that in the code from the online help (my code is pretty much cribbed from the help version), and once I execute my code I don't see any new file in the directory in which my program is located (where I would expect the file to appear given the fact that I sent an empty string to 'getFolderItem').

So two questions: how do I specify the name of the output file to which I'd like to write the picture? and: Assuming that I did write a file when I executed my code, where is the file that I wrote, and what is it called?

Thanks for any help.
Ken Sobel
rb5.5.4
osx 10.4.5
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to