Re: [Pharo-users] SLICE-Issue-18901-Highlight-message-send-selector-on-mouse-over-NicolaiHess.4 introduces new bug?

2017-02-06 Thread Nicolai Hess
Hi Alistair, the error messages from Rubric-Components, if there occured an error is often misleading. I added this act-on-move-functionality for highlighting message sends and I forgot to respect to full TextAction hierarchy (I only implemented the actOnMove: anEvent for: target in: aParagraph ed

Re: [Pharo-users] Pharo Spur 64 VM

2017-02-06 Thread Esteban Lorenzano
> On 6 Feb 2017, at 21:41, Cyril Ferlicot D. wrote: > > Le 06/02/2017 à 21:31, Benoit St-Jean via Pharo-users a écrit : > > > Hi! > > IIRC, the windows VM will need some more time to be ready. Only Linux > and OSX ones are usable at the moment. ^ this. as Cyril says, win 64bits vm is still

[Pharo-users] SLICE-Issue-18901-Highlight-message-send-selector-on-mouse-over-NicolaiHess.4 introduces new bug?

2017-02-06 Thread Alistair Grant
Hi All, I'm attempting to port some code that works in Pharo 5 to Pharo 6 and have hit a problem when attempting to inspect text. Inspecting the following: | text | text := Text fromString: 'Hello World'. text addAttribute: (TextAction new actOnClickBlock: [ self halt ]) from: 1 to: 5. text.

Re: [Pharo-users] Persisting data in the Image

2017-02-06 Thread Ben Coman
On Tue, Feb 7, 2017 at 4:07 AM, Sven Van Caekenberghe wrote: > > > > On 6 Feb 2017, at 20:20, sergio ruiz wrote: > > > > Is it enough to create a collection on a class to persist data and keep it > > away from the GC? > > > > something like: > > > > class Person>>people > > ^ > > > > wher

Re: [Pharo-users] Pharo Spur 64 VM

2017-02-06 Thread Cyril Ferlicot D.
Le 06/02/2017 à 21:31, Benoit St-Jean via Pharo-users a écrit : Hi! IIRC, the windows VM will need some more time to be ready. Only Linux and OSX ones are usable at the moment. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.as

[Pharo-users] Pharo Spur 64 VM

2017-02-06 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- Is this normal, I could not find the Spur 64bit VM for Windows on the Pharo file server? It is available for Mac & Linux but there's no file in the "win" directory. tia--- End Message ---

Re: [Pharo-users] Persisting data in the Image

2017-02-06 Thread sergio ruiz
Got it.. not just a method.. Thanks! On February 6, 2017 at 3:08:37 PM, Sven Van Caekenberghe (s...@stfx.eu) wrote: You need to put the collection in a class variable (or in some global variable).  peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMe

Re: [Pharo-users] Persisting data in the Image

2017-02-06 Thread Sven Van Caekenberghe
> On 6 Feb 2017, at 20:20, sergio ruiz wrote: > > Is it enough to create a collection on a class to persist data and keep it > away from the GC? > > something like: > > class Person>>people > ^ > > where add: and remove: would remove them from the collection.. You need to put the col

[Pharo-users] Persisting data in the Image

2017-02-06 Thread sergio ruiz
Is it enough to create a collection on a class to persist data and keep it away from the GC? something like: class Person>>people ^ where add: and remove: would remove them from the collection.. peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG

Re: [Pharo-users] Slack Invites doesn't work correctly

2017-02-06 Thread mldavis
Super, thank you Marcus. Esteban Maringolo has also already fixed the url in the book. (see the attachment) Thank you very much, mike From: denker [mailto:marcus.den...@inria.fr] Sent: Monday, February 6, 2017 5:36 AM To: mlda...@chaparralwest.com; Any question about pharo is welcome S

Re: [Pharo-users] Slack Invites doesn't work correctly

2017-02-06 Thread mldavis
Perfect, thank you so much. Tested in Windows 10 from both Microsoft Edge and Internet Explorer 11. Regards, mike From: Esteban A. Maringolo [mailto:emaring...@gmail.com] Sent: Monday, February 6, 2017 10:45 AM To: Any question about pharo is welcome Cc: mlda...@chaparralwest.com Subjec

Re: [Pharo-users] Slack Invites doesn't work correctly

2017-02-06 Thread Esteban A. Maringolo
Somebody decided to use the, better suited, domain slackinvites.pharo.org but didn't notify me, so that domain wasn't handled by my company server that currently runs the invite program. I now added that domain to the nginx sites, and it is working (please confirm from your side). Regards, Esteb

Re: [Pharo-users] Slack Invites doesn't work correctly

2017-02-06 Thread denker
Hi, The slack invite is now using a widget on the site http://pharo.org/community (there has been already a pull request to fix in the book and point to the website) > On 4 Feb 2017, at 03:00, mlda...@chaparralwest.com wrote: > > In the milestone release o

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-06 Thread Cyril Ferlicot D.
On 04/02/2017 18:26, stepharong wrote: > It would be nice to have a palette class with some nice defaults. > Cyril could you package what you have in MDL out of MDL so that we can > add it to Pharo? > > Stef > I extracted it here: https://github.com/DuneSt/MaterialColors In the future I would