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
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
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
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
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
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
Or is it just me ?
Jannik
> 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"
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
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,
&
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
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
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:
&
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,
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
15 matches
Mail list logo