[Pharo-users] Fixing obsolete Classes

2013-06-03 Thread Gisela Decuzzi
Hi, I'm trying to fix this, I have Obsolete classes in the system and I want to remove them, as long as I understood this is because this classes are gone and in some point someone is referencing them. I do an extended search an get nothing, but still the obsolete classes are there... I don't find

Re: [Pharo-users] Fixing obsolete Classes

2013-06-03 Thread Gisela Decuzzi
you tried DoingIt: *Smalltalk fixObsoleteReferences*? > > > 2013/6/3 Gisela Decuzzi > >> Hi, I'm trying to fix this, I have Obsolete classes in the system and I >> want to remove them, as long as I understood this is because this classes >> are gone and in some poin

Re: [Pharo-users] Fixing obsolete Classes

2013-06-03 Thread Gisela Decuzzi
ng for strong pointers of the ObsoleteClass would be a good >> start. >> >> >> 2013/6/3 Andres Valloud >> >> <mailto:avalloud@smalltalk.**comcastbiz.net >> >> >> >> >> Maybe they have instances. GC can't remove a cl

Re: [Pharo-users] Fixing obsolete Classes

2013-06-03 Thread Gisela Decuzzi
r... > > cheers, > > > On Mon, Jun 3, 2013 at 7:59 AM, Gisela Decuzzi wrote: > >> Hi, yes! Thanks for the help, searching it seems that I have shortcuts >> that has references to obsoletes instances, I will see how to remove them. >> >> >> >>

[Pharo-users] Broken link for download Portable edition

2013-08-01 Thread Gisela Decuzzi
Hi, I want to try the portable edition I saw in the download's page but is pointing to http://files.pharo.org/portable/Pharo3.0-portable.zip and in files.pharo.org seems missing the portable folder at all. I checked in the old server (http://pharo.gforge.inria.fr/ci/) and there is not portable fol

Re: [Pharo-users] Broken link for download Portable edition

2013-08-01 Thread Gisela Decuzzi
Great! Thanks! 2013/8/1 Marcus Denker > > On Aug 1, 2013, at 1:25 PM, Gisela Decuzzi > wrote: > > Hi, I want to try the portable edition I saw in the download's page but is > pointing to http://files.pharo.org/portable/Pharo3.0-portable.zip and in > files.pharo.org

Re: [Pharo-users] smalltalkhub is down ?

2013-08-14 Thread Gisela Decuzzi
Hello I've been working during the day but seems down right now. http://www.downforeveryoneorjustme.com/http://smalltalkhub.com says I'm not alone, anyone else has the same problem? 2013/8/8 Yuriy Tymchuk > All day have passed ;) Now it's up. > > uko > > On 8 серп. 2013, at 20:35, Ihor Mykhalev

[Pharo-users] Rw engine and Patterns for searching

2013-08-21 Thread Gisela Decuzzi
Hello, I'm trying to understand how to define a correct pattern and I'm lost with the cases where I use a method pattern and the desired code is inside a block. In the case where we search (methods) with metavariables and the code is inside a block. An Example: This pattern `a: `aa `b: `bb | `@te

Re: [Pharo-users] Rw engine and Patterns for searching

2013-08-22 Thread Gisela Decuzzi
if we have that piece of code and we should repeat the pattern with an or containing the block and without it. But I don't understand if the actual behavior is really a bug or it's a feature... 2013/8/21 Camille Teruel > Hello Gisela, > > On 21 août 2013, at 15:43, Gisela Decuz

Re: [Pharo-users] [Pharo-dev] Pharo Sprint in Buenos Aires

2013-09-02 Thread Gisela Decuzzi
Great! The idea is to spend the full day? Or do you have any planed time? 2013/9/2 Camillo Bruni > I spend a month in Buenos Aires working together with Guido Chari @ the > UBA, > we take this opportunity to organize a Pharo sprint outside France ;) > > We are in early preparation phase and the

Re: [Pharo-users] [Pharo-dev] [tlp] Re: Pharo Sprint in Buenos Aires

2013-09-06 Thread Gisela Decuzzi
10pines > > thanks for helping out :) > > On 2013-09-06, at 12:18, Nicolas Passerini wrote: > > I think it would be great to use 10Pines office if it is available. > > > > > > On Fri, Sep 6, 2013 at 12:15 PM, Gisela Decuzzi >wrote: > > > >&

Re: [Pharo-users] [Pharo-dev] Pharo Sprint in Buenos Aires

2013-09-06 Thread Gisela Decuzzi
the weekend. > >>>> Any suggestions? > >>>> > >>>> On 2013-09-03, at 09:05, Mariano Martinez Peck > > >>>> wrote: > >>>> > >>>>> Cool. I'll be there, of course! > >>>>> Keep us in

[Pharo-users] Pharo Sprint in Buenos Aires - this saturday!

2013-09-11 Thread Gisela Decuzzi
2013/9/6 Gisela Decuzzi > Excelent, now we have to think in wich issues resolve and who will provide > the food/drink ;) > > > > 2013/9/6 Camillo Bruni > >> Sounds great to me, >> >> So to clear: >> Title:Pharo Spring >>

[Pharo-users] Pharo Sprint in Buenos Aires Nov 7th

2013-10-29 Thread Gisela Decuzzi
Hello, we are organizing a Pharo Sprint in Bs As: When: November 7th, starting at 10:00 am Where: 10 Pines (Av Leandro N. Alem 693 5°B)

[Pharo-users] How to change background color

2013-11-11 Thread Gisela Decuzzi
Hi, I'm getting some problems trying to change the default colors for the widgets. I need to replace the gray color for a blue (yes, quite horrible, long history). I'm using Spec and didn't find how to do this, and after trying I end up hacking in morph. Is there a way to do this? Or someone can s

Re: [Pharo-users] [Pharo-dev] State of Flamel?

2013-11-14 Thread Gisela Decuzzi
Hi Stephan, thanks for testing it, when I have some time I will work in the transformation because is a big missing feature. If you want to contribute with the project tell me your smalltalkhub user to add you :) Sorry for the lack of support, as Stef said I'm in the middle of a workshop planning

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

2013-11-15 Thread Gisela Decuzzi
Hello, I have a component that basically contains lot of widgets and I want to add a scroll bar to it. But I didn't find a way to do this. I'm using Pharo 2.0 (I know 3.0 is better but I needed something stable). My spec is a ColumnLayout with lot of rows. Maybe I should use another? Can someone p

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

2013-11-15 Thread Gisela Decuzzi
very nice, is to use a Slider with a > vertical layout > saludos > Nacho > > > > *Lic. Ignacio Sniechowski, MBA* > > > > > > > On Fri, Nov 15, 2013 at 12:00 PM, Gisela Decuzzi > wrote: > >> Hello, I have a component that basically contains l

[Pharo-users] Obtain the name of the disk unit

2013-12-01 Thread Gisela Decuzzi
Hi, I need to do a validation and check if the image is running in an usb with a spefic name. I found how to determine the execution path: FileSystem disk workingDirectory, but I wolud like to obtain the disk name and didn't find a message for that. Does anybody know how to do this?