Re: [Pharo-users] Learning Morphic

2017-12-23 Thread Stephane Ducasse
Hello Doug You pushed me to try and I rescued an implementation for the old Squeak. I published it at: MCHttpRepository location: 'http://smalltalkhub.com/mc/StephaneDucasse/MandelBrotMorph/main' user: '' password: '' MandelMorph2 example If you want to improve it and implement others let me kn

Re: [Pharo-users] Learning Morphic

2017-12-23 Thread Peter Uhnák
If what you are doing is an experiment or you want to play around with it, I would also recommend trying Bloc. https://github.com/pharo-graphics/Bloc On Sat, Dec 23, 2017 at 10:36 AM, Stephane Ducasse wrote: > Hello Doug > > You pushed me to try and I rescued an implementation for the old Squeak

Re: [Pharo-users] Pharo things analog reads ?

2017-12-23 Thread Steven Costiou
I finally bought 2 of those chips, and it works very well. A simple file read from Pharo and i get my analog values (although i don't understand them, but that has nothing to do with the reading). It is very, very fast. Thanks again :) Steven. Le 2017-12-20 05:20, K K Subbu a écrit : > On

Re: [Pharo-users] Learning Morphic

2017-12-23 Thread Dimitris Chloupis
You could look at my project ChronosManager, you can download from inside Pharo and it’s main repo is here with a screenshot that demonstrates what it is https://github.com/kilon/ChronosManager Reading it’s code should give the info you seek , there are comments as well to help you On Fri, 22 De

Re: [Pharo-users] NeoCSVWriter: how to output an empty quoted field

2017-12-23 Thread jtuc...@objektfabrik.de
Sven, hmm. The fields I need to write are known not to be written with my application, so I am lloking for a way to define a field as being an empty quoted field at all times. So for I've tried: addConstantField: nil --> Exception addObjectFied: [:a| ] --> empty field without quotes addConsta