Re: [Pharo-dev] xpath?

2014-01-29 Thread Torsten Bergmann
Have a look at Pastell   http://vimeo.com/38760554

Re: [Pharo-dev] xpath?

2014-01-29 Thread Pharo4Stef
Never tried but did you look at Pastell? On 30 Jan 2014, at 08:07, Tudor Girba wrote: > Hi, > > Does anyone know what is the currently functional XPath library? > > I just tested XPath from PharoExtras, but it does not work with the latest > XMLParser. > > I also know of PetitXPath from http

Re: [Pharo-dev] FOSDEM

2014-01-29 Thread François Stephany
I'll be in the Smalltalk devroom the whole day ;) On Wed, Jan 29, 2014 at 10:21 PM, Pharo4Stef wrote: > Not me even I would have liked so have fun for me :) > > > Hi Gang, > > So, #FOSDEM is this week-end. > > I looked at the schedule, which looks interesting. > https://fosdem.org/2014/schedule

[Pharo-dev] xpath?

2014-01-29 Thread Tudor Girba
Hi, Does anyone know what is the currently functional XPath library? I just tested XPath from PharoExtras, but it does not work with the latest XMLParser. I also know of PetitXPath from http://source.lukas-renggli.ch/petit/, but that is for PetitXml and it actually does not work either. Is ther

Re: [Pharo-dev] strange error in latest 3.0 -

2014-01-29 Thread Tudor Girba
Thanks for integrating the fix. The Moose builds are back to normal. Cheers, Doru On Tue, Jan 28, 2014 at 4:41 PM, Martin Dias wrote: > Done. > https://pharo.fogbugz.com/f/cases/12731/Traits-modifications-cause-a-DNU > > > > On Tue, Jan 28, 2014 at 2:13 PM, Tudor Girba wrote: > >> Thank you!

[Pharo-dev] mouse-wheel (on Windows)

2014-01-29 Thread paolo.bernardi...@gmail.com
hi all, there are some differences between how vm handles Windows messages of type "mouse-wheel" and all the other ones? It seems to me that primitiveEventProcessingControl suspends vm's message handling, but does not suspend mouse-wheel ones. thanks

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Benjamin
On 29 Jan 2014, at 18:52, Pharo4Stef wrote: > > Still many different agendas busy time. > It does not mean no interest it means that people are busy. If we wait someone has nothing to do, it will never happen :) > But since we all know that we will not move before the release then there is >

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Pharo4Stef
> How many people are doing this? > How big is the team? Still many different agendas busy time. It does not mean no interest it means that people are busy. >> is a long list of duties before even thinking about Pharo. >> >> So we must evaluate our energy before changing to a new architecture.

Re: [Pharo-dev] [Review]: Case 12737 Morph sends mouseUp twice to handlers

2014-01-29 Thread Pharo4Stef
On 29 Jan 2014, at 22:12, Benjamin wrote: > Filters > My case s(2nd item) Thanks! I found using the customize and I started to review my bug entries and close some of them. I will check the list because I remember that I totally puzzled by the behavior I got. > > Ben > > On 29 Jan 2014, a

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Benjamin
On 29 Jan 2014, at 18:19, Pharo4Stef wrote: > Ben > > - creating a company > - being the head of a research group > - HDR of noury > - PhD of Nick > - Papers there and there > - admin there and there > - dealing with people > - dealing with people

Re: [Pharo-dev] FOSDEM

2014-01-29 Thread Pharo4Stef
Not me even I would have liked so have fun for me :) > Hi Gang, > > So, #FOSDEM is this week-end. > > I looked at the schedule, which looks interesting. > https://fosdem.org/2014/schedule/track/smalltalk/ > > Who's coming apart from the speakers ? > > Phil

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Pharo4Stef
Ben - creating a company - being the head of a research group - HDR of noury - PhD of Nick - Papers there and there - admin there and there - dealing with people - dealing with people - dealing with people - having a

Re: [Pharo-dev] [Review]: Case 12737 Morph sends mouseUp twice to handlers

2014-01-29 Thread Benjamin
Filters > My case s(2nd item) Ben On 29 Jan 2014, at 18:05, Pharo4Stef wrote: > Thanks > It reminds a really strange bug I got showing that there were hidden useless > calls. but I cannot find if I entered an entry. > Any idea how I can find the entries that I added to fogbogz > > Setf > On

Re: [Pharo-dev] [Review]: Case 12737 Morph sends mouseUp twice to handlers

