[Pharo-users] Spec Lists - setting the selection

2013-10-10 Thread btc
I found it hard to find documentation on Spec beyond [1],[2],[3], some of which seem to have changed some syntax since they were written. I've been piecing things together to work out how to set the selected item with the simplest example I could. Even though it turns out pretty simple, I tho

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread btc
Manfred Kröhnert wrote: On Thu, Oct 10, 2013 at 8:21 PM, Paul DeBruicker wrote: Can you access the monticello listing from a browser? Yes, when I access the same share from a browser I get a directory listing which shows the .mcz files. I'll have to check if I can act

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Sven Van Caekenberghe
Manfred, On 10 Oct 2013, at 20:17, Manfred Kröhnert wrote: > Hi again, > > the webdav share is located on an OwnCloud instance. > It is possible to get a directory listing of the specific directory with the > following ZnClient request: > > ZnClient new username: 'X' password: 'Y'; get: > 'h

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Stéphane Ducasse
welcome we like amber :) Stef On Oct 10, 2013, at 3:41 PM, Manfred Kröhnert wrote: > Hi everyone, > > I am one of the guys helping Nico with Amber. > > Now, I recently started to experiment with Pharo for a small project. > After some reading and experimenting I was able to get something ru

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
On Thu, Oct 10, 2013 at 8:21 PM, Paul DeBruicker wrote: > Can you access the monticello listing from a browser? Yes, when I access the same share from a browser I get a directory listing which shows the .mcz files. I'll have to check if I can actualy load the files copied to the share. But that

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Paul DeBruicker
Can you access the monticello listing from a browser? On Oct 10, 2013, at 11:17 AM, Manfred Kröhnert wrote: > Hi again, > > the webdav share is located on an OwnCloud instance. > It is possible to get a directory listing of the specific directory with the > following ZnClient request: >

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
Hi again, the webdav share is located on an OwnCloud instance. It is possible to get a directory listing of the specific directory with the following ZnClient request: ZnClient new username: 'X' password: 'Y'; get: ' https://owncloud.server.de/remote.php/webdav/monticello' In a Pharo 2.0 image d

Re: [Pharo-users] [Pharo-dev] Start with a trivial improvement!

2013-10-10 Thread Stéphane Ducasse
good idea yes for the blog entry On Oct 10, 2013, at 1:42 PM, Tudor Girba wrote: > Thank you, Marcus! > > Could you post this on the Pharo blog? > > Doru > > > On Thu, Oct 10, 2013 at 1:36 PM, Sven Van Caekenberghe wrote: > +100 > > On 10 Oct 2013, at 13:21, Marcus Denker wrote: > > > O

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
Hello Sven, On Thu, Oct 10, 2013 at 3:50 PM, Sven Van Caekenberghe wrote: > Hi Manfred, > > On 10 Oct 2013, at 15:41, Manfred Kröhnert > wrote: > > > Hi everyone, > > > > I am one of the guys helping Nico with Amber. > > > > Now, I recently started to experiment with Pharo for a small project.

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Sven Van Caekenberghe
Hi Manfred, On 10 Oct 2013, at 15:41, Manfred Kröhnert wrote: > Hi everyone, > > I am one of the guys helping Nico with Amber. > > Now, I recently started to experiment with Pharo for a small project. > After some reading and experimenting I was able to get something running > thanks to the g

Re: [Pharo-users] visual clues help

2013-10-10 Thread Paolo Piccinelli
Thanks Ben, you confirmed my doubts. Paolo From: benjamin.vanryseghem.ph...@gmail.com Date: Thu, 10 Oct 2013 14:35:28 +0200 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] visual clues help A gray and white box means the package is emptythe fray one is the regular icon :) Welcome in P

[Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
Hi everyone, I am one of the guys helping Nico with Amber. Now, I recently started to experiment with Pharo for a small project. After some reading and experimenting I was able to get something running thanks to the good documentation available. While I was on the go I tried to save my code with

Re: [Pharo-users] visual clues help

2013-10-10 Thread Benjamin
A gray and white box means the package is empty the fray one is the regular icon :) Welcome in Pharo :P Ben On Oct 10, 2013, at 2:22 PM, Paolo Piccinelli wrote: > Good Morning Everyone, > > my name is Paolo Piccinelli and i'm a rookie in using Pharo. I installed the > version 2.0, and I'd li

[Pharo-users] visual clues help

2013-10-10 Thread Paolo Piccinelli
Good Morning Everyone, my name is Paolo Piccinelli and i'm a rookie in using Pharo. I installed the version 2.0, and I'd like to know what's the difference between a gray and white cube and a totally gray gift box near the name of the Packages. The first kind of cube, does it means that there ar

Re: [Pharo-users] [Pharo-dev] Start with a trivial improvement!

2013-10-10 Thread Marcus Denker
On Oct 10, 2013, at 1:43 PM, Tudor Girba wrote: > Thank you, Marcus! > > Could you post this on the Pharo blog? > Good idea, yes, I will do that. Marcus signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [Pharo-users] Start with a trivial improvement!

2013-10-10 Thread Yuriy Tymchuk
On Oct 10, 2013, at 1:42 PM, Tudor Girba wrote: > Thank you, Marcus! > > Could you post this on the Pharo blog? And put a link to Camillo's guide on bug fixing, so enthusiasts will know how to contribute :) > > Doru > > > On Thu, Oct 10, 2013 at 1:36 PM, Sven Van Caekenberghe wrote: > +10

Re: [Pharo-users] Start with a trivial improvement!

2013-10-10 Thread Tudor Girba
Thank you, Marcus! Could you post this on the Pharo blog? Doru On Thu, Oct 10, 2013 at 1:36 PM, Sven Van Caekenberghe wrote: > +100 > > On 10 Oct 2013, at 13:21, Marcus Denker wrote: > > > One nice way to get in the mood of doing (and at the same time testing > the system) is to start > > wi

Re: [Pharo-users] Start with a trivial improvement!

2013-10-10 Thread Sven Van Caekenberghe
+100 On 10 Oct 2013, at 13:21, Marcus Denker wrote: > One nice way to get in the mood of doing (and at the same time testing the > system) is to start > with trivial improvements. > > This is especially nice as a "starter" when you never contributed any change > to Pharo. > > And by trivial

[Pharo-users] Start with a trivial improvement!

2013-10-10 Thread Marcus Denker
One nice way to get in the mood of doing (and at the same time testing the system) is to startwith trivial improvements.This is especially nice as a "starter" when you never contributed any change to Pharo.And by trivial I mean *really* mean trivial:  -> a typo in a comment -> remove a temp not acc