[Pharo-users] Pharo3 for Debian

2014-05-05 Thread Bernat Romagosa
Hi list, I'm afraid the vm shipped in the latest stable Pharo version is not working for Debian. Neither is the latest VM downloadable from the project page or the latest of the versions downloadable from the file server. This is the error I get: (...)/pharo3.0/bin/pharo: /lib/i386-linux-gnu/i686

Re: [Pharo-users] Pharo3 for Debian

2014-05-05 Thread p...@highoctane.be
This is how I have the VM working on Debian. http://philippeback.be/2014/02/pharovm-now-running-on-debian-wheezy/ HTH Phil On Mon, May 5, 2014 at 10:30 AM, Bernat Romagosa < tibabenfortlapala...@gmail.com> wrote: > Hi list, > > I'm afraid the vm shipped in the latest stable Pharo version is not

Re: [Pharo-users] Pharo3 for Debian

2014-05-05 Thread peter yoo
you needed then can using old version vm. im using old version cogvm. but can use.

[Pharo-users] Zeroconf scripts updated

2014-05-05 Thread Esteban Lorenzano
Hi, I updated stable releases of Zeroconf to download Pharo3. cheers, Esteban

[Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Thushar G R
Hi, I am getting an error while doing this. a := XMLOrderedList new. a add:'1'. a , XMLOrderedList new. Thanks, Thushar

Re: [Pharo-users] Pharo3 for Debian

2014-05-05 Thread Sergi Reyner
2014-05-05 11:06 GMT+01:00 p...@highoctane.be : > This is how I have the VM working on Debian. > > http://philippeback.be/2014/02/pharovm-now-running-on-debian-wheezy/ > Mixing in packages from experimental is always a nice thing to do... not. Cheers, Sergi

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Ben Coman
Thushar G R wrote: Hi, I am getting an error while doing this. a := XMLOrderedList new. a add:'1'. a , XMLOrderedList new. Thanks, Thushar I could give you "an answer" ;) - but it would be what you wanted. It would help if you told what the error was, where it occurs (which of the three li

Re: [Pharo-users] Pharo3 for Debian

2014-05-05 Thread p...@highoctane.be
Indeed. That's why I am using CentOS6 for my production :-) Phil On Mon, May 5, 2014 at 2:12 PM, Sergi Reyner wrote: > 2014-05-05 11:06 GMT+01:00 p...@highoctane.be : > >> This is how I have the VM working on Debian. >> >> http://philippeback.be/2014/02/pharovm-now-running-on-debian-wheezy/ >>

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Thushar G R
XMLOrderedList belongs to package XML-Parser-Nodes. a := XMLOrderedList new. a add:'1'. a , XMLOrderedList new. Here select all and Do it. On line 3 (a , XMLOrderedList new.) i am expected to get a copy of 'a' , but instead it throws an error SubscriptOutOfBounds. OrderedCollection(Object)>>

[Pharo-users] No sources files on http://pharo.org/download

2014-05-05 Thread Johan Fabry
Hi all, looking at the http://pharo.org/download page, I do not find a download link for the sources. There’s the one-click, the image, and the vm’s but not a link to the sources. Similiarly, in http://files.pharo.org or http://files.pharo.org/image/ I cannot find the sources. ---> Save our i

Re: [Pharo-users] No sources files on http://pharo.org/download

2014-05-05 Thread Sven Van Caekenberghe
In http://files.pharo.org/sources/ you can find http://files.pharo.org/sources/PharoV30.sources http://files.pharo.org/sources/PharoV30.sources.zip And if you use a very recent VM you get them for free ;-) On 05 May 2014, at 18:49, Johan Fabry wrote: > Hi all, > > looking at the http://ph

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Ben Coman
Thanks. That info made it much easier to try.  Sorry I didn't end up with an answer for you, but I confirm there is some issue here, or something new I can learn when other chip in. Here is what I tried. * Installed XMLParser (monty.58) from Configuration Browser in Pharo 3. * Ran your cod

[Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-05 Thread Ben Coman
I've haven't been able to find any instructions on how to compile Pillar files locally. Any pointers? Is TEXLive required for the PDF compilation? Maybe the setup I reported [1] for PBE1 on Windows would be similar? However I now have access to a Mavericks machine. Would that be a better op

Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-05 Thread Ignacio Sniechowski
Ben, 1) Yes, it is possible. You could check the compile.sh script that is in the PharoForTheEnterprise repository in GitHub. It does exactly that. 2) Yes you have to have TEXLive installed. 3) If you install it on Mavericks check the paths. TexLive now install into a weird location and you should

