Re: [Pharo-users] Pharo desktop UI

2016-11-04 Thread vikenti
Thanks for advices, i added them to my work notes. Working with Spec i found another problem: I create a window with simple layout: menu + custom morph. I want my morph to do some interactive work for me - it must display data and handle mouse down\move\wheel. The problem is: when i start the

Re: [Pharo-users] How to consume the MOOC?

2016-11-04 Thread Ben Coman
On Fri, Nov 4, 2016 at 10:59 PM, Johan Fabry wrote: > > For me, the easiest way is http://mooc.pharo.org And that links to here for the videos http://rmod-pharo-mooc.lille.inria.fr/MOOC/Videos/W1/ and here for subtitles.. http://rmod-pharo-mooc.lille.inria.fr/MOOC/Videos/W1/C019SD-W1-sous-titres

[Pharo-users] [ Article ] The code behind Google Authenticator

2016-11-04 Thread Sven Van Caekenberghe
I wrote another article in 'Concerning Pharo': The code behind Google Authenticator Implementing Time-base One-Time Passwords in Pharo https://medium.com/concerning-pharo/the-code-behind-google-authenticator-9c59c606a572 I was curious how Google Authenticator, an iOS or Andriod mobile ap

[Pharo-users] [Pharo Video Tutorial] How to automate building images with pharo and makefiles

2016-11-04 Thread Dimitris Chloupis
I mentioned this here and on chat several times but at last I decided to make a video tutorial about automating the process of building images so you don't have to install packages by hand https://youtu.be/2J-MUsDalXw

Re: [Pharo-users] How to consume the MOOC?

2016-11-04 Thread Sven Van Caekenberghe
I thought that somewhere there is better support for English, but I can't find it ... I believe there are English subtitles at least (but no voice over). > On 4 Nov 2016, at 15:59, Johan Fabry wrote: > > > For me, the easiest way is http://mooc.pharo.org ( which is linked from > http://pharo.

Re: [Pharo-users] How to consume the MOOC?

2016-11-04 Thread Johan Fabry
For me, the easiest way is http://mooc.pharo.org ( which is linked from http://pharo.org/documentation ) -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http://emailcharter.org . Johan Fabry - http://pleiad.cl/~jfabry PLEIAD

[Pharo-users] How to consume the MOOC?

2016-11-04 Thread Luke Gorrie
Howdy! Just a question from a confused newbie: What is the easiest way to consume the Pharo MOOC content in English? I have tried to find the content a few times over the past few months but so far I have hit a registration page / short trailer video / video in French. (I keep hoping that a YouTu

Re: [Pharo-users] DatePrinter

2016-11-04 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- I'm a bit late to comment but just remember that in French month and day names never use a capital letter !  - Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormito

Re: [Pharo-users] How does Boolean ifTrue work?

2016-11-04 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- I guess you can circumvent the inlining by using perform (and selecting the code with "debug it" from the menu) as in: true perform: #ifTrue: with: [ 3 inspect ]  - Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean I