[Pharo-project] Fwd: [Seaside] Re: Is a monticello question allowed here?

2010-05-28 Thread Hernán Morales Durand
Outsider's perception on MC Browser usability... -- Forwarded message -- From: Fritz Schenk Date: 2010/5/28 Subject: [Seaside] Re: Is a monticello question allowed here? To: seas...@lists.squeakfoundation.org The SqueakSource site is down. That could explain the slowness. Howeve

[Pharo-project] [update 1.1] #11377

2010-05-28 Thread Stéphane Ducasse
11377 - - Issue 2460: NewTextMorphTests #testClassDefinitionMorphCreation and #testMethodMorphCreation fails Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating MethodMorph and ClassDefinitionMorph Stef __

[Pharo-project] for 1.1 problem with changes

2010-05-28 Thread Stéphane Ducasse
Hi guys in 11377 the method FormCanvas>>transformBy: aDisplayTransform clippingTo: aClipRect during: aBlock smoothing: cellSize got its source code destroyed. So I reverted and now the latest stream is 11376. Now if you build from 11367 up to 11376 FormCanvas>>transformBy: is ok. What I no

Re: [Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Lukas Renggli
>> > >> > Now that we are talking about OB and drag and drop, can I tell you my >> > dream? >> > I would LOVE to be able to drag a method to the "instance" and "class" >> > buttons to change methods from one side to the other one without having >> > to >> > use RB. >> > I have no idea if it is pos

Re: [Pharo-project] O2 and Pharo 1.0

2010-05-28 Thread Alexandre Bergel
Mariano, is there a way to update this? Alexandre On 28 May 2010, at 08:18, Mariano Martinez Peck wrote: > Hi Juanjo. I think the problem is that ConfigurationOfO2 doesn't include > oCompletion in the default group. Try the group 'Dev' and you will get it. > > Look the conf: > > spec >

[Pharo-project] squeaksource up again but ...

2010-05-28 Thread Fernando olivero
i've lost two projects i created just before it crashed. I don't mind recovering them, they both were empty. But just to be sure that nobody lost some valid project. Fernando ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://

Re: [Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Mariano Martinez Peck
On Fri, May 28, 2010 at 3:11 PM, Lukas Renggli wrote: > > > > Now that we are talking about OB and drag and drop, can I tell you my > dream? > > I would LOVE to be able to drag a method to the "instance" and "class" > > buttons to change methods from one side to the other one without having > to

Re: [Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Lukas Renggli
> > Now that we are talking about OB and drag and drop, can I tell you my dream? > I would LOVE to be able to drag a method to the "instance" and "class" > buttons to change methods from one side to the other one without having to > use RB. > I have no idea if it is possible nor the cost of it, I

Re: [Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Mariano Martinez Peck
Thanks Lukas. Now that we are talking about OB and drag and drop, can I tell you my dream? I would LOVE to be able to drag a method to the "instance" and "class" buttons to change methods from one side to the other one without having to use RB. I have no idea if it is possible nor the cost of it,

Re: [Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Lukas Renggli
That problem is actually not specific to Pharo 1.1, it is already present for the last 5 years or so :-) Thanks for pointing out, fixed in: Name: OB-Standard-lr.470 Author: Lukas Renggli Time: 28 May 2010, 2:51:03 pm UUID: 9b1e4d28-6d03-48e2-a3a0-6cd9899c9830 Ancestors: OB-Standard-lr.469 - fixe

Re: [Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Mariano Martinez Peck
Hi Serge. I could reproduce the problem also in 1.0, but not in Core. Maybe is OB related? Can you please open a bug ticket? thanks! Mariano On Fri, May 28, 2010 at 1:25 PM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > With the last Pharo-dev (Pharo-1.1-11367-Betadev10.05.), > when

[Pharo-project] squeaksource is down now or amazingly slow...

2010-05-28 Thread Fernando olivero
___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] O2 and Pharo 1.0

2010-05-28 Thread Mariano Martinez Peck
Hi Juanjo. I think the problem is that ConfigurationOfO2 doesn't include oCompletion in the default group. Try the group 'Dev' and you will get it. Look the conf: spec group: 'default' with: #('Core' ); group: 'Core' with: #( 'OmniBrowser2' 'O2-Standard' 'O2-Morphic' '

[Pharo-project] Drag&drop a method, remove the method

2010-05-28 Thread Serge Stinckwich
With the last Pharo-dev (Pharo-1.1-11367-Betadev10.05.), when you drag&drop a method from a class to the same class, the method is just removed ... -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/ _

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Stéphane Ducasse
I rollbacked 11377 Stef On May 28, 2010, at 1:16 PM, Stéphane Ducasse wrote: > it seems to me that the condenseChanges fixed some problems but that it fixed > the consequence > but not the causes. > > I took an older version and browsed the latest Morphic package and it > contains the problem.

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Stéphane Ducasse
it seems to me that the condenseChanges fixed some problems but that it fixed the consequence but not the causes. I took an older version and browsed the latest Morphic package and it contains the problem. I do not know from where the problem is coming. I will rollback the changes but there is

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Mariano Martinez Peck
On Fri, May 28, 2010 at 1:02 PM, Stéphane Ducasse wrote: > Shit we have a bug with the changes! > I cannot access the source. > > Yes, it happened the same to me when I have those problems. If you open the .changes with a text editor you can see when it was modified. Cheers mariano > > > > >

[Pharo-project] How I can hide hand morph

2010-05-28 Thread Denis Kudriashov
Hello, I have pharo app on touch screen device. And for my application I need hide hand morph (mouse cursor). How I can do this? ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pha

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Stéphane Ducasse
Shit we have a bug with the changes! I cannot access the source. > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click > changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is > pretty hilarious :) > > The d

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Stéphane Ducasse
I never got it. On May 28, 2010, at 12:32 PM, Mariano Martinez Peck wrote: > > > On Fri, May 28, 2010 at 10:20 AM, Henrik Johansen > wrote: > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click > changes. The diff for FormCanvas

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Stéphane Ducasse
This is strange because I checked all the code. and I reload it and and and. Stef On May 28, 2010, at 10:20 AM, Henrik Johansen wrote: > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click > changes. The diff for FormCanvas transfor

Re: [Pharo-project] FWD: Re: [squeak-dev] [ANN] Croquet OpenGL on Squeaksource (Re: Trying to load ALienOpenGL into 4.1 alpha...)

2010-05-28 Thread Stéphane Ducasse
tx torsten! On May 28, 2010, at 11:34 AM, Torsten Bergmann wrote: > Download a Pharo 1.1. core image (for instance > https://gforge.inria.fr/frs/download.php/27017/PharoCore-1.1-11367-Beta.zip) > and then evaluate: > > >

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Mariano Martinez Peck
On Fri, May 28, 2010 at 10:20 AM, Henrik Johansen < henrik.s.johan...@veloxit.no> wrote: > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click > changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is > pretty hilar

[Pharo-project] FWD: Re: [squeak-dev] [ANN] Croquet OpenGL on Squeaksource (Re: Trying to load ALienOpenGL into 4.1 alpha...)

2010-05-28 Thread Torsten Bergmann
Download a Pharo 1.1. core image (for instance https://gforge.inria.fr/frs/download.php/27017/PharoCore-1.1-11367-Beta.zip) and then evaluate: ScriptLoader new installingInstaller. ((Smalltalk at: #Installer) repository: 'ht

Re: [Pharo-project] FWD: Re: [squeak-dev] [ANN] Croquet OpenGL on Squeaksource (Re: Trying to load ALienOpenGL into 4.1 alpha...)

2010-05-28 Thread Lawson English
On 5/28/10 12:31 AM, Stéphane Ducasse wrote: If you want us to help may be you should start to tell us exactly what you tried to do. Without that then we cannot. Stef Sorry I scrambled the order. Tried this with the latest update of Seaside 3.0a. I had to use Monticello directly, rather

Re: [Pharo-project] difference between Sequenceable and Ordered

2010-05-28 Thread Tristan Bourgois
Hi, I took a look on the ANSI standard. I base my work on the paper of Wiliam R. Cook "Interfaces and Specifications for the Smalltalk- Collection Classes" http://carlstrom.com/stanford/cs242/readings/12.pdf I prefer this paper because dictionary is not a protocol a single protocol. It takes the

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Henrik Johansen
It's during load, happens on OSX too. Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) The definition of that method in the Morphic version for Guillermos halt removals (whic

Re: [Pharo-project] TORCH: supporting source-code change integration

2010-05-28 Thread Veronica Isabel Uquillas Gomez
On 19 May 2010, at 00:47, Tudor Girba wrote: > Hi Veronica, > > A bit of feedback: > - After loading Torch, the package contextual menu seems to crash the > Monticello Browser i found and solved this problem... > - You extend isSuper in RBProgramNode and RBVariableNode, which generates an >

Re: [Pharo-project] FWD: Re: [squeak-dev] [ANN] Croquet OpenGL on Squeaksource (Re: Trying to load ALienOpenGL into 4.1 alpha...)

2010-05-28 Thread Stéphane Ducasse
If you want us to help may be you should start to tell us exactly what you tried to do. Without that then we cannot. Stef On May 28, 2010, at 5:35 AM, Lawson English wrote: > (Andreas Raab responded to this with: > > > This is your problem. CroquetGL has not been tested on Pharo. I suspect Pha

Re: [Pharo-project] Fwd: [Vm-dev] Squeak removed from Gentoo Linux

2010-05-28 Thread Stéphane Ducasse
On May 28, 2010, at 4:51 AM, Serge Stinckwich wrote: > On Fri, May 28, 2010 at 1:07 AM, Stéphane Ducasse > wrote: >> Reading the complete thread is quite interesting. > > > Yes definitely. They do not all wrong. It is not necessary to > duplicate the external code. > If i read correctly, there

Re: [Pharo-project] plan for 1.1

2010-05-28 Thread Stéphane Ducasse
do you have a stack trace? Stef On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: > Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas > drawing-support arch) while processing 11377: > > "archNothing more expected > ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-B

[Pharo-project] [update 1.1] #11377

2010-05-28 Thread Stéphane Ducasse
11377 - - Issue 2460: NewTextMorphTests #testClassDefinitionMorphCreation and #testMethodMorphCreation fails Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating MethodMorph and ClassDefinitionMorph. Thanks Fernando. - Issue