Re: [Pharo-users] No sources files on http://pharo.org/download

2014-05-05 Thread Johan Fabry
Ok thanks! Maybe it would be worthwhile to point that out on the webpage ... On May 5, 2014, at 1:04 PM, Sven Van Caekenberghe wrote: > In http://files.pharo.org/sources/ you can find > > http://files.pharo.org/sources/PharoV30.sources > http://files.pharo.org/sources/PharoV30.sources.zip >

Re: [Pharo-users] No sources files on http://pharo.org/download

2014-05-05 Thread Johan Fabry
About the VM download including the sources, that’s apparently not the case. The mac vm download yields only an .app file and dragging an image to the .app pops up the no sources notification. (Pharo cannot locate the sources file named /Users/jfabry/Research/Pharo/Pharo-3.0/Pharo-Image-3.0-la

Re: [Pharo-users] No sources files on http://pharo.org/download

2014-05-05 Thread Sergi Reyner
Use the setting, Luke? That works for me. Cheers, Sergi 2014-05-05 19:28 GMT+01:00 Johan Fabry : > > About the VM download including the sources, that’s apparently not the > case. The mac vm download yields only an .app file and dragging an image to > the .app pops up the no sources notificatio

Re: [Pharo-users] No sources files on http://pharo.org/download

2014-05-05 Thread Sven Van Caekenberghe
I was referring to the zero-config one: $ curl get.pharo.org/vm | bash [...] $ ls pharo-vm Pharo.app PharoV20.sources__MACOSX PharoV10.sourcesPharoV30.sources But they should be in the other ones as well. On 05 May 2014, at 20:28, Johan Fabry wrote: > > About th

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Nicolai Hess
2014-05-05 19:13 GMT+02:00 Ben Coman : > > Thanks. That info made it much easier to try. Sorry I didn't end up with > an answer for you, but I confirm there is some issue here, or something new > I can learn when other chip in. > > Here is what I tried. > > * Installed XMLParser (monty.58) from C

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Sven Van Caekenberghe
The EyeCollectionInspector show the 'collection view' (what enumeration does), the EyeBasicInspector shows the actual instance variables as well as the variable part (and thus allows a look inside). That is why there are multiple views. On 05 May 2014, at 23:50, Nicolai Hess wrote: > 2014-05-

[Pharo-users] Spec Tabs : how to remove proramatically a tab ?

2014-05-05 Thread Glenn Cavarlé
Hi, I try to use Tabs with Spec and i would like to remove a tab from the TabManagerModel but it doesn't work. TabManagerModel has a method named #removeTab: which call directly its adapter but the MorphicTabManagerAdapter hasn't the method #removeTab: ... I looked at the TabManager class and its

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Carlo
Hi The problem seems to be due to the use of an internal collection class of OrderedCollection which has restrictions on use of #at:put:. This means that certain methods will have to delegate to the internal collection class to be ’safe’; in this scenario it is the XMLOrderedList >>copyReplaceF

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Thushar G R
Hi, Thanks for all the responses.Ben and Carlos solutions works. What workaround i did was i overrided the concatenation method in XMLOrderedList for the time being , until someone authorised has has a solution and commits it.I hope it happens soon so i dont have to maintain a patch. Thanks to al