2014-01-29 Thread Pharo4Stef
Thanks It reminds a really strange bug I got showing that there were hidden useless calls. but I cannot find if I entered an entry. Any idea how I can find the entries that I added to fogbogz Setf On 29 Jan 2014, at 02:47, Sean P. DeNigris wrote: > https://pharo.fogbugz.com/default.asp?12737 >

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Pharo4Stef
Simple the VM does not give us the correct events so there are simulated. This is why what igor and ronie did on getting event from the OS via NB is important and a nice experience. It shows that we can move most of the low level stuff to the image and get a lighter VM. Now we need help because t

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Pharo4Stef
On 29 Jan 2014, at 16:37, J.F. Rick wrote: > On Wed, Jan 29, 2014 at 3:36 PM, Pavel Krivanek > wrote: > I would like to continue in the direction started with the Morphic-Core. It's > a subset of Morphic that is able to be loaded into a headless image, > initialize itself and show world with

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Pharo4Stef
w > > What about a brutal scheme, independent of all code quality considerations: > > - dedicate a Pharo release process *only* to Morphic cleaning so people > will know it gona be brutal This is not that easy. Because we should really learn about morph internals. And this what we were planning

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Pharo4Stef
We will get there :) Stef On 29 Jan 2014, at 15:36, Pavel Krivanek wrote: > > > > 2014-01-29 Hilaire Fernandes > Le 28/01/2014 18:41, Pharo4Stef a écrit : > > this is years since I clean Morphic (may be I’m that good at it) but this > > is important to > > go step by step. So I would reall

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-29 Thread Nicolas Cellier
2014-01-29 Sean P. DeNigris > Nicolas Cellier wrote > > So maybe PropertyBinding could do it... > > Where is the "binding"? It's purpose is announcing changes. I don't get how > "binding" epxresses that intent. What am I missing? > > > Binding is so generic... The question is what do you bind? Wi

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-29 Thread Torsten Bergmann
> runs 100% in Pharo + Iliad + MongoDB. "Look ma - no apache or nginx". According to responses it runs "KomHttpServer/7.1.3 (unix)". Also for resources like images. And it is fast. Would be interesting to know more about the architecture, speed of machine, optimizations done, ... Anyone kno

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-29 Thread Sean P. DeNigris
Nicolas Cellier wrote > So maybe PropertyBinding could do it... Where is the "binding"? It's purpose is announcing changes. I don't get how "binding" epxresses that intent. What am I missing? - Cheers, Sean -- View this message in context: http://forum.world.st/Issues-12717-and-12684-tp473

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-29 Thread Nicolas Cellier
2014-01-29 Nicolai Hess > 2014-01-29 Sean P. DeNigris > >> Nicolai Hess wrote >> > And I don't like the name either. >> > I would prefere Binding or ValueBinding. >> >> Guys, I don't love the name either, but can we do a little better than "I >> don't like it". The purpose of ValueHolder's exist

Re: [Pharo-dev] iPad version does not work ?

2014-01-29 Thread Esteban Lorenzano
oks… I will take a look… as soon as I can :S (damn… I need to learn how to do a mitosis…) On 29 Jan 2014, at 17:28, jannik laval wrote: > I confirm that it does not work: the simulator compile (but not the > non-simulator). > Then the image cannot be open: I have a white screen. > Here is my

Re: [Pharo-dev] iPad version does not work ?

2014-01-29 Thread jannik laval
I confirm that it does not work: the simulator compile (but not the non-simulator). Then the image cannot be open: I have a white screen. Here is my process: === 1) git clone https://github.com/pharo-project/pharo-vm.git 2) in ./image dir prepare a VMMaker image (including download of a pharo 2.0)

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Nicolai Hess
2014-01-29 Sean P. DeNigris > Nicolai Hess wrote > > The blue rectangle looks like a drop indicator. you can drag another > > window > > over nautilus' package tree and you'll the this rectangle moving. > > Yes, and there is a bug. If you accidentally drop a non-package-related > Morph on a Nauti

[Pharo-dev] Pharo-contribution job configuration mess

2014-01-29 Thread Yuriy Tymchuk
So I’ve noticed that all new builds cause a change in configuration and I rind this very frustrating. I think that this is related to https://issues.jenkins-ci.org/browse/JENKINS-20176. Can someone update disk usage plugin? Cheers Uko

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread J.F. Rick
On Wed, Jan 29, 2014 at 3:36 PM, Pavel Krivanek wrote: > I would like to continue in the direction started with the Morphic-Core. > It's a subset of Morphic that is able to be loaded into a headless image, > initialize itself and show world with one basic responsive morph. > There's a question of

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-29 Thread Sebastian Sastre
awesome! kick airbnb arse! >:) On Jan 29, 2014, at 10:30 AM, Marcus Denker wrote: > Hi, > > Added to the page > http://www.pharo-project.org/about/success-stories > > > Reflex Vacances > = > Reflex Vacances is a website to rent holiday homes all over France. > > The

