Re: [Pharo-users] Fwd: Fwd: Phratch + Debian

2016-03-06 Thread jannik laval
Hi Markus, I send the email to the pharo community. Can someone help us to create a phratch .deb package ? The need is for a french professor who needs to create a debian live distrib for education. He want to include phratch instead of scratch / snap ... So, it is a great opportunity for us. T

Re: [Pharo-users] NativeBoost replacement?

2016-03-06 Thread Cyril Ferlicot
I think that ffi-nb is now call uffi and is directly in the image. See: https://www.mail-archive.com/pharo-dev@lists.pharo.org/msg36699.html On Sunday, 6 March 2016, Hernán Morales Durand wrote: > Hi Damien, > > I installed FFI-NB as follows: > > Gofer it > smalltalkhubUser: 'Pharo' projec

Re: [Pharo-users] SmalltakHub and password reset

2016-03-06 Thread Offray Vladimir Luna Cárdenas
Or fossil :-P. On 06/03/16 12:12, stepharo wrote: Ask Esteban yes this is bad. I hope in the future to use github or bitbucket. Le 6/3/16 16:49, Sebastian Heidbrink a écrit : Hi! how can I recover a lost password for SmalltalkHub.com? Thank you Sebastian

Re: [Pharo-users] Hackathon question (kind of urgent): Adding labels to a treemap

2016-03-06 Thread Offray Vladimir Luna Cárdenas
Thanks Alexandre. Your code lead me to the following, which solves the issue: === | boxedLabels b labels | b := RTTreeMapBuilder new. labels := #('uno' 'dos' 'tres' 'cuatro' 'cinco'). boxedLabels := (RTLabelled new color: Color black; center). boxedLabels text: [:index | labels

Re: [Pharo-users] NativeBoost replacement?

2016-03-06 Thread Damien Pollet
Wait for Esteban to notice this mail :) On 6 March 2016 at 23:54, Hernán Morales Durand wrote: > Hi Damien, > > I installed FFI-NB as follows: > > Gofer it > smalltalkhubUser: 'Pharo' project: 'FFI-NB'; > configurationOf: 'FFINB'; > loadStable > > And found the following methods are

Re: [Pharo-users] NativeBoost replacement?

2016-03-06 Thread Hernán Morales Durand
Hi Damien, I installed FFI-NB as follows: Gofer it smalltalkhubUser: 'Pharo' project: 'FFI-NB'; configurationOf: 'FFINB'; loadStable And found the following methods are missing from NBWin32Window: createWindowExA:lpClassName:lpWindowName:dwStyle:x:y:width:height:hWndParent:hMenu:hIn

Re: [Pharo-users] NativeBoost replacement?

2016-03-06 Thread Damien Pollet
The replacement is http://smalltalkhub.com/#!/~Pharo/FFI-NB The API should be mostly if not completely compatible. If not tell us, as I need to adapt my ESUG 2013 tutorial :) On 6 March 2016 at 21:18, Hernán Morales Durand wrote: > Hi guys, > > I am porting packages which uses NativeBoost in Ph

[Pharo-users] NativeBoost replacement?

2016-03-06 Thread Hernán Morales Durand
Hi guys, I am porting packages which uses NativeBoost in Pharo <= 4 to Pharo 5 (update: #50628). Since NB is not supported anymore I would like to know which is the replacement of such library. I found FFI is loadable in Pharo 5, but methods like #getForegroundWindow are missing. Even worst, when

Re: [Pharo-users] Suggestion: ChronosManager Should Enable Sound in Settings

2016-03-06 Thread Sean P. DeNigris
kilon.alios wrote > I have to confess because I am on MacOS I have not really cared about this > issue so much. In any case, Sound is enabled by default Me too, but sound was not enabled by default in #40626! - Cheers, Sean -- View this message in context: http://forum.world.st/Suggestion-

Re: [Pharo-users] PharoLauncher eventual slowdown

2016-03-06 Thread Peter Uhnák
On Sun, Mar 6, 2016 at 6:13 PM, stepharo wrote: > > > Le 5/3/16 10:57, Peter Uhnák a écrit : > > > Same here. > > 3 min to launch > > Stef, try to disable write access on a fresh install to the > PharoLauncher.changes and PharoLauncher.image > > You mean with Unix? > chmod a-w PharoLauncher.chang

Re: [Pharo-users] Hackathon question (kind of urgent): Adding labels to a treemap

2016-03-06 Thread Alexandre Bergel
You can do something like that: b := RTTreeMapBuilder new. labels := #('uno' 'dos' 'tres' 'cuatro' 'cinco'). b shape fillColor: Color veryLightGray. b from: (1 to: 5) using: [#()]. b weight: [:n | n]. b build. b view elements @ (RTLabelled new color: Color black; center). ^ b view.

Re: [Pharo-users] SmalltakHub and password reset

2016-03-06 Thread Sebastian Heidbrink
Thank you! will do Sebastian On 2016-03-06 9:12 AM, stepharo wrote: Ask Esteban yes this is bad. I hope in the future to use github or bitbucket. Le 6/3/16 16:49, Sebastian Heidbrink a écrit : Hi! how can I recover a lost password for SmalltalkHub.com? Thank you Sebastian

Re: [Pharo-users] PharoLauncher eventual slowdown

2016-03-06 Thread stepharo
Le 5/3/16 10:57, Peter Uhnák a écrit : > Same here. > 3 min to launch Stef, try to disable write access on a fresh install to the PharoLauncher.changes and PharoLauncher.image You mean with Unix? chmod a-w PharoLauncher.changes? Oki I will try :) At least for me it seems that it stays

