[Newbies] descriptionForPartsBin

Robert Krahn robert.krahn at student.hpi.uni-potsdam.de
Thu Jul 12 22:11:36 UTC 2007


Hello Konrad,

you can use #storeString to get a ByteString description of an  
object. With #readFrom: you can then reconstruct this object.
For example if you have a Form f use

string := f storeString

and

Form readFrom: string

Hope that helps,
Robert


Am 12.07.2007 um 21:22 schrieb Konrad.Krentz:

> Hi,
>
>
>
> I’m looking for a way to create preview for my project using the  
> “fromArray” parameter.
>
>
>
> But I don’t know how to convert a picture to an array.
>
>
>
> Thanks
>
>
>
> Konrad
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20070713/ada4b969/attachment.htm


More information about the Beginners mailing list