[Pharo-dev] FOSDEM

2014-01-29 Thread p...@highoctane.be
Hi Gang, So, #FOSDEM is this week-end. I looked at the schedule, which looks interesting. https://fosdem.org/2014/schedule/track/smalltalk/ Who's coming apart from the speakers ? Phil

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Marcus Denker
On 29 Jan 2014, at 16:01, p...@highoctane.be wrote: > Yeah, time. Not enough not enough not enough. > > Who is going to be at #FOSDEM on Saturday? > me, but due to a mixup with the date I have to take the train back 16:15…. Marcus

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread p...@highoctane.be
Yeah, time. Not enough not enough not enough. Who is going to be at #FOSDEM on Saturday? Phil On Wed, Jan 29, 2014 at 3:58 PM, Esteban Lorenzano wrote: > > On 29 Jan 2014, at 15:50, p...@highoctane.be wrote: > > Know what would be making it really useful? > > A nice dark theming feature. >

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Esteban Lorenzano
On 29 Jan 2014, at 15:50, p...@highoctane.be wrote: > Know what would be making it really useful? > > A nice dark theming feature. > > Yeah, that's not Morphic-Core, but currently, this aspect makes the whole > thing feel stuck in the 90's. > > Esteban, did you had any luck with that? not ye

Re: [Pharo-dev] packages in 3.0

2014-01-29 Thread Norbert Hartl
Am 29.01.2014 um 15:28 schrieb Esteban Lorenzano : > > On 29 Jan 2014, at 11:25, Norbert Hartl wrote: > >> >> Am 28.01.2014 um 23:47 schrieb Esteban Lorenzano : >> >>> >>> On 28 Jan 2014, at 23:34, Norbert Hartl wrote: >>> Am 28.01.2014 um 22:50 schrieb Esteban Lorenzano :

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread p...@highoctane.be
Know what would be making it really useful? A nice dark theming feature. Yeah, that's not Morphic-Core, but currently, this aspect makes the whole thing feel stuck in the 90's. Esteban, did you had any luck with that? Phil On Wed, Jan 29, 2014 at 3:36 PM, Pavel Krivanek wrote: > > > > 2014-0

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Pavel Krivanek
2014-01-29 Hilaire Fernandes > Le 28/01/2014 18:41, Pharo4Stef a écrit : > > this is years since I clean Morphic (may be I'm that good at it) but > this is important to > > go step by step. So I would really like to get a list of simple actions. > > Do you have an idea? > > > What about a brutal

Re: [Pharo-dev] packages in 3.0

2014-01-29 Thread Esteban Lorenzano
On 29 Jan 2014, at 11:25, Norbert Hartl wrote: > > Am 28.01.2014 um 23:47 schrieb Esteban Lorenzano : > >> >> On 28 Jan 2014, at 23:34, Norbert Hartl wrote: >> >>> >>> Am 28.01.2014 um 22:50 schrieb Esteban Lorenzano : >>> they do not appear because they shouldn’t :) MCPac

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Sebastian Sastre
On Jan 29, 2014, at 9:33 AM, Marcus Denker wrote: > It has already been concluded that fogbugz was a mistake. It’s just not made > for an open source project. > > Now moving will be *a lot* of work and we have not even found a replacement > that is scriptable. > > We first need to release Phar

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Sean P. DeNigris
Nicolai Hess wrote > The blue rectangle looks like a drop indicator. you can drag another > window > over nautilus' package tree and you'll the this rectangle moving. Yes, and there is a bug. If you accidentally drop a non-package-related Morph on a Nautilus tree package pane, you will get a DNU #

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Sebastian Sastre
On Jan 29, 2014, at 10:08 AM, kilon alios wrote: > So I have stopped using gestures at all with Nautilus and instead do manual > scrolls dragging the scroll bar. I understand this is the symptom of an early release of course

[Pharo-dev] Is it possible to remove users from your own SmalltalkHub?

