Re: [Pharo-users] looking for a tutorial on sounds in Pharo

2016-10-18 Thread Grigory Hatsevich
not get it working on Linux but it worked like a charm on MacOS and I think it >worked well also on windows. Is there something specific you are interested for ? On Sun, Oct 16, 2016 at 2:16 PM Grigory Hatsevich wrote: Hi! I'm looking for a tutorial about sound generation in Phar

Re: [Pharo-users] looking for a tutorial on sounds in Pharo

2016-10-16 Thread Grigory Hatsevich
/Sound_en.pier On Sun, Oct 16, 2016 at 1:16 PM, Grigory Hatsevich wrote: Hi! I'm looking for a tutorial about sound generation in Pharo. I've found "PharoSoundTutorial" (https://github.com/xmessner/PharoSoundTutorial) but it is in French. Is there an English version of t

[Pharo-users] looking for a tutorial on sounds in Pharo

2016-10-16 Thread Grigory Hatsevich
Hi! I'm looking for a tutorial about sound generation in Pharo. I've found "PharoSoundTutorial" (https://github.com/xmessner/PharoSoundTutorial) but it is in French. Is there an English version of this tutorial or some other English text about sounds in Pharo?

Re: [Pharo-users] Web browsing automation

2016-05-04 Thread Grigory Hatsevich
linux). I believe Kilon worked on some python bindings from Pharo? It would be interesting to ask him what was that exactly… maybe it could be >connected to this lib. Peter On Wed, May 4, 2016 at 1:04 PM, Grigory Hatsevich wrote: Suppose I have a web page with 50 small photos; when

[Pharo-users] Web browsing automation

2016-05-04 Thread Grigory Hatsevich
Suppose I have a web page with 50 small photos; when I click on a photo, appears a window where I can further click on a link to open a full profile of the person on a photo. I need to open a full profile for every person in that page, each in a separate browser tab. How can I automate this