Re: [Pharo-users] Meaning of icons in Nautilus

2014-10-18 Thread Ignacio Matías Sniechowski
I don't know why but I can't find Icons in the Help Browser. I'm using Pharo 3.0 Thanks! *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* On Sat, Oct 18, 2014 at 6:38 AM, Nicolai Hess wrote: > 2014-10-18 4:57 GMT+02:00 nacho <0800na...@gmail.com>: > >> Hi there! >> I was

Re: [Pharo-users] Meaning of icons in Nautilus

2014-10-18 Thread Ignacio Matías Sniechowski
gniture > - Blue Matrix box: a graphcial Morph > - Purple Ball with T: a Trait > > > > > > 2014-10-18 15:21 GMT+02:00 Ignacio Matías Sniechowski <0800na...@gmail.com > >: > >> I don't know why but I can't find Icons in the Help Browser. >>

Re: [Pharo-users] [FEEDBACK] Install Pharo on MacOSX

2013-11-05 Thread Ignacio Matías Sniechowski
It works perfectly, so far. Nice the addition of Pharo Launcher!. cheers Nacho *Lic. Ignacio Sniechowski, MBA* On Tue, Nov 5, 2013 at 7:18 AM, Damien Cassou wrote: > Hi, > > I've just made a .dmg file for installing Pharo on MacOSX. Please try > it and report problems: > > > https://ci.in

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-05 Thread Ignacio Matías Sniechowski
Esteban, Congratulations. That looks great! How do you integrate with spreadsheets? Using CVS or directly reading from .xls or .odf? Cheers Nacho *Lic. Ignacio Sniechowski, MBA* On Tue, Nov 5, 2013 at 9:43 AM, Esteban Lorenzano wrote: > I also have used Glamour+Magritte with success (but

Re: [Pharo-users] Adjusting the size of a window using Spec

2013-11-06 Thread Ignacio Matías Sniechowski
Thank you so much! That did it :) It's almost done now. cheers N. *Lic. Ignacio Sniechowski, MBA* On Wed, Nov 6, 2013 at 4:07 AM, Benjamin < benjamin.vanryseghem.ph...@gmail.com> wrote: > You just need to override the method #initialExtent > > It should return a point structured like thi

Re: [Pharo-users] Adjusting the size of a window using Spec

2013-11-06 Thread Ignacio Matías Sniechowski
phane Ducasse wrote: > I would love if we could get the code and if you would be interested to > write a little tutorial > around spec using your calculator. > Why? Because we need help to write documentation and others :) > Are you interested? > > Stef > > On Nov 6, 2

Re: [Pharo-users] [FEEDBACK] Install Pharo on MacOSX

2013-11-07 Thread Ignacio Matías Sniechowski
It happened to me, though I easily fixed checking the option for automatically download sources when needed (perhaps you can make that as a default). Nice work Damien. best regards Nacho *Lic. Ignacio Sniechowski, MBA* On Thu, Nov 7, 2013 at 10:43 AM, Damien Cassou wrote: > > On Tue, Nov

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread Ignacio Matías Sniechowski
Very nice tutorial! Keep on posting! best regards nacho *Lic. Ignacio Sniechowski, MBA* On Thu, Nov 7, 2013 at 2:36 PM, Bahman Movaqar wrote: > On 11/07/2013 09:13, Bahman Movaqar wrote: > > Hi all, > > > > I'm writing a series of tutorials for Spec for beginners like myself and > > I'd

Re: [Pharo-users] [FEEDBACK] Install Pharo on MacOSX

2013-11-07 Thread Ignacio Matías Sniechowski
Damien, The new dmg works perfect in my system OS X 10.9. The issue with the sources is fixed. Thanks for this. It's great to have all the images in the same launcher. Nacho. *Lic. Ignacio Sniechowski, MBA* On Thu, Nov 7, 2013 at 11:24 AM, Damien Cassou wrote: > > On Tue, Nov 5, 2013 at 6:

Re: [Pharo-users] Spec - Text alignment in LabelModel

2013-11-07 Thread Ignacio Matías Sniechowski
Yes, it is. Thanks anyway. I'm still trying to figure out this... ;) nacho *Lic. Ignacio Sniechowski, MBA* On Thu, Nov 7, 2013 at 7:36 PM, Clément Bera wrote: > I checked it seems that TextAlignment is currently broken. Only other > text attributes work. sorry. > > > 2013/11/7 Clément B

Re: [Pharo-users] Adjusting the size of a window using Spec

2013-11-09 Thread Ignacio Matías Sniechowski
; Ignacio > > Could you sketch a draft of a step by step tutorial? > Like that I can do a pass after and turn it into a gutenberg chapter? > You can use plain txt on git or I can also add you to the > PharoForTheEntreprise git repo. > > Stef > > > > On Nov 6, 2013,

Re: [Pharo-users] Adjusting the size of a window using Spec

2013-11-10 Thread Ignacio Matías Sniechowski
sse wrote: > Ok what I want to say is that a tutorial is not the code, > it is a progression > define x > test > add y > test > and this is the logical part that I also would like from you. > Are you working on 3.0? > > Stef > > > On Nov 9, 2013, at 3:28 PM, I

Re: [Pharo-users] Adjusting the size of a window using Spec

