Hi people! A little report is of course in order. I have been busy primarily with SM lately, and the Network team isn't particularly large yet so we haven't...
goran@...
Dec 1, 2005 9:45 am
100712
Hi, What is the most recent user name and password for uploading a file to the http://minnow.cc.gatech.edu/squeak/ wiki ? Thanks Brent...
Brent Pinkney
brent.pinkney@...
Dec 1, 2005 9:48 am
100713
Dear squeakers, Hello, and welcome back to the The Weekly Squeak, a weekly report on what's going on in the world of Squeak. As soon as we have announced that...
Giovanni Corriga
giovanni@...
Dec 1, 2005 1:25 pm
100714
The purpose of the News team is to publish news regarding Squeak development and use. It aims to provide a service to the Squeak community, highlighting...
Giovanni Corriga
giovanni@...
Dec 1, 2005 1:27 pm
100715
Just a reminder that the next Squeak Chat will take place between 12:00 (Noon) and 16:00 (4 PM) GMT Friday December 2nd, 2005. As usual we will meet in #squeak...
Ken Causey
ken@...
Dec 1, 2005 2:50 pm
100716
News: - The Team is making some really good progress toward a clean and informational site - We moved our mailing list in an effort to have more control over...
Jason Rogers
jacaetevha@...
Dec 1, 2005 3:05 pm
100717
... I would like to thank the website team for taking mantis issues serious and responding fast. The only bug fixed of those I filed, was fixed by the website...
Philippe Marschall
philippe.marschall@...
Dec 1, 2005 3:29 pm
100718
Hi All, Here's the files team report: Nothing has happened since the last report. Zilch. Nada. Nothing. :) That was mostly the plan, and I think it's still an...
Cees De Groot
cdegroot@...
Dec 1, 2005 6:01 pm
100719
Giovanni Corriga wrote: [snip] ... Hello Giovanni, I would like to thank and applaud what you are doing. You are doing a great job. Since I read the Squeak...
Jimmie Houchin
jhouchin@...
Dec 1, 2005 7:18 pm
100720
I do not get any emails from squeak-dev and squeak-fr, but I checked I'm still in the mailing-lists....
Hi! Does Squeak support DDE-server comunication? I have browsed through classes but havent found anything. If there is support for it please share on how...
list is silent, so i'm testing whether it's dead or everyone suddenly got something better to do...
Cees De Groot
cdegroot@...
Dec 2, 2005 5:37 pm
100723
Just a reminder that the next Squeak Chat will take place between 16:00 (4 PM) and 20:00 (8 PM) GMT Tuesday December 6th, 2005. As usual we will meet in...
Ken Causey
ken@...
Dec 2, 2005 7:52 pm
100724
Hi! Does Squeak support DDE-server comunication? I have browsed through classes but havent found anything. If there is support for it please share on how...
... I was almost sure the list was malfunctioning until now. Maybe activity has shifted to the sub-lists. Or, maybe there's a big party goin' on somewhere....
Yanni Chiu
yanni@...
Dec 2, 2005 10:13 pm
100726
Trying to learn, I don't found a Singleton class in Squeak ( maybe exist whit another name ? ) So following ...
Lic. Edgar J. De Cleene
edgardec2001@...
Dec 2, 2005 11:23 pm
100727
... The code you've posted is a pattern - if you have a class where you want a singleton instance, you use this code in that class. There's no need for a...
Cees De Groot
cdegroot@...
Dec 2, 2005 11:35 pm
100728
... I disagree. Should I really have to duplicate this code every time I want a new singleton class?...
Philippe Marschall
philippe.marschall@...
Dec 3, 2005 11:03 am
100729
... I reading more about this, and found this by Stef http://www.iam.unibe.ch/~ducasse/Web/OldSmalltalkFiles/Singleton.pdf. But something still seem unsolved...
Lic. Edgar J. De Cleene
edgardec2001@...
Dec 3, 2005 11:31 am
100730
No, you shouldn't :-) But this is a well-known problem in meta-programming The reason why you cannot do this in smalltalk is because, when you have a class A...
stijn timbermont
stijn.timbermont@...
Dec 3, 2005 12:05 pm
100731
... So there really should be a singleton trait?...
Philippe Marschall
philippe.marschall@...
Dec 3, 2005 12:13 pm
100732
... stijn Very thanks !!. Useful reading. Re: [Q] Why Squeak don't have a Singleton class ? stijn timbermont puso en su mail : No, you shouldn't :-) But this...
Lic. Edgar J. De Cleene
edgardec2001@...
Dec 3, 2005 12:30 pm
100733
Hello folks, I was on a business trip this week and when I came back I had no mail from squeak dev. Gmane shows the list is alive and well and I should have...
Herbert König
herbertkoenig@...
Dec 3, 2005 1:05 pm
100734
We could have: Object subclass: #Singleton instanceVariableNames: '' classVariableNames: 'UniqueInstance ' poolDictionaries: '' category: 'Kernel-Classes' ...
R. Clayton
rvclayton@...
Dec 3, 2005 3:25 pm
100735
... Yes. If you add up all the duplicated singleton code in the known universe, it adds up to fewer bytes than you are going to expend on discussing how to...
David T. Lewis
lewis@...
Dec 3, 2005 4:32 pm
100736
Hi, I've noticed that EventSensor always uses uppercase characters for #keyUp and #keyDown events on Windows, even if shift is not pressed when typing the key....
Joshua Gargus
schwa@...
Dec 3, 2005 4:34 pm
100737
3.8.7b2 sqUIEvents.c changed keyUp/keyDown to supply mac virtual keycode versus unicode, added new parm to keyChar to supply UTF-32 Unicode. As per Andreas...
John M McIntosh
johnmci@...
Dec 3, 2005 5:56 pm
100738
Hello Steve, SE> Did the messsage quoted below reach you via the list or this the first SE> sign of it you've seen? SE> Thanks, SE> Steve I only got it via...
Herbert König
herbertkoenig@...
Dec 3, 2005 6:02 pm
100739
Hey, squeakers: I have a Wiki up that's just been vandalized but drug-peddling 'bots. I know this happens (a lot) but I don't see how to roll back to a certain...
Blake
blake@...
Dec 3, 2005 10:26 pm
100740
http://map.squeak.org/loadgz?mapversion=2.1&checkpoint=1184 just hangs and never comes back with anything useful. Perhaps the server needs to be rebooted. ...