Re: [Pharo-users] SmalltakHub and password reset

2016-03-06 Thread stepharo
Ask Esteban yes this is bad. I hope in the future to use github or bitbucket. Le 6/3/16 16:49, Sebastian Heidbrink a écrit : Hi! how can I recover a lost password for SmalltalkHub.com? Thank you Sebastian

Re: [Pharo-users] adding credentials to a repo via a playground script

2016-03-06 Thread Sean P. DeNigris
Metacello new repository: 'github://seandenigris/Monticello-Login:master/repository'; baseline: 'MonticelloLogin'; onConflict: [ :ex | ex allow ]; load. It expects a file named .mcconfig in a user-specifiable folder (set with `MlConfigurationFile folder: aFolder`),

[Pharo-users] SmalltakHub and password reset

2016-03-06 Thread Sebastian Heidbrink
Hi! how can I recover a lost password for SmalltalkHub.com? Thank you Sebastian

Re: [Pharo-users] adding credentials to a repo via a playgroundscript

2016-03-06 Thread Peter Uhnák
The question is from Catalog Browser, I load it automatically directly via Metacello from a startup script, plus it automatically imports my global config for QuickAccess. https://github.com/peteruhnak/pharo-scripts/blob/master/startup/5.0/defaultSettings.st#L10 I still need to automate reloadin

Re: [Pharo-users] adding credentials to a repo via a playgroundscript

2016-03-06 Thread stepharo
Thanks Peter I watched the video and I got a question. Do you also get the question "would you like to load QuickAccess" How does it work? You have to load first a configurationOfQuickAccess? Stef Le 6/3/16 12:24, Peter Uhnak a écrit : I use QuickAccess to store these things ( http://forum.worl

Re: [Pharo-users] adding credentials to a repo via a playgroundscript

2016-03-06 Thread Peter Uhnak
I use QuickAccess to store these things ( http://forum.world.st/ANN-QuickAccess-for-Pharo-5-td4859265.html ) but I still have to figure out a good way to keep it in sync across images. QuickAccess gets autoloaded from a startup script. Peter -Original Message- From: "stepharo" Sent: ‎

Re: [Pharo-users] Nautilus code panel unsynchronized with 4.0

2016-03-06 Thread stepharo
Hilaire How much time do you expect your migration to take? Because I would be you - I would try to develop in Pharo 50 the tools are much better - faster list - Spotter much much much better - faster nautilus - faster system in

Re: [Pharo-users] Lost class migrating from 3.0 to 4.0

2016-03-06 Thread stepharo
Hilaire if you need that I have a look at your configuration let me know. This is not that I have so much time but do not hesitate to ask. Stef Le 6/3/16 10:01, Hilaire a écrit : Le 05/03/2016 10:46, stepharo a écrit : Hi Hilaire I am migrating a web application from 3.0 to 4.0. I noted o

Re: [Pharo-users] Lost class migrating from 3.0 to 4.0

2016-03-06 Thread Hilaire
Le 05/03/2016 10:46, stepharo a écrit : > Hi Hilaire > >> I am migrating a web application from 3.0 to 4.0. >> I noted one class can't get load! It is however present in the >> Squeaksource repo. > > you did not get a warning that the superclass is not loaded I imagine. No. > So this is stran

Re: [Pharo-users] Call about Numerical Methods in Pharo :)

2016-03-06 Thread stepharo
People having problems to be solved using numqi ou abacus can you register to the mailing list and that we can continue working there? And collecting your needs? Stef Le 2/3/16 14:17, stepharo a écrit : Hi guys I met Didier Besset and we had a great hacking session and discussions with Serge

Re: [Pharo-users] adding credentials to a repo via a playground script

2016-03-06 Thread stepharo
Hi sean where is your tool :). Stef Le 5/3/16 18:37, Sean P. DeNigris a écrit : Peter Uhnák wrote repo user: 'peteruhnak'; password: '**' ... has no effect. Hmm, I wonder if something changed in 5.0. I do this all the time. In fact I wrote a small tool that picks up the credentials from