|
Loading windows bitmap?: msg#00097lang.smalltalk.squeak.beginners
I'm trying to load an external (windows) bitmap and set a sketchmorph (or imagemorph) to display. There's a lot of stuff to cycle through images in sketchmorph but I don't see how to load something. I've been trying: i := ImageMorph new. f := FileStream readOnlyFileNamed: 'C:\Windows\WinNT.BMP'. i image: (Bitmap newFromStream: f). World addMorph: i. But no joy.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Overriding methods, Blake |
|---|---|
| Next by Date: | Re: Loading windows bitmap?, Frank Urbach |
| Previous by Thread: | Squeak for robot imaging and scientific applications, Robert F. Scheer |
| Next by Thread: | Re: Loading windows bitmap?, Frank Urbach |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |