|
Re: I am not sure if choose squeak/smalltalk or another language. HELP: msg#00272lang.smalltalk.squeak.beginners
Hi so am I Maybe you can use an older version of squeak http://ftp.squeak.org/ but maybe, using some parameters when launching squeak will help... squeak -m ... etc.. somebody will tell you Second, I don't understand very well squeak one thing,Sources files allows to properly display the code in the browser... but you don't really have to care about that... except 3.9 has a new sources files...
projects are more etoys stuff... programs in squeak/ST are self contained in the image... you can look at the class and find appropriate method. For instance, to read a flash file... it's something like: FlashFileReader fileNamed: '/MyDocs/aFile.swf' to read a mp3 file... you can open a file list and right clic on a mp3 file... MPEGMoviePlayerMorph playFile: '/MyDocs/aFile.mp3 ...
possible but more complicated I guess you probably need to use OSProcess hope that helps a bit ;) Cédrick _______________________________________________ Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: yourself, Bakki Kudva |
|---|---|
| Next by Date: | Re: three button mice on windows and macs, Rainer Keller |
| Previous by Thread: | I am not sure if choose squeak/smalltalk or another language. HELP, Antonio San. |
| Next by Thread: | code browser - dead tree version?, Bakki Kudva |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |