gettingstarted
[Top] [All Lists]

Re: Saving a PICT file...

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Saving a PICT file...
From: CV <atauqua at hit dot net>
Date: Mon, 27 Nov 2006 12:04:33 -0800
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <29539 dot 216 dot 56 dot 22 dot 34 dot 1164644819 dot squirrel at mail dot athenet dot net>

On Nov 27, 2006, at 8:26 AM, tornado at athenet dot net wrote:

Why doesn't this work:

f = GetSaveFolderItem( "image/pict", "Picture 1.pict" )
if f <> Nil then
 f.SaveAsPicture(p,100)
end if

I get an UnsupportedFormatException Error. What am I doing wrong?


100 has not been a supported format in the past. Are you sure that it is in your version of Rb, or should it be 1 rather than 100?

Best,

Jack


_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>