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

2015-05-31 Thread Aliaksei Syrel
On Mon, Jun 1, 2015 at 8:09 AM, 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? Because it's Bloc, a complete replacement for morphic - with its own spaces/mana

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

2015-05-31 Thread Peter Uhnák
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 ? > A stack is by definition LIFO, a FILO structure is normally called a

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

2015-05-31 Thread Aliaksei Syrel
Should work now, just update using Doru's script :) Cheers, Alex On Mon, Jun 1, 2015 at 7:49 AM, Aliaksei Syrel wrote: > Hi, > > Oops, this kind of stack is from moose and not in pharo :) > > Yes, better to use a queue - thanks! > > Cheers, > Alex > On Jun 1, 2015 7:32 AM, "Sven Van Caekenbergh

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

2015-05-31 Thread Aliaksei Syrel
Hi, Oops, this kind of stack is from moose and not in pharo :) Yes, better to use a queue - thanks! Cheers, Alex On Jun 1, 2015 7:32 AM, "Sven Van Caekenberghe" wrote: > > > On 31 May 2015, at 23:15, Peter Uhnák wrote: > > > > FILOStack > > Just wondering, isn't this a contradiction in terms

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

2015-05-31 Thread Sven Van Caekenberghe
> On 31 May 2015, at 23:15, Peter Uhnák wrote: > > FILOStack Just wondering, isn't this a contradiction in terms ? A stack is by definition LIFO, a FILO structure is normally called a queue, no ?

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

2015-05-31 Thread Tudor Girba
I think this should do it: Gofer it smalltalkhubUser: 'Pharo' project: 'Bloc'; configurationOf: 'Bloc'; loadDevelopment. Gofer new smalltalkhubUser: 'Pharo' project: 'Brick'; package: 'Brick-Core'; package: 'Brick-Scrollpane'; package: 'Brick-List'; load. ConfigurationOfTxText loadDeve

[Pharo-users] brick/bloc examples missing FILOStack

2015-05-31 Thread Peter Uhnák
Hi, I wanted to try new brick/bloc thing https://pharoweekly.wordpress.com/2015/05/30/future-new-widget-sets-is-coming-to-you/ however after loading (in Pharo 5.0) it is complaining about missing FILOStack (in BlBrickLayouter>>initialize) What should I load? Thanks, Peter

Re: [Pharo-users] Reddit example

2015-05-31 Thread Sven Van Caekenberghe
> On 31 May 2015, at 11:29, Nicolai Hess wrote: > > > > 2015-05-30 22:59 GMT+02:00 : > Hi, > > Yes, I've tried to follow the instructions on > https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740 > > If I run: > > Gofer it > smalltalkhubUser: 'SvenVanCaeke

Re: [Pharo-users] Transfer image between OSes / Bug report 15648

2015-05-31 Thread stepharo
super thanks! What I can tell you is that you can learn a lot with Pharo. Le 31/5/15 12:36, mtk a écrit : Hi Stef, thanks for the welcome! Glad to be here... :-) I filed a new bug-report in fogbugz (case number 15648) and described it as good as possible with my limited skills. Added two screen

Re: [Pharo-users] Transfer image between OSes / Bug report 15648

2015-05-31 Thread mtk
Hi Stef, thanks for the welcome! Glad to be here... :-) I filed a new bug-report in fogbugz (case number 15648) and described it as good as possible with my limited skills. Added two screenshots to illustrate it a bit further. Hope it helps. Kind regards Marcus -- View this message in context

Re: [Pharo-users] Reddit example

2015-05-31 Thread Nicolai Hess
2015-05-30 22:59 GMT+02:00 : > Hi, > > Yes, I've tried to follow the instructions on > https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740 > > If I run: > > Gofer it > smalltalkhubUser: 'SvenVanCaekenberghe' project: 'Reddit'; > configuration; > > loadStable. >