2014-01-29 Thread Mariano Martinez Peck
Hi Nico, I wonder if that's possible because I cannot find a way of doing it. I need to remove another's user account. I am using my own shub instance and I do have access to the image/mongo if I should do it from there. Thanks in advance, -- Mariano http://marianopeck.wordpress.com

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Noury Bouraqadi
Thanks Hilaire. Noury On 29 janv. 2014, at 09:13, Hilaire Fernandes wrote: > Le 28/01/2014 16:53, Noury Bouraqadi a écrit : >> I tried fogbugz but I failed to connect... > > Reading your email I can't help smiling, and it make me fill I was not > so idiot when I could'nt use the bugs tracker. >

[Pharo-dev] [pharo-project/pharo-core] d23a26: 30728

2014-01-29 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: d23a264d85adaa9070dad39f8d1a2378b96877e2 https://github.com/pharo-project/pharo-core/commit/d23a264d85adaa9070dad39f8d1a2378b96877e2 Author: Jenkins Build Server Date: 2014-01-29 (Wed, 29 Jan 2014

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Nicolai Hess
2014-01-29 kilon alios > yes Nautilus also acts crazy with magic mouse gestures. Also there is > weird blue rectangle that surrounds one of the packages that refuses to go > away. So I have stopped using gestures at all with Nautilus and instead do > manual scrolls dragging the scroll bar. > > >

[Pharo-dev] [pharo-project/pharo-core]

2014-01-29 Thread GitHub
Branch: refs/tags/30728 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-29 Thread Hilaire Fernandes
Le 28/01/2014 18:41, Pharo4Stef a écrit : > this is years since I clean Morphic (may be I’m that good at it) but this is > important to > go step by step. So I would really like to get a list of simple actions. > Do you have an idea? What about a brutal scheme, independent of all code quality c

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Hilaire Fernandes
Le 29/01/2014 12:33, Marcus Denker a écrit : > It has already been concluded that fogbugz was a mistake. It’s just not made > for an open source project. > > Now moving will be *a lot* of work and we have not even found a replacement > that is scriptable. > > We first need to release Pharo3 befo

Re: [Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-29 Thread Sven Van Caekenberghe
Very nice ! And it is fast. Great work. Sven On 29 Jan 2014, at 13:30, Marcus Denker wrote: > Hi, > > Added to the page > http://www.pharo-project.org/about/success-stories > > > Reflex Vacances > = > Reflex Vacances is a website to rent holiday homes all over France. >

[Pharo-dev] Pharo Success Story: Reflex Vacances

2014-01-29 Thread Marcus Denker
Hi, Added to the page http://www.pharo-project.org/about/success-stories Reflex Vacances = Reflex Vacances is a website to rent holiday homes all over France. The website lists 2000+ houses, and it runs 100% in Pharo + Iliad + MongoDB. "Cette plateforme regroupe des millie

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread kilon alios
I know I am a small fish surrounded by pharo sharks, I know that I code in pharo just for the fun of coding and you guys make a living out of it and pharo is your life but I would like to make some points and please take them with a grain of salt. a) I dont think overworking yourselves will benefi

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread kilon alios
yes Nautilus also acts crazy with magic mouse gestures. Also there is weird blue rectangle that surrounds one of the packages that refuses to go away. So I have stopped using gestures at all with Nautilus and instead do manual scrolls dragging the scroll bar. On Wed, Jan 29, 2014 at 12:34 PM, Seb

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Esteban Lorenzano
and I answered saying that IMO we should not change before releasing… so not completely true that you didn’t get any answer :) On 29 Jan 2014, at 12:49, Marcus Denker wrote: > > On 29 Jan 2014, at 12:45, Benjamin > wrote: > >> I actually proposed few replacement one month ago inside the RMo

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Goubier Thierry
Le 29/01/2014 12:49, Marcus Denker a écrit : On 29 Jan 2014, at 12:45, Benjamin wrote: I actually proposed few replacement one month ago inside the RMoD team, nobody answered except “Fogbugz is bad” , and nobody tried what I proposed. Of course this was exactly before christmas when I wa

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Marcus Denker
On 29 Jan 2014, at 12:49, Marcus Denker wrote: > > On 29 Jan 2014, at 12:45, Benjamin > wrote: > >> I actually proposed few replacement one month ago inside the RMoD team, >> nobody answered except “Fogbugz is bad” , and nobody tried what I proposed. >> > > Of course this was exactly befor

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Marcus Denker
On 29 Jan 2014, at 12:45, Benjamin wrote: > I actually proposed few replacement one month ago inside the RMoD team, > nobody answered except “Fogbugz is bad” , and nobody tried what I proposed. > Of course this was exactly before christmas when I was really dead… I really couldn’t do anythin

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Benjamin
I actually proposed few replacement one month ago inside the RMoD team, nobody answered except “Fogbugz is bad” , and nobody tried what I proposed. Exactly what happened when we had to choose a replacement for Google Issue Tracker. Ben On 29 Jan 2014, at 08:33, Marcus Denker wrote: > > On 29

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Marcus Denker
On 29 Jan 2014, at 11:32, Sebastian Sastre wrote: > I hope we’re not making it harder than it should for fear to feedback > > It has already been concluded that fogbugz was a mistake. It’s just not made for an open source project. Now moving will be *a lot* of work and we have not even found

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-29 Thread Nicolai Hess
2014-01-29 Sean P. DeNigris > Nicolai Hess wrote > > And I don't like the name either. > > I would prefere Binding or ValueBinding. > > Guys, I don't love the name either, but can we do a little better than "I > don't like it". The purpose of ValueHolder's existence was to notify > changes > to i

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Sebastian Sastre
There is something about the wheel because often, at least in Nautilus, you get crazy scrolls you dind’t asked for Specially if using trackpad, two finger, scroll On Jan 29, 2014, at 6:09 AM, Hilaire Fernandes wrote: > I am not exactly sure, but I think mouseWheelEvents were always > simula

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Sebastian Sastre
I hope we’re not making it harder than it should for fear to feedback On Jan 29, 2014, at 6:13 AM, Hilaire Fernandes wrote: > Le 28/01/2014 16:53, Noury Bouraqadi a écrit : >> I tried fogbugz but I failed to connect... > > Reading your email I can't help smiling, and it make me fill I was

