Sweet! 'Till All Are One! I'm installing Etoys 4 on my itsy-bitsy laptop. In spite of the fact that I think Etoys is really a great thing, I've not acquainted...
152259
Igor Stasenko
siguctua@...
May 1, 2010 8:32 am
On a project like: http://www.squeaksource.com/Alien.html the project description contains a nicely formatted text. But in my project, no matter what i input...
152260
commits@...
May 1, 2010 8:56 am
A new version of System was added to project The Inbox: http://source.squeak.org/inbox/System-cbr.324.mcz ==================== Summary ==================== ...
152261
commits@...
May 1, 2010 9:03 am
A new version of Morphic was added to project The Inbox: http://source.squeak.org/inbox/Morphic-cbr.432.mcz ==================== Summary ==================== ...
152262
Casey Ransberger
casey.obrien.r@...
May 1, 2010 9:06 am
I could be persuaded to move this to the Extras menu, which is what I was going to do in the first place, until I realized that fullscreen behavior is ...
152263
Ian Trudel
ian.trudel@...
May 1, 2010 10:25 am
Hannes, I am not particularly fond of this solution. There are two major problems: 1) we will have to build our own dictionary and risk to insert errors,...
152264
Ian Trudel
ian.trudel@...
May 1, 2010 10:29 am
By the way, copy-and-paste from a word processor is time consuming and error prone. Many of us will lazy this one out (i.e. will NOT do it). OpenOffice writer...
152265
Ian Trudel
ian.trudel@...
May 1, 2010 10:31 am
There is an additional advantage to use the trunk: we can capitalize over the current success of the trunk. Plus, documentation commits will be reported (as...
152266
Balázs Kósi
rebmekop@...
May 1, 2010 10:38 am
Hi, when trying to update SqueakMap I'm presented with the following message: Error occurred when updating map: All SqueakMap master servers are down: ...
152267
Ian Trudel
ian.trudel@...
May 1, 2010 10:40 am
(Repost of the survey is available below this message) This is most likely the last call for this survey as the number of contributions to it have drastically...
152268
Bert Freudenberg
bert@...
May 1, 2010 10:50 am
... It's more of a missing feature ... configs are a late addition and not integrated quite as well. - Bert -...
152269
Bert Freudenberg
bert@...
May 1, 2010 10:53 am
... It's HTML, not markup. - Bert -...
152270
Igor Stasenko
siguctua@...
May 1, 2010 10:56 am
... Err. you mean that i can write HTML, like: <a href="banana.com"><b>Banana</b></a> in project description? ... -- Best regards, Igor Stasenko AKA sig....
152271
Bert Freudenberg
bert@...
May 1, 2010 11:04 am
... Yup. - Bert -...
152272
Igor Stasenko
siguctua@...
May 1, 2010 2:32 pm
Hello guys, i am looking for a way, how i can obtain an activeContext oop in my primitive function. An activeContext variable is directly accessible for...
152273
David T. Lewis
lewis@...
May 1, 2010 3:15 pm
... Thank you very much for reporting the VM crash. I do not have a Mac to test this, but if anyone has further information on which primitive is crashing, I'd...
152274
Travis Griggs
travisgriggs@...
May 1, 2010 3:37 pm
... I didn't implement them originally, I just live with them (happily enough) and make use of them. I'm curious what you would do differently? How would you...
152275
Hannes Hirzel
hannes.hirzel@...
May 1, 2010 4:44 pm
The write-up for the solution I outlined unfortunately is sketchy and so from your reaction I realise that you did not get the point. Currently I do not have...
152276
Frank Shearar
frank.shearar@...
May 1, 2010 6:01 pm
... Hans-Martin, maybe when you're all set up you can announce Alessandro Warth's work on squeak-announce? Just to give it a bit more exposure! frank...
Hi Travis, Thanks for your answer, some somments between lines ... To me is not important who implement them but it is valuable to talk, learn and think about...
152279
Ken Causey
ken@...
May 1, 2010 7:20 pm
... TL;DR: Restarted. Longer: It was locked up seemingly, there was no lingering .r file but there was a SqueakDebug.log generated at May 1 04:37 GMT: ...
152280
David T. Lewis
lewis@...
May 1, 2010 7:48 pm
Thanks, this is very helpful. These tests are all using #primForkSqueak to run a headless background Squeak process. I think that this used to work on OS X,...
152281
Chris Cunnington
smalltalktelevision@...
May 2, 2010 1:07 am
The first Thursday of the month is coming up, so it's time for another Cobalt VR Meetup. We'll be meeting in the IRC first, as usual. Then we'll try to figure...
152282
Chris Cunnington
smalltalktelevision@...
May 2, 2010 1:11 am
Those links pasted a little weirdly: http://www.opencobalt.org/community/connect ...
152283
Casey Ransberger
casey.obrien.r@...
May 2, 2010 2:15 am
Class comment is: "The Morphic ui manager." This comment is beyond useless. I'm glancing over the methods it exposes. Looks like it specializes a generic...
152284
Colin Putney
cputney@...
May 2, 2010 4:02 am
... I wrestled with this issue when designing OmniBrowser, so perhaps exploring it with a concrete example might be illuminating. The problem I had was this: I...
152285
Casey Ransberger
casey.obrien.r@...
May 2, 2010 5:00 am
I was wondering what folks might think of... Dictionary on: { #foo->23. #bar->42. #baz->123 } Please find attached change set. Two methods; one that matches...
152286
Hannes Hirzel
hannes.hirzel@...
May 2, 2010 5:50 am
Casey, yes, UIManager is a good class to start adding a comment. Yes, in MorphicUIManager comment I would refer to the UIManager comment. The same for...
152287
Josh Gargus
josh@...
May 2, 2010 6:05 am
All this talk of Mandelbrot sets prompted me to write a Julia Set morph using my OpenCL framework. Here's how to try it out in a 4.1 image... First, load the...