On 3/4/05 10:08 PM, Marty Knapp wrote:

I'm using Rev 2.2.1 on Mac OS 10.2.8 Trying to export a window to a jpeg

on mouseUp set fileType to "msieJPEG"
export snapshot from rect (the rect of this stack) to file "test.jpg"
end mouseUp


If creates the file but when I double click it, Preview launches but
displays nothing. Photoshop gives me the error that it's an unknown or
invalid JPEG marker type.

For filetype I've tried jpegJPEG, ????JPEG.

What am I doing wrong?

Tell it what kind of file to make:

 export snapshot from rect (the rect of this stack) \
      to file "test.jpg" as jpeg

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to