Hi, When I redefine the = operation for a class I should redefine its hash method. My question is about the definition of the hash method. I read that the ...
Houssam Fakih
fakih@...
Jul 1, 2005 9:07 am
95817
Hi - The only requirement for a hash method is that it needs to compute the same values for objects which are considered equal via #=. Other than that there is...
Andreas Raab
andreas.raab@...
Jul 1, 2005 9:27 am
95818
Generally I use iv hash bitXor: iv2 hash Following Kent beck best practices But now I learned that I want to avoid as much as possible to redefine = and hash ...
stéphane ducasse
ducasse@...
Jul 1, 2005 10:26 am
95819
=?ISO-8859-1?Q?St=E9phane_Ducasse?= <stephane.ducasse@...> ... Cool Stef! Congratulations! Sidenote: I will be speaking at a seminar in september...
goran@...
Jul 1, 2005 10:56 am
95820
I redefine the '=:' and 'hash' methods of the elements contained in an ordered collection. My aim is to check if anOrderedCollection contains any duplicate...
Houssam Fakih
fakih@...
Jul 1, 2005 11:57 am
95821
Just a reminder that the next Squeak Chat will take place between 13:00 (1 PM) and 17:00 (5 PM) GMT Tuesday July 5th, 2005. As usual we will meet in #squeak on...
Ken Causey
ken@...
Jul 1, 2005 2:03 pm
95822
http://www.squeak.org is looking good. Nice work, everyone! Just noticed something "interesting", though... http://www.squeak.org is properly pointing to 3.8...
Doug Way
dway@...
Jul 2, 2005 2:13 am
95823
One other thing I noticed. Last night I downloaded Squeak 3.8 Full (Squeak3.8-current-MacOS-full.dmg) for Mac OSX from www.squeak.org. When I ran it, I...
Daniel Salama
dsalama@...
Jul 2, 2005 2:45 am
95824
... I see no reason why that should be the case. I've checked the server setup and checked it from my end and I get the same site for both squeak.org and...
ken@...
Jul 2, 2005 3:06 am
95825
I want to display a list of items in a morph, as they would be displayed in an HTML select box. I've read that ListComponent is a part of MVC, and that...
Bob Erb
bob.erb@...
Jul 2, 2005 5:00 am
95826
... PluggableListMorph is the one to use. Karl...
karl
karl.ramberg@...
Jul 2, 2005 6:06 am
95827
... For some reason the image in the dmg has its HTTP proxy set. Open the HTTP Proxy editor and fix it and all manner of things shall be well....
Piers Cawley
pdcawley@...
Jul 2, 2005 6:28 am
95828
Hi guys I'm wondering why we are still pointing to this crappy web site and not the new one? http://www.squeak.org:7777/ Stef...
stéphane ducasse
ducasse@...
Jul 2, 2005 7:58 am
95829
... The old site is not "crappy" and the new site is still inferior compared to the old one. If anything is "crappy" it is the home page of the new site. To...
Martin Wirblat
sql.mawi@...
Jul 2, 2005 10:07 am
95830
hai, we have stored a bitmap in memory using an external application,and we are unable to access it from squeak. The size of the bitmap is 16*16. we will be...
Prabhakar katlakunta
katlakunta.prabhakar@...
Jul 2, 2005 10:19 am
95831
... With what app you do this bitmap in memory (on disk)? 3.8 could direct open .gif, .jpg , .png and possible others formats not by drag and drop. What is...
Lic. Edgar J. De Cleene
edgardec2001@...
Jul 2, 2005 10:33 am
95832
hi all can someone help me here? I did the following ... stream := (MultiByteFileStream fileNamed: 'BD4TabsDelimited.txt'). stream converter:...
Stéphane Ducasse
stephane.ducasse@...
Jul 2, 2005 10:37 am
95833
... Excellent. We are all really happy to know that!!! ....But may be you are the only one. I'm not saying that the new one is the one I expected but some...
In last 3.8 full 6665 image. I could load Celeste and CelesteAUTHLogin.1.cs. I could receive mails but not send it. My account requires authentication, and...
Lic. Edgar J. De Cleene
edgardec2001@...
Jul 2, 2005 11:28 am
95835
hi while programming I noticed that most of the time, I bring the wrong menu on the browser always the grab...Morph related instead of the action ones. Does...
Hi Stephane, I most definitely am interested in getting bug reports or comments on our LookEnhancements. I will remedy as soon as practical. Thanks, John ... ...
John Pierce
john.raymond.pierce@...
Jul 2, 2005 1:11 pm
95837
I think that Martin raises some good points. A few small changes can go a long way. - The list 'Hot Sites' probably shouldn't be on the front page, for all of...
Josh Gargus
schwa@...
Jul 2, 2005 1:33 pm
95838
... Create an ExternalAddress pointing to that piece of memory, create a Form of the appropriate size and depth, and copy the bytes into the Form's bitmap. -...
Bert Freudenberg
bert@...
Jul 2, 2005 1:43 pm
95839
... Josh, Agreed on all counts. I just went in and made a number of these changes - I hope the website team doesn't mind, but if they do, hey, that's why it's...
Avi Bryant
avi@...
Jul 2, 2005 2:28 pm
95840
Hi Stephane, Ok -- I think I fixed this to make it look like the other button rows of other windows. I checked in as version 18 on ...
John Pierce
john.raymond.pierce@...
Jul 2, 2005 2:45 pm
95841
... Sorry about that, it was indeed a caching issue. (Annoying that it would still keep the old site in the cache several days later, even after multiple...
Doug Way
dway@...
Jul 2, 2005 3:15 pm
95842
Hi all, LookEnhancements version 19 is now on http://squeak.saltypickle.com. In a moment of inspiration this morning I added a fix per Stephan Ducasse (to make...
John Pierce
john.raymond.pierce@...
Jul 2, 2005 3:20 pm
95843
... That's a worthwhile goal but no reason to call the existing website "crappy" in particular given that it's look is visually more appealing and has better...
Andreas Raab
andreas.raab@...
Jul 2, 2005 6:06 pm
95844
... It looks nice. The text could be a little beefier And some pictures to maybe Karl...
karl
karl.ramberg@...
Jul 2, 2005 6:12 pm
95845
If Squeak is to be accepted into the business community at large, I would say the website is way less imporant than the ability to slap down a grid, hook it up...