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
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
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
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
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
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
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
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
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-
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
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.
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
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
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
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`),
Hi!
how can I recover a lost password for SmalltalkHub.com?
Thank you
Sebastian
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
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
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:
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
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
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
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
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
24 matches
Mail list logo