logo       

Re: descriptionForPartsBin: msg#00075

lang.smalltalk.squeak.beginners

Subject: Re: descriptionForPartsBin

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 mailing list
Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/mailman/listinfo/beginners
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise