All, Today is the last day for early registration for Smalltalk Solutions. After today, all registration fees will increase by $100. Please visit the ...
... Those functions require a ByteArray containing the 4 bytes of the IP address (though it might be nice if they *did* accept the options you give.... am I...
Hmm, here's some code that seems to work. outputStream _ RWBinaryOrTextStream on: ''. zipper _ GZipWriteStream on: outputStream. zipper nextPutAll: 'hello,...
Hi Yoshiki, ... This explains the behaviour. But this does not seem to be a terribly useful way of doing things, at least not for my purpose. What is the...
You can install it via Universes. The version on there is loadable. Alternatively, if you are going to be using several packages for your development project,...
Hi Hans-Martin, Thank you for your reply. I had already checked out the random number generation and concluded that the problem is not with the random number...
... Yeah.. it just seemed like an awfully small library (~20 lines of C) :). Can you think of any better way to go about this? ... // Helper function for...
Hello all, I've put up a first version of my Squeak-Smalltalk bindings to the D-Bus IPC system at: http://www.ccv.brown.edu/~faken/squeak/DBus-0.1.1.cs This is...
Lex Spoon wrote: [snip] ... lingua ... [snip] ... Exactly my point.. or, on an aside: easier for me, since I don't want to get involved in Squeak internals,...
There will be tables and such set up in the exhibit hall that can be used for Camp Smalltalk. Internet access will be available as well in the conference...
Hi all, I'm currently running the VM: Squeak3.6 of '6 October 2003' [latest update: #5429], , with any of the images (3.6, 3.7 and 3.8) and I'm having some...
Hi, I was under the impression that WebDAV is the preferred network substrate for Monticello, for the reason that you can connect securely via SSL. However,...
Hi, is there a way to make the Refactoring Browser create accessor methods for *all* instance variables? Every time I try it just gives me a list of the...
Hello, I did a small seaside application that I would like to use on PDA (Windows). How should I proceed ? Do I only need to use the PDA VM without changing...
In the course of implementing a Self-organising feature map (SOM) I needed to initialise the weight vecorts of each of nodes in the map with random numbers. I...
Hello Tim, sorry for pestering your private account with a copy, but I guess you stopped looking for this reply on the list by now :-)) TR> This _ought_ to be...
It's been awhile since I posted a new Mac VM, 3.8.6b6 was the last one posted. Over the last few months VM builders have migrated to 32/64bit logic, changed...
Just a reminder that the next Harvesting Party will take place between 01:00 (1 AM) and 05:00 (5 AM) GMT Sunday May 29th, 2005. As usual we will meet in...
I have a morphic-problem : I created a robot-morph, with two eyes (submorphs) and I need to find the coordinates of the center of my eyes in the playfield (in...
Hello 1) It is possible to call a methode of a class by using a string? Example : myString := 'car'. /where car is a class name. I want by using myString,...
Hi, Not much to report. The ftp site has what is believed to be the release 3.8 images/changes combos, and soon I'll update the linux/unix and windows...
... Ah, yes. This thread again. Isn't it a few months late this year? ... And nevertheless, it is the license we have. Many of us have found it adequate for...
Just a reminder that the next Harvesting Party will take place between 21:00 (9 PM) GMT Tuesday May 24th and 01:00 (1 AM) GMT Wednesday May 25th, 2005. As...
Bonjour Je vous remercie pour l'acceptation de ma demande de participation à la conférence ESUG. J'en suis vraiment reconnaissant. J'aimerai poser quelques...
Hi, I'm running Squeak 3.7 and installed the Refactoring Browser via SM. When I open the Refactoring Browser, via the "open" menu, I get a Window seemingly...
... my suggestion would be to implement a method called power: in the category Number power: aNumber ... aNumber timesRepeat: [result := result * self]. ...
Hi, I am using Squeak (3.7-5989) with Monticello (231). I tried to use Monticello with a MCFtpRepository, using my web server. I am behind a firewall (not...