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] [HELP] Phratch translation

2014-01-16 Thread jannik.laval
Dear smalltalkers, phratchers and everybody interested to help Phratch development. We need you as an international community. Phratch needs your help to be multilingual. The most of work is already done, It is based on the Scratch work (Thank you for all the supported languages). Now, as Phra

Re: [Pharo-users] Phratch acknowledgement?

2014-01-10 Thread jannik.laval
On Jan 10, 2014, at 5:36 PM, Bernat Romagosa wrote: > Hi Marcus, > > 2014/1/10 Marcus Denker > Hi Bernat, > > You should contact > > To me, I thought that they are not really two projects but one: a new name > and a new developer. > Both was needed: You paved the way and it was very sad th

Re: [Pharo-users] Phratch acknowledgement?

2014-01-10 Thread jannik.laval
On Jan 10, 2014, at 5:30 PM, Bernat Romagosa wrote: > Hi Jannik, > > Thanks, that's all we needed! :) > > Sorry, I missed the email to the phratch list, otherwise I'd have written > there in the first place. No problem ;) Jannik > > Cheers, > Bernat. > > > 2014/1/10 jannik laval > Dea

[Pharo-users] [ANN] Phratch 1.0beta

2013-12-16 Thread jannik.laval
Hi, I continue to develop Phratch, the port of Scratch in Pharo. Phratch is a visual programming language on top of Pharo. There are lots of new features: - Settings - FileSystems - Metacello - integration of BYOB (allows to build your own blocks) - integration of Color and Files - a lot of new

Re: [Pharo-users] Is there documentation for Moose DSMMatrix visualization?

2013-08-15 Thread jannik.laval
Hi Martin, You can find documentation in the following locations: http://www.moosetechnology.org/tools/edsm http://www.moosetechnology.org/docs/eDSM http://rmod.lille.inria.fr/archives/papers/Lava12z-ResolvingCyclicDependencies.pdf I can answer if you have more questions. Cheers, Jannik On Aug

[Pharo-users] smalltalkhub is down ?

2013-08-07 Thread jannik.laval
Or is it just me ? Jannik

Re: [Pharo-users] Fun with symbols

2013-07-28 Thread jannik.laval
> On Jul 26, 2013, at 9:43 PM, jannik.laval wrote: > >> Hi guys, >> >> Something I did not know and I would like to share: >> what is the result of "#a < #9" ? DNU ! >> >> When I expected to compare two symbols, in fact "#9 class"

[Pharo-users] Fun with symbols

2013-07-26 Thread jannik.laval
Hi guys, Something I did not know and I would like to share: what is the result of "#a < #9" ? DNU ! When I expected to compare two symbols, in fact "#9 class" returns SmallInteger. So if I want to compare two symbols, I have to do "#a < #'9' ". Kind of small fun things ! Cheers, Jannik

Re: [Pharo-users] Pharo 2.0 and Android

2013-07-19 Thread jannik.laval
Ok, I solved the problem of the Unicode plugin: I removed it :) for the old vm, I don't know what is the impact, but it seems to work. Phratch can be loaded on Android now, but it is really slow, i am checking that. Jannik On Jul 19, 2013, at 4:36 PM, jannik.laval wrote: > Hi, &

Re: [Pharo-users] Pharo 2.0 and Android

2013-07-19 Thread jannik.laval
Hi, I am trying with Pharo2.0. It seems to work but I have 2 errors: - the vm seems old: I have a message that says the vm should be updated - Unicode plugin seems not available. I have to change something in my code to not use it ? Jannik On Jul 15, 2013, at 4:30 PM, hilaire wrote: > I have

[Pharo-users] Ph.D. Student Position on Dynamic Reflective Language Integration with FPGAs for Robotic Applications

2013-07-11 Thread jannik.laval
Dear Smalltalkers, We are searching for a PhD Student. Following you will find the proposal. Best regards, == Location: Mines de Douai and ENSTA Brest (France) Advisor and contacts: Noury Bouraqadi, Luc Fabresse, Jannik Laval (c...@mines-douai.fr, website: http://car.mines-douai.fr/) Loïc

Re: [Pharo-users] Regex question

2013-07-04 Thread jannik.laval
nnik On Jul 5, 2013, at 12:33 AM, Camillo Bruni wrote: > Yes this is ok, '.' matches only a single character. > The alternatives you might be looking for are #prefixMatchesRegex: or '.*' > > On 2013-07-05, at 00:03, "jannik.laval" wrote: &

[Pharo-users] Regex question

2013-07-04 Thread jannik.laval
Hi guys, Just a simple question about regex: 'a' matchesRegex: '.' --> true 'aa' matchesRegex: '.' --> false As '.' represents any character, the two previous lines are ok. Now, if I test with a cr, it returns true: String cr matchesRegex: '.' --> true. Is it the expected behavior ? Cheers,

Re: [Pharo-users] InputEventSensor and polling

2013-05-15 Thread jannik.laval
Thank you Stef. What I understand is that we should make Phratch works, modifying InputEventSensor. Then we will modify Phratch when Pharo3.0 will be enough stable to port it. Cheers, Jannik On May 15, 2013, at 9:15 PM, stephane ducasse wrote: > > > I hate this code :) > I remember that in