Hi ! Thank you or your answer, Jecel. Please excuse me, my SPAM-filter had buried this message for long time. I understand that the tie-breaker rule was...
... Then I won't remove the filter's comment from the subject. I don't know if that will help or make things worse. ... The people who actually made the...
... Yes, that's true ;-). Thank you. ... Yep, that would be fantastic. ... That was the explanation I was exactly looking for. Thank you very much. My...
Hi anyone who is listening :) I have been a lurker on this list for a very long time (under another email address) and I vaguely remember some mention of a web...
Russell, ... I don't remember any web server code. Squeak has several and it would be easy to borrow one, but depending on your needs it is probably not worth ...
Hi Jecel, ... I guess that means that Self has all the necessary socket primitives etc? Could you share your web server code to give me some help in where to...
Russell, ... Sorry, but it was trivial enough that I didn't bother saving it. I was exploring the various socket APIs in Self (I had never looked at them ...
... I've just made 4.3, 4.2, and 4.1 available for download from (what I suppose is now) Self's new home on SourceForge: http://self.sourceforge.net (Thanks to...
Russell, ... I don't think an attachment would have been a problem, but Yahoo probably wouldn't have saved it in the archives (at least not for very long) and...
Hi guys, Looking through the cvs tree at sourceforge I see that it includes a bunch of stuff not released elsewhere (afaik) including PEP and webBrowser. Is...
... I just asked Dave about this, and he said he thinks it's probably fine. I wouldn't worry about it. ... That's a good question. :) I think it might. I know...
Does the source code of Self available somewhere? What is its license then? Sorry if my questions do not look like to be so deep, but I have been a bit out of...
Hi Adam, I have Ubuntu set up on Vmware on my mac, and have checked out the sf.net cvs tree, but frankly am a bit daunted by where to start compiling. In linux...
... For now, if I had to guess, I'd say try something like: add $SELF_WORKING_DIR/bin/linux and $SELF_WORKING_DIR/bin/shell to your path be sure you've got csh...
Thanks. I don't have an actual linux machine myself at the moment - I'm just working off vmware. Preliminary play with the latest Ubuntu seems to get most of...
OK, I have a compiled executable on Ubuntu 8.10. Woohoo! At the moment it loads the Demo snapshot, but the desktop doesn't come up. This presumably means...
... That's great! Did you have to make any changes to the code? (If so, what?) Or was it just a matter of getting the right libraries and stuff installed? Adam...
Hi, So I have worked out that I can load my module with: bootstrap read: 'webserver' from: 'applications' and file it out with: modules webserver fileOut Is...
... I don't think this has been implemented. Given the annotations that every module has, this should be a lot easier to do than when you file in stuff with...
It is now winter, and grey is getting me down; so I made a module to make my self snapshot more colourful. This turned out to involve wading through the...
Russell, Morphic did become far more colorful when it moved in Squeak. I liked this but many people were very critical of it and some even refused to even try...
I deployed a Squeak app to a classroom of uni students back in 2001 (2002?) and the major issue wasn't the colours so much as the lack of consistency in the...
Hello, I'm interested in making a number of improvements/changes to Self, not for any particular commercial motive but out of general interest in Self and its...
On Ubuntu Linux 8.10 I get the following error: ./Self -s Empty.snap Welcome to the Self system! (Version 4.1.5) Copyright 1992-2002 Sun Microsystems, Inc....
Hi Erik, I'm assuming you're using the linux vm from gliebe.de/self - or have you compiled your own from the sourceforge.net cvs tree? Something seems to have...