Re: [Pharo-dev] packages in 3.0

2014-01-29 Thread Norbert Hartl
Am 28.01.2014 um 23:47 schrieb Esteban Lorenzano : > > On 28 Jan 2014, at 23:34, Norbert Hartl wrote: > >> >> Am 28.01.2014 um 22:50 schrieb Esteban Lorenzano : >> >>> they do not appear because they shouldn’t :) >>> >>> MCPackage = RPackage in 3.0 >>> >> Ah, very good. I see this of cours

Re: [Pharo-dev] Reading symbols from StdIn

2014-01-29 Thread Santiago Bragagnolo
As i readed in the implementation of python and c, there is a lib called termios, that has a function tcgetattr, that should be the one that let me set a flag on the file descriptor for avoiding it for echo. 2014-01-29 Santiago Bragagnolo > > >Hi all Pharoers :). > >Im making an examp

Re: [Pharo-dev] iPad version does not work ?

2014-01-29 Thread Esteban Lorenzano
and btw… iosbuild/resource$ ./generate.sh should generate a 1.4 image that *should* work in ipad (no idea if that will be the case, its been more than 6months since I do not test it and vm changed since then). Esteban On 29 Jan 2014, at 10:23, Esteban Lorenzano wrote: > PharoIPhoneBuilde

[Pharo-dev] Reading symbols from StdIn

2014-01-29 Thread Santiago Bragagnolo
Hi all Pharoers :). Im making an example for usage of PhaROS and i need to send commands. I would want to read the arrows and, if it is possible, to do not print the echo of the pressed key. Can any one point me something obvious i didn't see?? :) thank you. Santiago

Re: [Pharo-dev] iPad version does not work ?

2014-01-29 Thread Esteban Lorenzano
PharoIPhoneBuilder buildIPhone. it should generate all sources and a “build.sh” then build$ sh build.sh will generate an xcode project. and let me remember… mmm… yeah, that was all :) On 29 Jan 2014, at 08:10, jannik laval wrote: > Hi Esteban, > > Hum, this means that my instructions

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Hilaire Fernandes
Le 28/01/2014 16:53, Noury Bouraqadi a écrit : > I tried fogbugz but I failed to connect... Reading your email I can't help smiling, and it make me fill I was not so idiot when I could'nt use the bugs tracker. Seriously you should read the instruction and view the video tutorial at https://pharo.

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Hilaire Fernandes
I am not exactly sure, but I think mouseWheelEvents were always simulated with Ctrl events. Hilaire Le 29/01/2014 00:06, Nicolai Hess a écrit : > How it comes we lost the MouseWheelEvents. > The SimpleHierarchicalListMorph in FileList does not scroll on > MouseWheelEvents. > Or at least it work

Re: [Pharo-dev] iPad version does not work ?

2014-01-29 Thread p...@highoctane.be
Hi Jannik, I can help you do this if you want. Send me a private message so that we can arrange for a Skype|Google Hangout. Or, if you come to FOSDEM on saturday, we can do that together. On another front, I am now actually working on an Arduino project with a TLC5940 (16 PWM output chip, that o