Re: [Pharo-users] Notebook/slideshow morph

2015-03-07 Thread stepharo
So I imported my old code (it was one week of test first experience). I can open a slideshow, create page, drop morph on it, mark a page as template and navigate. I published the code at MCSmalltalkhubRepository owner: 'StephaneDucasse' project: 'PetitsBazars' user:

Re: [Pharo-users] Pillar multiline comment

2015-03-07 Thread stepharo
Pillar is line based. You can put a comment to each of the line beginning. Le 7/3/15 19:32, Peter Uhnák a écrit : Is it possible to create multiline comments in Pillar? For example I want to add code that I used to create a visualization, but I want to show the user only the image (but want

Re: [Pharo-users] pillar latex mode

2015-03-07 Thread stepharo
I do not remember but this is a todo. Le 7/3/15 19:51, Peter Uhnák a écrit : Is there something like a latex mode that would convert to html? For example in wiki I can write math\int_a^b \! f(x)\,dx = F(b) - F(a)./math and in html it will convert to an image. Peter

Re: [Pharo-users] Notebook/slideshow morph

2015-03-07 Thread stepharo
Hi Blake There is no such notebook. Now I wrote one long time ago (because I was frustrated that I could not script the projects in Squeak) but I have to port it tpo pharo first and check if you want to give a try http://www.squeaksource.com/Slideshow.html Le 6/3/15 18:05, blake a écrit

Re: [Pharo-users] files.pharo.org now cached close to you

2015-03-07 Thread Bernardo Ezequiel Contreras
Today, 50 seconds to download the image. i think so. it also helped that the image now is a lot smaller. but take into account that i have a lousy ISP On Sat, Mar 7, 2015 at 3:52 AM, Marcus Denker marcus.den...@inria.fr wrote: On 07 Mar 2015, at 04:47, Bernardo Ezequiel Contreras

Re: [Pharo-users] Fixed tool bar in pharo, similar to the one in Squeak

2015-03-07 Thread Offray Vladimir Luna Cárdenas
Hi, I'm making some progress with DockingBarMorph, but I can't find how to delete a particular bar and World deleteDockingBars. deletes also the windows taskbar. So there is a way to selective delete a docking bar or if not to relaunch the only the windows taskbar at the bottom? Thanks,

[Pharo-users] Pillar multiline comment

2015-03-07 Thread Peter Uhnák
Is it possible to create multiline comments in Pillar? For example I want to add code that I used to create a visualization, but I want to show the user only the image (but want to keep the code so I can regenerate if needed). Thanks, Peter

[Pharo-users] pillar latex mode

2015-03-07 Thread Peter Uhnák
Is there something like a latex mode that would convert to html? For example in wiki I can write math\int_a^b \! f(x)\,dx = F(b) - F(a)./math and in html it will convert to an image. Peter

Re: [Pharo-users] ZnClient --data {}

2015-03-07 Thread Sven Van Caekenberghe
As far as I can see, that is correct. If you do the following, you can see your file echoed: '/tmp/foo.txt' asFileReference writeStreamDo: [ :out | out '123456' ]. ZnClient new url: 'http://zn.stfx.eu/echo'; uploadEntityFrom: '/tmp/foo.txt'; post. There is also #testUploadSmallDocument

Re: [Pharo-users] Reading an SQL db on OS X

2015-03-07 Thread Pierce Ng
On Wed, Mar 04, 2015 at 05:18:57PM -0500, Alexandre Bergel wrote: I would like to read a SQL .db file. The page http://smalltalkhub.com/#!/~PharoExtras/NBSQLite3 mention how to do this on Windows and Linux, but not on OSX. What should I do to read a SQL file on OS X? I tried google, but it

Re: [Pharo-users] Pharo References/Citations manager

2015-03-07 Thread p...@highoctane.be
Citezen? Le 7 mars 2015 00:41, Peter Uhnák i.uh...@gmail.com a écrit : Hi, I've seen somewhere recently something that resembled citations manager, or maybe some DSL describing citations/references. Unfortunately I came across it accidentally while looking for something unrelated so I didn't

Re: [Pharo-users] ZnClient --data {}

2015-03-07 Thread Sabine Manaa
Hi Sven, I have one more question: how can I put a --data-binary part in the post? I tried like this below but I get a 401 Unauthorized error. I assume that my code below - the uploadEntityFrom: part - is wrong. The path is correct, the file is there. I want to write this in pharo: (Command

Re: [Pharo-users] Porting Voss to Pharo

2015-03-07 Thread Ben Coman
On Sat, Mar 7, 2015 at 6:07 AM, Stephan Eggermont step...@stack.nl wrote: On 06/03/15 16:16, stepharo wrote: Hi guys if some of you are interested to drive porting VOSS to Pharo, let me know John sent me the code and I can give it to you. There is a dual license - LGPL -

Re: [Pharo-users] calling block from within itself

2015-03-07 Thread Sven Van Caekenberghe
Hi Peter, See the section 'How can a block refer to itself ?' in https://medium.com/concerning-pharo/lambda-calculus-in-pharo-a4a571869594 HTH, Sven On 07 Mar 2015, at 13:44, Peter Uhnák i.uh...@gmail.com wrote: Hi, I want to use a block from within itself... is there a better way than

Re: [Pharo-users] Pharo References/Citations manager

2015-03-07 Thread Peter Uhnák
RMoD/citezen I don't think this is what I saw, but this is actually even better for my needs. Thanks! Peter

Re: [Pharo-users] Native language support

2015-03-07 Thread Marcus Denker
I got a mail that suggest a fix: https://pharo.fogbugz.com/f/cases/15085/non-english-character-input (I have attached it as a file-out, you can just drag-n-drop it on the pharo desktop) We should check if that solves the problem. On Wed, Mar 4, 2015 at 10:37 AM, Nick Doodka nickdoo...@gmail.com

Re: [Pharo-users] Fixed tool bar in pharo, similar to the one in Squeak

2015-03-07 Thread stepharo
Thanks for the reminder. I will put it on my list. Now finishing a contents browser. So that we can remove all the codeHolder hierarchy finally. There is DockingBarMorph, for example: |d| World deleteDockingBars. d:= DockingBarMorph new. World worldMenu items copy select:[:i| i

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-07 Thread stepharo
But I like the idea of doru to have separate configurations less complexity and mess to manage. Le 7/3/15 12:59, Torsten Bergmann a écrit : Why another config? We have groups in the config. So one can load the core or tools. Bye T. Tudor Girba tu...@tudorgirba.comschrieb: Ok. I

Re: [Pharo-users] Porting Voss to Pharo

2015-03-07 Thread stepharo
I think that the author of voss should reply. Stef Le 6/3/15 23:07, Stephan Eggermont a écrit : On 06/03/15 16:16, stepharo wrote: Hi guys if some of you are interested to drive porting VOSS to Pharo, let me know John sent me the code and I can give it to you. There is a dual license

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-07 Thread Torsten Bergmann
Why another config? We have groups in the config. So one can load the core or tools. Bye T. Tudor Girba tu...@tudorgirba.comschrieb: Ok. I will add a dependency from Pillar-Pharo-Tools to PetitParser core. Actually, I would rather prefer

[Pharo-users] calling block from within itself

2015-03-07 Thread Peter Uhnák
Hi, I want to use a block from within itself... is there a better way than passing itself? Is there something like self/thisContext I can access? right now I can do === transformTree := [ :root :block | root children do: [ :each | each doSomething. block value:

Re: [Pharo-users] any smalltalkers in singapore next week for FOSSASIA?

2015-03-07 Thread Martin Bähr
Excerpts from Pierce Ng's message of 2015-03-07 09:15:29 +0100: btw: i'll do a workshop about building a REST api in smalltalk at the conference. Nice! I live in Singapore, but I'm travelling while the event is on, alas. darn, how long are you travelling? i am there from the 12th to the

Re: [Pharo-users] [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-07 Thread stepharo
2015-03-06 17:28 GMT+01:00 Alexandre Bergel alexandre.ber...@me.com mailto:alexandre.ber...@me.com: This is really good that you are diving into Athens. It deserves it! Thank you, and yes, we need to give it more priority. I hope Athens is fully working before we start again with

Re: [Pharo-users] Porting Voss to Pharo

2015-03-07 Thread stepharo
Now I understand that people may not be motivated to port when commercial costs are not clear and impact of the LGPL on the system. Stef Le 6/3/15 16:16, stepharo a écrit : Hi guys if some of you are interested to drive porting VOSS to Pharo, let me know John sent me the code and I can give

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-07 Thread Tudor Girba
Ok. I will add a dependency from Pillar-Pharo-Tools to PetitParser core. Actually, I would rather prefer to create a separate ConfigurationOfPillarTools that adds the Pillar-Pharo-Tools and the PetitParser dependency. What that be Ok? Cheers, Doru On Fri, Mar 6, 2015 at 11:45 PM, Damien Cassou

[Pharo-users] GitHub Mirror Workflow

2015-03-07 Thread Sean P. DeNigris
Does anyone have a good workflow for mirroring a repo with GitHub? Do you just copy the MC version to a GitFileTree repo after every commit to e.g. SmalltalkHub? via the MC Browser UI? Thanks. - Cheers, Sean -- View this message in context:

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-07 Thread Damien Cassou
On Mar 7, 2015 4:42 AM, Tudor Girba tu...@tudorgirba.com wrote: Actually, I would rather prefer to create a separate ConfigurationOfPillarTools that adds the Pillar-Pharo-Tools and the PetitParser dependency. What that be Ok? Ok for me, do as you prefer. What is your rationale?