Re: [Pharo-users] brick/bloc examples missing FILOStack

2015-06-01 Thread stepharo
Bloc is a ***real*** Morph new kernel. Now we are lucky because it is powerful enough so that we can render morphic morph inside itself. But Bloc has a new architecture rendering, event loop, and many more. Stef Le 1/6/15 08:09, Peter Uhnák a écrit : Thanks, it seems to work now. I also had t

Re: [Pharo-users] brick/bloc examples missing FILOStack

2015-06-01 Thread Sven Van Caekenberghe
> On 01 Jun 2015, at 08:09, Peter Uhnák wrote: > > Thanks, it seems to work now. I also had to switch to newly created "bloc" > space. Why is that required? Why it wouldn't work also from "regular" Pharo > space? > > >> FILOStack > > > Just wondering, isn't this a contradiction in terms ? >

Re: [Pharo-users] brick/bloc examples missing FILOStack

2015-06-01 Thread PBKResearch
Maybe a FILOStack has lots of very thin layers? (http://en.wikipedia.org/wiki/Filo) Best wishes Peter Kenny -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Sven Van Caekenberghe Sent: 01 June 2015 08:13 To: Any question about pharo is w

Re: [Pharo-users] Slot questions

2015-06-01 Thread tsl4
As usual, though, a lot of interesting ideas emerge from this. If we were to do documentation in a "Smalltalky" way, then what would it look like? Perhaps something like Doug Engelbart's NLS system, in outlines, but each element of the outline would have an associative history to it. That would m

Re: [Pharo-users] Issue with UDP Sockets

2015-06-01 Thread Henrik Johansen
> On 29 May 2015, at 7:24 , Sven Van Caekenberghe wrote: > > >> On 29 May 2015, at 18:23, Henrik Johansen >> wrote: >> >>> >>> On 19 May 2015, at 11:01 , Sven Van Caekenberghe wrote: >>> >>> On 19 May 2015, at 10:53, Udo Schneider wrote: > Did you look in all your p

[Pharo-users] SmalltalkHub permission denied

2015-06-01 Thread Hilaire
Hi, I have permission denied from Monticello when saving a package to SmalltalkHub repo. Do I miss something? Thanks Hilaire -- Dr. Geo http://drgeo.eu http://google.com/+DrgeoEu

[Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Craig Johnson
Hi All, I'm getting tired of Pharo 4 beta freezing. It happens whenever a exception occurs while in the debugger. Funny that I don't remember any of the Pharo 4 development images freezing. Which image can I use that won't do this? Craig

Re: [Pharo-users] SmalltalkHub permission denied

2015-06-01 Thread Hilaire
Le 01/06/2015 22:28, Hilaire a écrit : > Hi, > > I have permission denied from Monticello when saving a package to > SmalltalkHub repo. > Do I miss something? > > Thanks > > Hilaire > ...and I can login to the SmalltalkHub website -- Dr. Geo http://drgeo.eu http://google.com/+DrgeoEu

Re: [Pharo-users] SmalltalkHub permission denied

2015-06-01 Thread Esteban Lorenzano
are you entering user and password? > On 01 Jun 2015, at 22:30, Hilaire wrote: > > Le 01/06/2015 22:28, Hilaire a écrit : >> Hi, >> >> I have permission denied from Monticello when saving a package to >> SmalltalkHub repo. >> Do I miss something? >> >> Thanks >> >> Hilaire >> > > ...and I c

Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Esteban Lorenzano
well… pharo4 is not a beta :) weird that no one else reports same bug… can you give us a way to reproduce the problem? Instead telling you which image does not have a problem I was not aware, I would like more to give you a bugfix :) Esteban > On 01 Jun 2015, at 22:31, Craig Johnson wrote: >

Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Craig Johnson
Sure thing. To see the bug, file the code below into a clean image and run the example. The when the debugger pops, step over each line in the method. I'm doing this on a Windows OS. Object subclass: #Cooler instanceVariableNames: '' classVariableNames: '' poolDictionaries: ''

Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Nicolai Hess
2015-06-01 23:44 GMT+02:00 Craig Johnson : > Sure thing. > > To see the bug, file the code below into a clean image and run the > example. The when the debugger pops, step over each line in the method. > I'm doing this on a Windows OS. > > Object subclass: #Cooler > instanceVariableNames: ''

Re: [Pharo-users] SmalltalkHub permission denied

2015-06-01 Thread Ben Coman
On Tue, Jun 2, 2015 at 4:28 AM, Hilaire wrote: > I have permission denied from Monticello when saving a package to > SmalltalkHub repo. > Do I miss something? Can you copy your repo definition (of course minus the password :) cheers -ben

[Pharo-users] Visualizing a repository tree

2015-06-01 Thread Offray Vladimir Luna Cárdenas
Hi all, I had asked a similar question before with no much advances, but today I made a discovery that can improve the things a lot: how to export timeline data as structured JSON [1] (and of course this open the possibility to work with it on Pharo). Now I would like to graph the data as a t

Re: [Pharo-users] Visualizing a repository tree

2015-06-01 Thread Offray Vladimir Luna Cárdenas
Hi, On a closer detail, seems that [1] contains the starting point I'm looking for. I'll keep you posted and of course any other approach will be listened. [1] https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Roassal/0104-Roassal.html Cheers, Offray On 01/06/15 22:04, Offr

[Pharo-users] Pharo Image Freeze (was Pharo 4 Image Freeze)

2015-06-01 Thread Craig Johnson
2015-06-01 23:44 GMT+02:00*Nicolai Hess* nicolaihess at web.de : / /> This worked until pharo 40245 -> i

Re: [Pharo-users] Slot questions

2015-06-01 Thread Marcus Denker
Yes, indeed… Knuth’s Literary Programming was one radical (yet very static and Book-Like) try. We added the tutorials, that is already better than just the class comment, but they are then not “connected” with the code… So indeed: a lot of open space for research + practical improvements. For S