... my suggestion would be to implement a method called power: in the category Number power: aNumber ... aNumber timesRepeat: [result := result * self]. ...
Cornelius Huber
corny@...
May 23, 2005 1:05 pm
94853
Hi ! If you want ABSOLUTELY a #power: or a #** method you should alias #raisedTo: Number>>power: aNumber ^ (self raisedTo:aNumber) The #raisedTo: method is...
Julien Bourdon
bourdux@...
May 23, 2005 1:18 pm
94854
Hi I find the fonts in the Whisker Browser a tad to small, I would like them to follow the preferences/sourcecode/font/size, but it does not. Does anyone know...
Chris
chris.schreiner@...
May 23, 2005 1:40 pm
94855
I just remembered a thread about the use of the XML parser. The example was about the generation of a SVG graphic. ...
Julien Bourdon
bourdux@...
May 23, 2005 1:54 pm
94856
Hi, I am using Squeak (3.7-5989) with Monticello (231). I tried to use Monticello with a MCFtpRepository, using my web server. I am behind a firewall (not...
Florian Minjat
flo.minjat@...
May 23, 2005 2:28 pm
94857
... Others have answered the question. Just so you know, though, Ted Kaehler's method finder is excellent for finding these answers. If you start up Squeak,...
Lex Spoon
lex@...
May 23, 2005 2:47 pm
94858
Hi, I'm running Squeak 3.7 and installed the Refactoring Browser via SM. When I open the Refactoring Browser, via the "open" menu, I get a Window seemingly...
Guenther Schmidt
gue.schmidt@...
May 23, 2005 3:02 pm
94859
... You can check by bringing up the context menu on a class. The RB will have the menus "RB - Class", etc at the bottom, whereas the original browser does...
Yar Hwee Boon
hboon@...
May 23, 2005 3:09 pm
94860
Hello, I did a small seaside application that I would like to use on PDA (Windows). How should I proceed ? Do I only need to use the PDA VM without changing...
Alexandre Bergel
bergel@...
May 23, 2005 3:18 pm
94861
Yar, thanks, it seems to have worked. Günther...
Guenther Schmidt
gue.schmidt@...
May 23, 2005 4:16 pm
94862
Bonjour Je vous remercie pour l'acceptation de ma demande de participation à la conférence ESUG. J'en suis vraiment reconnaissant. J'aimerai poser quelques...
BELEM Mahamadou
mabelem2003@...
May 23, 2005 4:57 pm
94863
Lex Spoon wrote: [snip] ... lingua ... [snip] ... Exactly my point.. or, on an aside: easier for me, since I don't want to get involved in Squeak internals,...
Daniel B. Faken
faken@...
May 23, 2005 6:27 pm
94864
Just a reminder that the next Harvesting Party will take place between 21:00 (9 PM) GMT Tuesday May 24th and 01:00 (1 AM) GMT Wednesday May 25th, 2005. As...
Ken Causey
ken@...
May 23, 2005 8:01 pm
94865
... Ah, yes. This thread again. Isn't it a few months late this year? ... And nevertheless, it is the license we have. Many of us have found it adequate for...
Andrew Greenberg
werdna@...
May 24, 2005 3:56 am
94866
It's been awhile since I posted a new Mac VM, 3.8.6b6 was the last one posted. Over the last few months VM builders have migrated to 32/64bit logic, changed...
John M McIntosh
johnmci@...
May 24, 2005 5:17 am
94867
Hello 1) It is possible to call a methode of a class by using a string? Example : myString := 'car'. /where car is a class name. I want by using myString,...
BELEM Mahamadou
mabelem2003@...
May 24, 2005 11:51 am
94868
Hi, Not much to report. The ftp site has what is believed to be the release 3.8 images/changes combos, and soon I'll update the linux/unix and windows...
Bruce O'Neel
edoneel@...
May 24, 2005 1:11 pm
94869
... myCar := Car new. myCar perform: #run ... This looks right actually. For eg. 1 className "answers 'SmallInteger'" You can try reading the books found at...
Yar Hwee Boon
hboon@...
May 24, 2005 1:21 pm
94870
I have a morphic-problem : I created a robot-morph, with two eyes (submorphs) and I need to find the coordinates of the center of my eyes in the playfield (in...
François THIMON
thimof@...
May 24, 2005 2:43 pm
94871
... What Mahamadou tried to achieve is more like this: myClassName := 'Car'. myObject := (Smalltalk at: myClassName asSymbol) new. myObject run However, this...
Hans-Martin Mosner
hmm@...
May 24, 2005 5:00 pm
94872
... Use "myMorph localPointToGlobal: myMorph center" to get the point within the world. Works for other local coordinates as well :-) Cheers, Hans-Martin...
Hans-Martin Mosner
hmm@...
May 24, 2005 5:06 pm
94873
Alexandre, ... I haven't done it by myself, but I think you don't have to change anything, basically. If your code assumes some directory/file name ...
Yoshiki Ohshima
yoshiki@...
May 24, 2005 5:57 pm
94874
Hello all, I've put up a first version of my Squeak-Smalltalk bindings to the D-Bus IPC system at: http://www.ccv.brown.edu/~faken/squeak/DBus-0.1.1.cs This is...
Daniel B. Faken
faken@...
May 24, 2005 6:50 pm
94875
I'm wondering what the current status is of the harvesting process from the standpoint of the harvesters. I'm a little bit bothered by the most recent...
Ken Causey
ken@...
May 24, 2005 9:11 pm
94876
Hi, I was under the impression that WebDAV is the preferred network substrate for Monticello, for the reason that you can connect securely via SSL. However,...
Joshua Gargus
schwa@...
May 24, 2005 9:19 pm
94877
... WebDAV is the preferred way (at least in that it's the way most people seem to use, although FTP also gets a fair amount of use). But not because of SSL -...
Avi Bryant
avi.bryant@...
May 24, 2005 9:29 pm
94878
I've posted a macintosh VM 3.8.8b2. This includes one extra fix since a bug was reported by Stephan Wessels last night: Crash in Tiger if you put a...
John M McIntosh
johnmci@...
May 24, 2005 9:37 pm
94879
... Shouldn't that be http://www.cascv.brown.edu/~faken/squeak/DBus-0.1.1.cs ? -- Jason Rogers "I am crucified with Christ: nevertheless I live; yet not I, but...
Jason Rogers
jacaetevha@...
May 24, 2005 10:01 pm
94880
... Yes; they are equivalent. Also, some people seem have have trouble finding the site with their DNS.. The IP address is: 128.148.20.117 thanks, Daniel Faken...
Daniel B. Faken
faken@...
May 24, 2005 11:25 pm
94881
Just a reminder that the next Harvesting Party will take place between 01:00 (1 AM) and 05:00 (5 AM) GMT Sunday May 29th, 2005. As usual we will meet in...