Re: [Pharo-users] Relative path

2014-01-17 Thread Nicolai Hess
2014/1/17 Hilaire Fernandes > Le 17/01/2014 22:13, jannik.laval a écrit : > > You what is the Platform clipartsPath ? > > It is something like > FileSystem disk workingDirectory parent / 'Cliparts > > > I am thinking that what you need is : > > FileSystem workingDirectory / 'fruits' / 'apples.pn

Re: [Pharo-users] Relative path

2014-01-17 Thread Hilaire Fernandes
Le 17/01/2014 22:13, jannik.laval a écrit : > You what is the Platform clipartsPath ? It is something like FileSystem disk workingDirectory parent / 'Cliparts > I am thinking that what you need is : > FileSystem workingDirectory / 'fruits' / 'apples.png’ Yes but no, I want 'fruits' / 'apples.p

Re: [Pharo-users] Relative path

2014-01-17 Thread jannik.laval
Hi Hilaire, You what is the Platform clipartsPath ? I am thinking that what you need is : FileSystem workingDirectory / 'fruits' / 'apples.png’ something like that. Jannik On Jan 17, 2014, at 10:06 PM, Hilaire Fernandes wrote: > Hello > > I want to send a message with a relative path as a

[Pharo-users] Relative path

2014-01-17 Thread Hilaire Fernandes
Hello I want to send a message with a relative path as argument: self getClipart: 'fruits' / 'apples.png' It should look like that but it does not work of course. Then from getClipart method, it should be something like: getClipart: relativePath file := Platform clipartsPath / relativePath

[Pharo-users] Phratch: first tutorial on how to create your own blocks programmatically

2014-01-17 Thread jannik laval
Dear lists, as requested, I wrote a small tutorial. The tutorial is here: http://car.mines-douai.fr/2014/01/624/ You are welcome to comment and to fix my english :) Cheers -- ~~Jannik Laval~~ École des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/

Re: [Pharo-users] iStoa

2014-01-17 Thread btc
Hilaire Fernandes wrote: Nice. Is that separate from Dr. Geo? Yes, completely btw, you might consider the follow change "containing as much glasses and plates" --> "containing as many glasses and plates" Oh, I was struggling to write it correctly, an

Re: [Pharo-users] find used deprecated methods when moving from pharo2 to pharo3

2014-01-17 Thread Sabine Knöfel
Hi Ben, ok, I collect all I find and will report them after finishing. >>maybe it would be good for the opening screen of the Pharo 3 release to link to a tutorial on how to run those Deprecated-Rules-only on a package. The description was clear and easy. I am not sure if I understood. I made a

Re: [Pharo-users] iStoa

2014-01-17 Thread Hilaire Fernandes
Le 17/01/2014 14:04, jannik laval a écrit : > The core package depends on LedMorph that is not available in Pharo2.0 > nor Pharo3.0. > It is on Pharo Extra or something like that. Yes, all is very crude right now. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] iStoa

2014-01-17 Thread Hilaire Fernandes
> Nice. Is that separate from Dr. Geo? Yes, completely > btw, you might consider the follow change > "containing as much glasses and plates" --> "containing as many > glasses and plates" Oh, I was struggling to write it correctly, and I will definitely need more help. Would you help me for o

Re: [Pharo-users] iStoa

2014-01-17 Thread Hilaire Fernandes
Le 16/01/2014 21:44, Carlo a écrit : > Looks promising Hilaire. > What version of Pharo can I load this into? Pharo 2.0, should work on Pharo 3.0. But ah, the graphics are packaged elsewhere on a bazaar repo on launchpad (https://launchpad.net/istoa), so most will not work once you fetch the code

Re: [Pharo-users] iStoa

2014-01-17 Thread jannik laval
The core package depends on LedMorph that is not available in Pharo2.0 nor Pharo3.0. Jannik 2014/1/16 Carlo > Looks promising Hilaire. > What version of Pharo can I load this into? > > Thanks > Carlo > > On 16 Jan 2014, at 10:29 PM, Hilaire Fernandes < > hilaire.fernan...@gmail.com> wrote: > >

Re: [Pharo-users] iStoa

2014-01-17 Thread btc
Hilaire Fernandes wrote: Hi, I am revisiting a previous project iStoa.net to polish its GUI and graphics. I want to produce math exercises for grade 1 kids to play with, enclosed a few screenshots. Btw, it is on Smalltalkhub. Of course, it is build up "à la sauce" Smalltalk and Morphic. Hilaire

Re: [Pharo-users] iStoa

2014-01-17 Thread jannik laval
Really cool ! I will try it. Jannik 2014/1/16 Hilaire Fernandes > Hi, > > I am revisiting a previous project iStoa.net to polish its GUI and > graphics. > I want to produce math exercises for grade 1 kids to play with, enclosed > a few screenshots. Btw, it is on Smalltalkhub. > Of course, it i

Re: [Pharo-users] find used deprecated methods when moving from pharo2 to pharo3

2014-01-17 Thread btc
Can you report those to be added? btw, maybe it would be good for the opening screen of the Pharo 3 release to link to a tutorial on how to run those Deprecated-Rules-only on a package. cheers -ben Sabine Knöfel wrote: Hi Andre, thanks, I used it and it worked fine but as you said

Re: [Pharo-users] find used deprecated methods when moving from pharo2 to pharo3

2014-01-17 Thread Sabine Knöfel
Hi Andre, thanks, I used it and it worked fine but as you said - several methods are not covered. Sabine On Thu, Jan 16, 2014 at 2:02 PM, Andre Hora [via Smalltalk] < ml-node+s1294792n4737198...@n4.nabble.com> wrote: > Hello Sabine, > > I have a set of smalllint rules I have created by mining

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-01-17 Thread Goubier Thierry
Hi Sean, can you summarize what you ended up with? I'd really like to get a solution to be able to support git in Windows. Thanks, Thierry Le 17/01/2014 02:29, Sean P. DeNigris a écrit : That was just what I needed. Thanks, Hernan! It seems like we could consolidate a bit on Windows: we hav