Re: [Pharo-users] Updated Pharo by Example

2016-01-18 Thread Manfred Kröhnert via Pharo-users
--- Begin Message --- Hi, I just read through the Preface and it reads very well. However, I found three small issues. On page 1 at the bottom there is "Seasideweb development" which I guess should read "Seaside web development". On page 2 there is "MacOSX" as supported platform which Apple rena

Re: [Pharo-users] Issue with UDP Sockets

2015-05-18 Thread Manfred Kröhnert
d the multicast group previously. So I > assume that you need to do something like this (not tested). > > imrMultiaddr := #[239 255 255 250]. > imrInterface := #[0 0 0 0]. > ipMreq := imrMultiaddr , imrInterface. > socket setOption: 'MEMBERSHIP' value: ipMreq. > &g

Re: [Pharo-users] Issue with UDP Sockets

2015-05-18 Thread Manfred Kröhnert
Hi Sven, On Mon, May 18, 2015 at 4:14 PM, Sven Van Caekenberghe wrote: > > > On 18 May 2015, at 15:47, Manfred Kröhnert > wrote: > > > > Hi, > > apparently I am missing something else. > > > > I can find devices when connected to a 'regular'

Re: [Pharo-users] Issue with UDP Sockets

2015-05-18 Thread Manfred Kröhnert
Hi, apparently I am missing something else. I can find devices when connected to a 'regular' LAN. However, I have a camera that creates a Wifi accesspoint and makes itself discoverable via SSDP. Once I connect to this accesspoint my computer gets a valid IP address assigned and the NodeJS code is

Re: [Pharo-users] Issue with UDP Sockets

2015-05-18 Thread Manfred Kröhnert
Thanks for the explanation. Best, Manfred On Mon, May 18, 2015 at 12:49 PM, Sven Van Caekenberghe wrote: > > > On 18 May 2015, at 12:44, Manfred Kröhnert > wrote: > > > > Hello Sven, > > > > thanks for your fast reply. > > > > On Mon, May 18,

Re: [Pharo-users] Issue with UDP Sockets

2015-05-18 Thread Manfred Kröhnert
ral be done in a separate process. Would you reuse the existing udpSocket instance in this case or create a separate one for reading? Maybe nothing came back because the line ends where wrong ? > The lineendings I used are required by the SSDP specification. > HTH, > > Sven Than

[Pharo-users] Issue with UDP Sockets

