[Newbies] perform withArguments

2012-04-23 Thread OrgmiGeek
Hi, I've read the sparse documentation on 'dynamic message' calls and I've experimented a lot and still cannot figure out how to do something that should be simple: I want to build a message like this: cellObject cellLock: aBoolean where cellObject is to look like: cell1,

[Newbies] Re: SqueakMap catalog Help

2012-04-23 Thread OrgmiGeek
:D Thanks It worked :D thanks so much again :D On Mon, Apr 23, 2012 at 8:31 PM, John McKeon [via Smalltalk] ml-node+s1294792n4580985...@n4.nabble.com wrote: On Windows (I don't know the key combination on other platforms) I right-click the pane showing the packages and unckeck the checked

[Newbies] perform withArguments

2012-04-23 Thread Louis LaBrunda
Hi, For your example: cellObject cellLock: aBoolean where cellObject is to look like: cell1, cell2, cell3 ..., or cell9 I don't think you want or need to use #perform:. You use #perform: when you want to construct the message name and sent the constructed message name to an object.

Re: [Newbies] comparing to an exact class storing class association relationships

2012-04-23 Thread Ben Coman
Randal L. Schwartz wrote: "Ben" == Ben Coman b...@openinworld.com writes: Ben doh! smacks-head funny how it works itself out when you step away for a Ben while - this works fine... Ben B class

Re: [Newbies] Squeak on a BeagleBone

2012-04-23 Thread Bert Freudenberg
On 21.04.2012, at 13:25, David Graham wrote: On 4/21/12 2:16 PM, Bert Freudenberg wrote: On 20.04.2012, at 22:14, David Graham wrote: It took me almost 20 years, but I finally thought of something interesting to put on the Internet. ;) I've been experimenting with a BeagleBone

Re: [Newbies] perform withArguments

2012-04-23 Thread Bert Freudenberg
Ah that's curious - your reply did not have a Re: and was not threaded with the original message. Would have saved me to write a message very similar to yours ;) - Bert - On 23.04.2012, at 10:44, Louis LaBrunda wrote: Hi, For your example: cellObject cellLock: aBoolean where