2013-11-10 Thread Ignacio Matías Sniechowski
*Lic. Ignacio Sniechowski, MBA* > > > > > > > On Sun, Nov 10, 2013 at 8:47 AM, Stéphane Ducasse < > stephane.duca...@inria.fr> wrote: > >> Ok what I want to say is that a tutorial is not the code, >> it is a progression >> define x >>

Re: [Pharo-users] How to change background color

2013-11-11 Thread Ignacio Matías Sniechowski
Gisela, I've been trying to do that, and also changing the alignment of the text with no success. saludos nacho *Lic. Ignacio Sniechowski, MBA* On Mon, Nov 11, 2013 at 5:42 PM, Gisela Decuzzi wrote: > Hi, I'm getting some problems trying to change the default colors for the > widgets. > I

Re: [Pharo-users] Pharo Source Code

2013-11-12 Thread Ignacio Matías Sniechowski
Hi What do you mean by non-Smalltalk "source code" for Pharo? :=) Pharo is 100% Smalltalk, you have to take a look at the VM's source code which is compiled and platform specific. There you will find the answers, like i.e. primitive tables, etc. Hope this answer your question. best regards Nacho

Re: [Pharo-users] Pharo Source Code

2013-11-12 Thread Ignacio Matías Sniechowski
Also, You may want to take a look at Mariano's excellent post on compiling your on VM. http://marianopeck.wordpress.com/tag/vmmaker/ His blog is great and full of very interesting posts (thanks Mariano for sharing all this). cheers N. *Lic. Ignacio Sniechowski, MBA* On Tue, Nov 12, 2013

Re: [Pharo-users] Message naming

2013-11-13 Thread Ignacio Matías Sniechowski
Kilon, great reflection. We should have Pharo display Pharo Zen as exposed in Pharo Vision: Pharo Zen Our values and convictions are condensed in this simple list. Easy to understand, easy to learn from, easy to change. Objects all the way down. Examples to learn from. Fully dynamic and malleabl

Re: [Pharo-users] [Spec] How to adding my scroll bar

2013-11-15 Thread Ignacio Matías Sniechowski
Hello Gisela, I've been searching for a way to do that using Spec in Pharo 2.0 seems a tricky one. In Pharo 3 is a lot easier. One alternative solution, though not very nice, is to use a Slider with a vertical layout saludos Nacho *Lic. Ignacio Sniechowski, MBA* On Fri, Nov 15, 2013 at

Re: [Pharo-users] Making more memory available to VM on OS X.

2013-11-23 Thread Ignacio Matías Sniechowski
Thanks for the attachments I will take a look at them. The time it takes to render the fractal is not the problem. But after that, if I want to drag or resize the window the fractal has been draw into, the sluggish begins. Even with the fast dragging option checked. Also, closing and opening other

Re: [Pharo-users] What is "Primitives"?

2013-11-29 Thread Ignacio Matías Sniechowski
Hi Nicolai, A very good source is Mariano Martinez Peck's excellent blog. He posted extensively on building a VM, managing plugins, pretty cover all aspects. If you want to take a look, his journey begins here: http://marianopeck.wordpress.com/2011/03/31/journey-through-the-vm/ I found it really g

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Ignacio Matías Sniechowski
Thanks for your responses. I imagine the daunting task unloading Nautilus should have been. :p Nacho *Lic. Ignacio Sniechowski, MBA* On Tue, Dec 10, 2013 at 7:10 PM, Stéphane Ducasse wrote: > I'm trying slowly. Because I want to reload everything with metacello > configurations. > Tomorr

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-11 Thread Ignacio Matías Sniechowski
Great. Thanks Pavel. Do you have in mind extending the unreloading to other packages as well? best regards nacho *Lic. Ignacio Sniechowski, MBA* On Wed, Dec 11, 2013 at 1:51 PM, Pavel Krivanek wrote: > Gofer new > smalltalkhubUser: 'Pharo' project: 'SystemConfigurations'; > package: '

Re: [Pharo-users] Pharo on Android - is it available?

2013-12-31 Thread Ignacio Matías Sniechowski
Peter, I don't know the current state of Android's VM. It is, however, fully functional on ARM as I regularly run it now my Raspberry Pi both under Linux and RISC OS. Note, however, that -at least the version for the RasPi- is not a COG VM. So running Pharo in the RasPi is slow given the limited r

Re: [Pharo-users] Workbook, exercises and problems

2014-08-25 Thread Ignacio Matías Sniechowski
Stef, The project is not abandoned, it is still open to anyone. I simply stopped because it was supposed to be a collaborative effortand there was not even a single contribution beside you and me. But I'm available to work again if there are contributions to add. best reagards Nacho *Lic.

[Pharo-users] Error in Pharo 9 under Windows 10

2021-02-28 Thread Rafael Ignacio Matías Sniechowski
Hi, Every time I try to start a Pharo 9 image I get an error. This happens with both 32 and 64 bit versions, under Windows 10. I've tried uninstalling and reinstalling Pharo Launcher without avail. This has been happening for the last 10 days. I don't know if this is the proper place to post this..

[Pharo-users] Re: Error in Pharo 9 under Windows 10

2021-03-01 Thread Rafael Ignacio Matías Sniechowski
> 在 2021-03-01 04:56:04,"Rafael Ignacio Matías Sniechowski" < > 0800na...@gmail.com> 写道: > > Hi, > Every time I try to start a Pharo 9 image I get an error. This happens > with both 32 and 64 bit versions, under Windows 10. > I've tried uninstalling and reinst