Search the web
Sign In
New User? Sign Up
squeak
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 135713 - 135742 of 143056   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
135713
Hello and happy new year to everyone. Yesterday I upgraded VMMaker to dtl.111 (from 3.8b6). Generating the entire code gives mit the following error: ...
Martin Kuball
martinkuball@...
Send Email
Jan 1, 2009
11:33 am
135714
THANK YOU to the clever, clever people who have worked on Squeak over these many years! I had an image hang on me last night, such that it rendered just fine,...
Frank Shearar
frank.shearar@...
Send Email
Jan 1, 2009
12:50 pm
135715
... Martin, My apologies, this is an error that I introduced in VMMaker-dtl.111. The missing method was incorrectly moved to SlangBrowser-dtl.1, which is also ...
David T. Lewis
lewis@...
Send Email
Jan 1, 2009
6:35 pm
135716
Hi! some time ago the unix (and mac) VMs where changed to provide a ucs4 code in the keyboard event structure. No I'm wondering how do I use this information?...
Martin Kuball
martinkuball@...
Send Email
Jan 3, 2009
3:33 pm
135717
Hi all, I was thinking of including some 3D charts on a little quantitative finance framework I am working on in my spare time. I don't want to achieve any ...
Ramiro Diaz Trepat
ramiro@...
Send Email
Jan 4, 2009
1:36 pm
135718
... When I asked about 3D, Karl Ramberg said he wasn't sure Balloon3D worked in images > 3.8. So before you go too far, you might want to check if it works....
Ross Boylan
ross@...
Send Email
Jan 4, 2009
8:00 pm
135719
Hello everyone, A couple of months later, I'm eventually working on getting the SerialPort plugin to work for arbitrary nodes name under Linux (and thus...
Séverin Lemaignan
skadge@...
Send Email
Jan 4, 2009
10:54 pm
135720
... S??verin, The trick here is that C expects strings to be null-terminated, and the Squeak string that you pass to the primitive does not have the trailing...
David T. Lewis
lewis@...
Send Email
Jan 4, 2009
11:47 pm
135721
Happy new year everyone. After VWNC recent discussion about comparing Point and Number, I tried to make a review of my previous work concerning all these minor...
nicolas cellier
ncellier@...
Send Email
Jan 4, 2009
11:49 pm
135722
Thanks Dave, it works. ...its...hum... not straighforward! :) I'll finnish to debug and clean the code tomorrow, and I hope to be able to quickly release a...
Séverin Lemaignan
skadge@...
Send Email
Jan 5, 2009
12:23 am
135723
Maybe all of you already know about this problem and how to solve it, but I just want to be sure in that :) I've got a problem with opening SqueakMap ...
Oleg Korsak
kamikaze.is.waiting.y...
Send Email
Jan 5, 2009
2:05 am
135724
Hi Oleg, On Mon, Jan 5, 2009 at 3:04 AM, Oleg Korsak ... This is a known problem and we will soon see a fix. -- Damien Cassou ...
Damien Cassou
damien.cassou@...
Send Email
Jan 5, 2009
8:38 am
135725
... Wonderland is on FunSqueak , what is 3.10 with all old friends and several new into :=) I agree Croquet or Cobalt is superior, but for start playing with...
Edgar J. De Cleene
edgardec2001@...
Send Email
Jan 5, 2009
10:12 am
135726
... S??verin, Good question. I'm not sure if there is an "official" process for this, but what I would suggest is to open a bug report on Mantis...
David T. Lewis
lewis@...
Send Email
Jan 5, 2009
11:43 am
135727
... [transitive equality of arithmetic comparison] I'm a little confused here which version is the "correct" patch. I'm assuming it's the M3374-xxx versions of...
Andreas Raab
andreas.raab@...
Send Email
Jan 6, 2009
5:55 am
135728
I tried to send the following mail to Alan Reider, but the mail could not be delivered. So I try through the mailing list. Hi Alan, it looks like your MySQL...
Lukas Renggli
renggli@...
Send Email
Jan 6, 2009
9:17 am
135729
Hello, I would like to execute some code (closing a serial port) when a morph is destroyed by an user (either by clicking on the cross or by drag&dropping the...
Séverin Lemaignan
skadge@...
Send Email
Jan 6, 2009
7:40 pm
135730
... Use finalization for closing any external resources being used by squeak-based objects. Example: WeakRegistry default add: myObject. MyClass>>finalize self...
Igor Stasenko
siguctua@...
Send Email
Jan 6, 2009
7:48 pm
135731
Thanks for your very quick reply! As I understand it, the "finalize" method is called only upon object destruction. But if the object is only dropped to the...
Séverin Lemaignan
skadge@...
Send Email
Jan 6, 2009
8:14 pm
135732
... I never dealt with bin in Morphic. But something tells me that you employing wrong model :) In a right way, you should use a separate class which operates...
Igor Stasenko
siguctua@...
Send Email
Jan 6, 2009
8:37 pm
135733
... It's definitely the way I do :-) I've basically a SerialHandler, a Module and a ModuleMorph. The Module class (the "C" of the MVC model) holds all the...
Séverin Lemaignan
skadge@...
Send Email
Jan 6, 2009
8:57 pm
135734
... You could override #delete. ... Finalization should be used only as a last measure to avoid leaking system resources. It can take a very long time from the...
Bert Freudenberg
bert@...
Send Email
Jan 6, 2009
8:58 pm
135735
... Yes, the correct version is the one corresponding to last Installer hook in bugnotes. ... isFinite is a pre-requisite that can be found at ...
nicolas cellier
ncellier@...
Send Email
Jan 6, 2009
10:20 pm
135736
... Ah, yes, sorry I missed that. It's too sprinkled around in the notes ;-) ... Interesting point. However, I do think that a = a should be true for all ...
Andreas Raab
andreas.raab@...
Send Email
Jan 7, 2009
4:49 am
135737
... We should start thinking about how to get a FunSqueak going for 3.11, by which I mean start testing the FunSqueak packages in 3.11 so that we can have a...
Andreas Raab
andreas.raab@...
Send Email
Jan 7, 2009
5:08 am
135738
... I used to think the same (at least for infinity & infinitessimal) but no longer.. 1 / 0 ~= (Float maxVal * 2). At first the IEEE rules may seem ...
Eliot Miranda
eliot.miranda@...
Send Email
Jan 7, 2009
6:17 am
135739
... I agree. But correctness can also mean that neither 1 / 0 nor Float maxVal * 2 should be allowed to successfully execute primitively. ... Interesting data...
Andreas Raab
andreas.raab@...
Send Email
Jan 7, 2009
6:34 am
135740
... Also read/see http://en.wikipedia.org/wiki/NaN However the other place where I've been burned with this is doing what you think is IEEE math in smalltalk ...
John M McIntosh
johnmci@...
Send Email
Jan 7, 2009
6:46 am
135741
... That would be really great. There are quite a number of simple uses for 3D where B3D is entirely adequate, and it's completely platform-neutral, which...
Hans-Martin Mosner
hmm@...
Send Email
Jan 7, 2009
7:22 am
135742
... great idea ! regards, Stef...
Stéphane Rollandin
lecteur@...
Send Email
Jan 7, 2009
9:35 am
Messages 135713 - 135742 of 143056   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help