... Brian Rice pointed out in a reply in that list that previous versions did work with MacOS X but check the release note for the changes (the main ones are...
Jonathan Sillito wrote: Dear Jonathan! ... produced what might be called a "pearl of immanent knowledge". Sure the beauty of Vancouver enables you to contact...
Albertina Lourenci
lourenci@...
Apr 14, 2004 3:20 pm
1711
... I tried it yesterday on a eMac but didn't even get as far as you did because it complained about a missing X11 library. Indeed, that machine doesn't even...
There seems to be some problem with YahooGroups so it is likely that this email won't work. On Wednesday, David Eddyshaw wrote to the list and to me about how...
Folks, It's already been mentioned here a couple of times, but we thought we ought to announce it officially: Self 4.2.1 has just been released, and you can...
Hi everybody, I'm using Self4Linux. I've written some code in a Shell and now I have my objects happyly floating in the screen. My problem is that I need to...
... Great! ... My trainee needed this too in order to include the sources in a report he was writing for a class. I wrote a short piece of code to save the ...
Thanks, I'll try. German Morales ... happyly ... report ... the ... think ... effort ... but ... for ... might be ... an ... the ... problems ... version of ...
Hi again, I've managed to get the module saved, but the result was not what I expected: my code wasn't there. What is a module anyway? I've told Self to put...
... When you select a module for the slots of an object, that module's name should appear in the "changed modules list" (which you get from the second item in...
... This may have been my fault rather than Yahoo's (I'm sorry to say) The new improved 4.2.1 release does indeed work fine on my G3 with Panther now Many...
I am new to Self but have been poking around. The frame rate in Self seems a bit low for me, and was poking around to find what is the issue. On my G4 1Ghz I...
... Method 'runLoop' in traits worldMorph in includes this line delayIfNoInputFor: (desiredFrameTime - computeTime) max: 0. and 'desiredFrameTime' is defined...
Thanks for the pointer, but that does not seem to be the issue. If I use 120 it starts to slow down, but anything less gets the same 8-10 fps. The times are...
I am seeing regular crashes complaining about being unable to locate font id for newCenturySchoolbook Is there a list of required fonts? While this is a...
... Apple's first generation G5 has much higher latency memory than the G4, so I wouldn't expect Self to be much faster. When the G5 came out, I ran compile...
While latency may be an issue I do not think that would be the issue here: 1) The CPU usage is only about 2-5%. 2) My G4 does not have DDR memory. 3) My G5 has...
Hi, (Apologies if these are somewhat naive - I'm very new to the Self world, but intrigued...) The first simple question is - suppose I have an object...
I'm also curious about what type of performance people should expect to see with Self on modern hardware. I imagine that it should be pretty good given that it...
I am not sure of the first and third questions, but I can answer the second one. Initialization expressions (like traits clonable) are by definition evaluated...
... Exactly. This also means that you can't use an objects own slots in initialization expressions, like ( | x = 9. z <- x + 3 ... since "x + 3" would be...
I can see wanting to reference the slots of the object under construction, but it would also need to reference the environment. Maybe the object under...
Any idea why the UI keeps crashing on me? I have yet to manage to complete a task before the UI locks up with a scheduler issue as in the log file below. ...
I got the first round of timings done. It is spending about 5% of the elapsed time in the doStep method!! The rest of the time appears to be elsewhere. Is...