2015-05-18 Thread Manfred Kröhnert
Hello everyone, I am currently trying to get a list of UPnP device via SSDP (Simple Service Discovery Protocol). A minimalistic working NodeJS example looks like this: var dgram = require('dgram'); var message = new Buffer( "M-SEARCH * HTTP/1.1\r\n" + "HOST:239.255.255.25

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-08 Thread Manfred Kröhnert
Thanks Dale and Sven, by now I have working Baseline I can use to load the project. Best, Manfred On Sun, Feb 8, 2015 at 1:06 PM, Sven Van Caekenberghe wrote: > > > On 08 Feb 2015, at 12:03, Manfred Kröhnert > wrote: > > > > Hello Sven, > > > > On Su

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-08 Thread Manfred Kröhnert
[ ..." lines, correct? Thanks, Manfred > > On 08 Feb 2015, at 11:08, Manfred Kröhnert > wrote: > > > > Hello Dale, > > > > On Mon, Feb 2, 2015 at 10:52 PM, Dale Henrichs < > dale.henri...@gemtalksystems.com> wrote: > > Manfred, > > > &g

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-08 Thread Manfred Kröhnert
package: 'HttpExplorer' with: [spec requires: 'Zinc-Http']; yourself. Or is something like the following required in addition to make the configuration complete: spec project: 'Zinc-Http' with: [ spec repository: 'http://mc.stfx.eu/ZincHTTPCompo

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
oon as possible and report back if I should encounter other issues. Best, Manfred > > [1] > https://github.com/dalehenrich/external/blob/master/repository/BaselineOfExternal.package/BaselineOfExternal.class/instance/baseline..st > > On 02/02/2015 01:21 PM, Manfred Kröhnert wrote: >

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
One more thing, I am using a Pharo 30862 image on OS X to evaluate the code. Thanks, Manfred On Mon, Feb 2, 2015 at 10:21 PM, Manfred Kröhnert < mkroehner...@googlemail.com> wrote: > Hi, > > sorry for the unfinished email upfront. I accidentially hit the send > button bef

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
Hi, sorry for the unfinished email upfront. I accidentially hit the send button before I was finished... So here we go again: Some time ago I started a small Pharo based project but didn't want to announce it before I knew how to load it conveniently. For versioning I started using GitFileTree a

[Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
Hi, some time ago I started a small Pharo based project. For versioning I started to use GitFileTree and pushed the code to GitHub together with a ConfigurationOf created with Versionner. But only after a more recent email from Kilon on this list

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-20 Thread Manfred Kröhnert
Hello Julien, sorry for coming in so late. On Mon, Oct 13, 2014 at 8:19 AM, Julien Delplanque wrote: > Hi Thierry, Dale, > > I get a ZnUnknownScheme whatever the solution I choose... > > Are you sure it works for private repositories that need your ssh key > for auth? > > Julien > I have succe

[Pharo-users] Class renaming issue with Pharo3 + keyboard navigation in editor

2014-02-18 Thread Manfred Kröhnert
Hi, I am currently playing with Pharo3 and encountered an issue with class renaming in a 30767 image. The image was obtained and started with PharoLauncher for Mac rev40 from Jenkins on OS X 10.6.8. Here are the steps which lead to the problem: 1. Open Nautilus 2. Add Package: Rename-Test 3. Add

Re: [Pharo-users] Pharo on Android - is it available?

2014-01-01 Thread Manfred Kröhnert
Hello Alain Am 01.01.2014 08:45 schrieb "Alain Busser" : > > Thank you for making Amber known, but you forgot a link to it: I guess you talk about this: http://amber-lang.net/ This is definitely the correct web page for Amber. If you are giving it a try and gave any issues you are welcome to jump

Re: [Pharo-users] [FEEDBACK] Install Pharo on MacOSX

2013-11-09 Thread Manfred Kröhnert
ect in my system OS X 10.9. The issue with the > sources is fixed. > Thanks for this. It's great to have all the images in the same launcher. > Nacho. > > > *Lic. Ignacio Sniechowski, MBA* > > > > > > > On Thu, Nov 7, 2013 at 11:24 AM, Damien

Re: [Pharo-users] Spec Question

2013-10-25 Thread Manfred Kröhnert
ryseghem.ph...@gmail.com> wrote: > Ok :) > > Thank you, and see you tomorrow :P > > Ben > > On 24 Oct 2013, at 14:34, Manfred Kröhnert > wrote: > > Yes, I can do that but it'll have to wait until tomorrow. > Will report back, soon. > > Thanks for

Re: [Pharo-users] Spec Question

2013-10-24 Thread Manfred Kröhnert
; > Ben > > On 24 Oct 2013, at 14:25, Manfred Kröhnert > wrote: > > Hello Ben and Clément, > > thanks for the quick reply. > But even when I hit Cmd+s the Text of the label stays the same and the > button is not enabled. > No matter if I use 'whenTextChanged:&#

Re: [Pharo-users] Spec Question

2013-10-24 Thread Manfred Kröhnert
e #whenTextIsAccepted: works fine in your > image or not. > > Best, > > > > 2013/10/24 Benjamin > >> Text is accepted when you “save” it (cmd+s) >> >> Ben >> >> On 24 Oct 2013, at 14:05, Manfred Kröhnert >> wrote: >> >> Hi ever

[Pharo-users] Spec Question

2013-10-24 Thread Manfred Kröhnert
Hi everyone, I finally got around to check back on a Spec question that popped up about two weeks ago. At that time I was giving Spec a first try and gathered information from a couple of sources. One of them was the draft chapter about Spec from the Pharo for the Enterprise book. https://ci.inr

Re: [Pharo-users] Monticello and HTTPS

2013-10-20 Thread Manfred Kröhnert
Hello Sven, thank you very much again for your help and sorry for the late reply. Up to now I didn't have a chance to check back on this issue. On Mon, Oct 14, 2013 at 11:49 AM, Sven Van Caekenberghe wrote: > Hi Manfred, > > On 13 Oct 2013, at 23:56, Manfred Kröhnert > w

Re: [Pharo-users] Monticello and HTTPS

2013-10-13 Thread Manfred Kröhnert
> I'll have to check if I can actualy load the files copied to the share. > But that will have to wait until tomorrow. > > Best, > Manfred > > > > On Oct 10, 2013, at 11:17 AM, Manfred Kröhnert > > > wrote: > > > > Hi again, > > the we

Re: [Pharo-users] Monticello and HTTPS

2013-10-13 Thread Manfred Kröhnert
Hello Sven, I had some time to look further into this issue. On Thu, Oct 10, 2013 at 9:08 PM, Sven Van Caekenberghe wrote: > Manfred, > > On 10 Oct 2013, at 20:17, Manfred Kröhnert > wrote: > > > Hi again, > > > > the webdav share is located on an OwnCloud in

Re: [Pharo-users] Monticello and HTTPS

2013-10-11 Thread Manfred Kröhnert
Hi Sven, thanks for the pointers. I'll have a look over the weekend and report back. Best, Manfred On Thu, Oct 10, 2013 at 9:08 PM, Sven Van Caekenberghe wrote: > Manfred, > > On 10 Oct 2013, at 20:17, Manfred Kröhnert > wrote: > > > Hi again, > > >

Re: [Pharo-users] Monticello and HTTPS

2013-10-11 Thread Manfred Kröhnert
Thanks Stéphane, we appreciate that :-) Best, Manfred On Thu, Oct 10, 2013 at 8:58 PM, Stéphane Ducasse wrote: > welcome > > we like amber :) > > Stef > > On Oct 10, 2013, at 3:41 PM, Manfred Kröhnert > wrote: > > > Hi everyone, > > > >

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
are. But that will have to wait until tomorrow. Best, Manfred 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

Re: [Pharo-users] Monticello and HTTPS

2013-10-10 Thread Manfred Kröhnert
ient>>withProgressDo: ZnClient>>execute Trying to copy .mcz files to the new repository afterwards triggers the same error. However, the selected .mcz file gets copied to the WebDAV share. The used operating system is OS X 10.6.8. The 'System Reporter' shows the following info: I

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

[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