RE: [Newbies] Should all methods return a value?

2006-05-09 Thread Ron Teitelbaum
: aFireman; yourself. Returns aCollection with an additional fireman in it. Hope that helps! Happy Coding!! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] ___ Beginners mailing list Beginners

RE: [Newbies] Postgress Database connection

2006-05-09 Thread Ron Teitelbaum
.html  so maybe he can help with some pointers? Also I noticed a package on Google (http://www.google.com/search?hl=enq=postgres+squeak) http://www.io.com/~jimm/projects/squeak_postgresql/ but I dont know anything about it. Hope that helps, Ron Teitelbaum President / Principal Software

RE: [Newbies] crossSum, an alternative implementation

2006-05-10 Thread Ron Teitelbaum
Markus, That is beautiful! I started to do something similar but was trying to increase the size of the mod and it was dependent on the number of digits so I had to do a string conversion anyway. You did a very nice job! Ron -Original Message- From: [EMAIL PROTECTED]

[Newbies] FW: how to set the cursor position in TextMorph

2006-05-10 Thread Ron Teitelbaum
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Celal Ziftci Sent: Wednesday, May 10, 2006 10:50 AM To: [EMAIL PROTECTED] Subject: Re: how to set the cursor position in TextMorph Hi Frank, I think I'm getting the meaning of cursor wrong. So basicly

RE: [Newbies] Is there something new coming after Morph?

2006-05-18 Thread Ron Teitelbaum
Ok so I can't count! You know I started with three and kept adding on! :^) Ron -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Ron Teitelbaum Sent: Thursday, May 18, 2006 4:15 PM To: 'A friendly place to get answers to even the most

RE: [Newbies] playfield limit

2006-05-24 Thread Ron Teitelbaum
to let us know what you came up with. I'm interested. Maybe someone else can make some suggestions. For the bottom I recommend you create a blown up ship that displays if you hit the ground! Anyway I had fun!! I hope this helped some, Ron Teitelbaum President / Principal Software Engineer US

RE: [Newbies] Smacc

2006-05-30 Thread Ron Teitelbaum
Hi Math, I believe you are correct not all dependencies have been loaded. Try loading the Refactoring Browser and then try again. Ron -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of mathieu Sent: Tuesday, May 30, 2006 9:58 AM To: A

RE: [Newbies] Login procedure

2006-06-06 Thread Ron Teitelbaum
mistake! Happy coding! Ron From: Ron Teitelbaum Sent: Tuesday, June 06, 2006 9:43 AM Hi Marko, How are things in Finland? I hear it is nice there and there seems to be a bit of a marketing campaign to get Americans to visit. Anyway let's get to your question. There are a number

RE: [Newbies] Chess Object problem

2006-06-07 Thread Ron Teitelbaum
, is it an efficient system, why is there only one group responsible for harvesting, and we need more help doing the harvesting. Still that's my recommendation. Hope that helps and Great question, Happy coding, Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL

RE: [Newbies] What was first: the chicken or the egg?

2006-06-20 Thread Ron Teitelbaum
http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html hth, Ron Teitelbaum From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? Sent: Tuesday, June 20, 2006 7:29 PM To: Beginners@lists.squeakfoundation.org Subject: [Newbies] What was first

RE: [Newbies] Newbieology

2006-07-02 Thread Ron Teitelbaum
of. Keep at it! Happy coding! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] From: John Kershaw Sent: Sunday, July 02, 2006 4:46 AM On 02/07/06, Ron Teitelbaum [EMAIL PROTECTED] wrote: How far did you get writing your own Etoy

RE: [Newbies] API: Control Squaek by Excel

2006-07-03 Thread Ron Teitelbaum
more. Happy coding! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] From: Loew Uwe Sent: Monday, July 03, 2006 5:30 AM Hello community,   Is it possible, to call a method of a Squeak class by another windows programm, e.g. Excel, via an API

RE: [Newbies] Q: Standard Lisps on the Squeak VM?

2006-07-10 Thread Ron Teitelbaum
Hello Stéphane, Can you help to answer David's questions? Thanks for your help! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of David

RE: [Newbies] Changing error message

2006-08-03 Thread Ron Teitelbaum
by zero could destroy the universe']. Since you provided your own handler in the stack before the regular handler could catch it you changed the message. Please feel free to ask questions. Happy coding! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL

RE: [Newbies] error trap

2006-08-09 Thread Ron Teitelbaum
evaluate: [-5 raisedTo: 1.5]. ProtectBlock evaluate: [ 2 raisedToInteger: 1/2]. Hope that helps some, Happy coding! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL

RE: [Newbies] Re: Re: error trap

2006-08-10 Thread Ron Teitelbaum
From: Klaus D. Witzel On Wed, 09 Aug 2006 21:11:40 +0200, Ron Teitelbaum wrote: Brian, Yes I agree it's a great suggestion, although a few changes: Literal blocks to not parse into collections automatically. Ron, please: a literal Array is a subclass of Collection and so the blocks

RE: [Newbies] Re: license

2006-08-15 Thread Ron Teitelbaum
Hi Esteban, Check out wxSqueak which uses wxWidgets. http://www.wxsqueak.org/ You should consider using Glade to build your interface: http://wxglade.sourceforge.net/ You already know about seaside. Hope that helps! Ron Teitelbaum -Original Message- From: [EMAIL PROTECTED

RE: [Newbies] HTTPSocket class - getting to the instance

2006-08-24 Thread Ron Teitelbaum
coding. Ron Teitelbaum From: [EMAIL PROTECTED] Sent: Thursday, August 24, 2006 11:59 AM First, Smalltalk is just amazing!  I am so impressed with what it is possible to do - with practically no knowledge! Second. Due to my lack of knowledge I am now

RE: [Newbies] How to know where a BlockClosure finish

2006-08-25 Thread Ron Teitelbaum
] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Mathieu Sent: Friday, August 25, 2006 8:06 PM To: A friendly place to get answers to even the most basic questions aboutSqueak. Subject: Re: [Newbies] How to know where a BlockClosure finish Ron Teitelbaum a écrit : Hi Math, How about just

RE: [Newbies] yourself

2006-08-31 Thread Ron Teitelbaum
Coding Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Bakki Kudva Sent: Thursday, August 31, 2006 11:36 AM To: A friendly place

[Newbies] RE: [QUIZ] Happy Numbers (#93)

2006-09-01 Thread Ron Teitelbaum
then 296. I didn't spend much time to figure out why, but I guess it's adding the sorting that took so long, and the speed of the dictionary lookup was just fine with hundreds of thousands of objects! Who knew! The class can process 1 million numbers for happiness in 5 mins. Ron Teitelbaum

RE: [Newbies] Andy Burnett is out of the office.

2006-09-02 Thread Ron Teitelbaum
Ih, Cixelsyd eb yam ydna sseug i. Thgir eb thgim ti os emas eht era syad eht hguohtla. Nor From: Mike Pence Sent: Saturday, September 02, 2006 1:59 PM My kind of vacation! On 9/2/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I will be out of the office starting 01/09/2006 and

RE: [Newbies] Andy Burnett is out of the office.

2006-09-02 Thread Ron Teitelbaum
That's funny. I missed that. Ron From: Keith McKay Sent: Saturday, September 02, 2006 7:03 PM For our cousins across the pond... The date format in the UK is DD/MM/. The email address of Andy Burnet is for a UK company. Keith Hamilton, Scotland

RE: [Newbies] Monticello -- where is it?

2006-09-12 Thread Ron Teitelbaum
image, upgrading images, using Monticello configurations, running your own squeaksource image, version numbering, or how to handle conflicts. There is good documentation about these things available on-line but we could talk about those if anyone is interested. Hope that helps, Happy coding Ron

RE: [Newbies] Re: firewall question -- htaccess authentication @proxy-server/firewall

2006-09-14 Thread Ron Teitelbaum
Hi Dave, Can you post a link to what you found? Maybe the link will help others! Ron From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Raymer Sent: Thursday, September 14, 2006 9:49 AM To: Beginners@lists.squeakfoundation.org Subject: [Newbies] Re:

RE: [Newbies] Re: firewall question -- htaccess [EMAIL PROTECTED]/firewall

2006-09-14 Thread Ron Teitelbaum
-- HTTProxyCredentials, (that comma required) [and a comment is always good practice] Everything should work from there. Apologies for not posting this information the first time. -- dave On 9/14/06, Ron Teitelbaum [EMAIL PROTECTED] wrote: Hi Dave, Can you post a link to what you found

RE: [Newbies] How do I embed GIFs in a change-set?

2006-10-04 Thread Ron Teitelbaum
just need to send the message binary to the stream to convert it to a binary stream. If you need a more detailed explanation please let me know. Hope that helps! Ron Teitelbaum From: Ken Dickey Sent: Tuesday, October 03, 2006 11:35 AM Greetings, I have updates a morphic based FreeCell card

[Newbies] [ANN] Squeak Cryptography Certification Validation Officer

2006-10-11 Thread Ron Teitelbaum
are organizing the effort so that we can track, validate and get proper feedback as to our progress. We have no deadline, only a path to follow. Please help me welcome Krishna Sankar, Ron Teitelbaum Squeak Cryptography Team Leader President / Principal Software Engineer US Medical Record Specialists

RE: [Newbies] Question about inheritance

2006-10-13 Thread Ron Teitelbaum
a superclass method on the class or instance that calls it. The self of the method that is called is the instance or class that called it. I hope that helped, if not please say so, Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED

[Newbies] KeyPress On World of Squeak Wonderland (was: Disappointed)

2006-11-08 Thread Ron Teitelbaum
' ifTrue: [helicopter move: #left]. event getMorphicEvent keyString = 'right' ifTrue: [helicopter move: #right]. ] to: #keyPress I hope that helps, welcome to the list and Happy coding, Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL

RE: [Newbies] squeak and the jvm

2006-11-08 Thread Ron Teitelbaum
it but recently released the VM as Open Source. What I would like to see is a Strongtalk VM for Squeak! http://lists.squeakfoundation.org/pipermail/squeak-dev/2006-September/108247 .html Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED

RE: [Newbies] How to squeeze Multiple Inheritance into Squeak ?

2006-11-13 Thread Ron Teitelbaum
more options. Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Gorsuch Sent: Monday, November 13, 2006 3:56 PM To: A friendly place to get answers to even

RE: [Newbies] I've just introduced some 9th graders to Squeak

2007-01-25 Thread Ron Teitelbaum
You might want to look at Scratch too. Scratch is written in Squeak. Although it is not intended to teach programming in Smalltalk or Squeak, it does teach general programming concepts very well. Plus it's really fun! http://weeklysqueak.wordpress.com/2007/01/23/scratching-the-surface/ Ron

RE: [Newbies] virtual chemistry

2007-01-30 Thread Ron Teitelbaum
to the list Chuck, Ron Teitelbaum From: Chuck Smith Sent: Tuesday, January 30, 2007 11:18 AM I would like to create a virtual chemistry set.  Is this possible in squeak? ___ Beginners mailing list Beginners

RE: [Newbies] Loading SSL

2007-02-07 Thread Ron Teitelbaum
We decided to remove the Xtra config. Also remember that you need to load the patch for MonticelloConfigurations before using the config file. http://bugs.impara.de/view.php?id=5217 Let me know if you have any questions. Ron Teitelbaum Squeak Cryptography Team Leader -Original Message

RE: [Newbies] Loading SSL

2007-02-10 Thread Ron Teitelbaum
. For it to work the packages should be loaded in the same order as the config file. http://www.squeaksource.com/Cryptography/Cryptography-Configuration.mcm Hope that helps, Ron Teitelbaum Squeak Cryptography Team Leader -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL

RE: [Newbies] Spaghetti code

2007-02-17 Thread Ron Teitelbaum
complicated. Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists www.usmedrec.com From: Blake Sent: Saturday, February 17, 2007 7:11 PM I'm half thinking-out-loud here and soliciting thoughts on a programming lesson. If this sort of thing bugs

RE: [Newbies] BlockClosurefork problem

2007-02-20 Thread Ron Teitelbaum
timesRepeat: [semaphore critical: [Transcript show: '2']]] fork. [10 timesRepeat: [semaphore critical: [Transcript show: '1']]] fork. Transcript cr. This should make transcript thread safe. Hope that helps, Ron Teitelbaum -Original Message- From: [EMAIL PROTECTED] [mailto:beginners

RE: [Newbies] Re: Alternative for static const...

2007-02-27 Thread Ron Teitelbaum
Greg is right, so you need to either load the class into a new image that doesn't have it, since loading a class executes the class side #initialize method, or you need to execute the method yourself and save the image. Ron From: Greg Trasuk Sent: Tuesday, February 27, 2007 10:30 AM I

[Newbies] Squeak Foundation Elections 2007

2007-03-01 Thread Ron Teitelbaum
for your participation, Ron Teitelbaum Squeak Elections Team Member ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

RE: [Newbies] Re: Alternative for static const...

2007-03-02 Thread Ron Teitelbaum
codeThatMeansSomething ^'16r1F' copy Is better! Ron From: David Mitchell Another alternative is to create a class with a bunch of methods that represent the constants. The methods are simple: codeThatMeansSomething ^'16r1F' The neat thing is that it is dynamic and all the

[Newbies] Squeak Foundation Board 2007 Election Update

2007-03-03 Thread Ron Teitelbaum
, but encourage you to participate once the voting starts. Thank you, Ron Teitelbaum Squeak Elections Team Member ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

RE: [Newbies] array literal - a misunderstanding?

2007-03-04 Thread Ron Teitelbaum
Hi Thomas, The #() syntax is for a regular array but for a literal array you want {} (curly braces) Try this: {1. 2. 1 + 3.} Hope that helps, Ron Teitelbaum From: Thomas Fischer Hello list, I'm starting for a couple of days with smalltalk/squeak - maybe it's not my last post

RE: [Newbies] Where do I put it?

2007-03-05 Thread Ron Teitelbaum
thinking, please don't be afraid to ask. If you like we can continue this conversation offline, either way works for me. Happy Coding, Ron Teitelbaum From: Blake Sent: Monday, March 05, 2007 3:38 AM Just some quick thoughts. In the real world a deck of cards is just

[Newbies] Squeak Foundation Election 2007 polls are still open

2007-03-05 Thread Ron Teitelbaum
ranking the candidates. Your participation is very important to the community. Please VOTE! If you have any questions please feel free to ask your list, the elections team or send me an email. Thank you, Ron Teitelbaum Squeak Elections Team Member

RE: [Newbies] Where do I put it?

2007-03-06 Thread Ron Teitelbaum
Mar 2007 08:20:39 -0800, Ron Teitelbaum [EMAIL PROTECTED] wrote: I just wrote all this off the top of my head and didn't test any of it, and I didn't include all the code you need. I guess I'm just giving you a pattern that will work, but that leaves you plenty to learn on your own

RE: [Newbies] Squeak in commercial projects

2007-03-06 Thread Ron Teitelbaum
it is a very interesting discussion. Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists www.usmedrec.com Squeak Cryptography Team Leader -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Jens Pall Sent: Tuesday

[Newbies] Uploading Patches and Enabling Features in Commercial Systems

2007-03-06 Thread Ron Teitelbaum
at a time starting tomorrow. Does this list help the conversation? Can you add to the list things that you think the system needs to do? Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists Squeak Cryptography Team Leader From: Jens Pall Sent: Tuesday, March 06

[Newbies] The Election Ends TODAY, you have about 12 hours left to vote

2007-03-07 Thread Ron Teitelbaum
. We can resend it to you if you are on the list of squeakPeople with an account certification of at least Apprentice. Thank you again, Please Vote. Ron Teitelbaum [EMAIL PROTECTED] Squeak Elections Team Member ___ Beginners mailing list Beginners

RE: [Newbies] Uploading Patches and Enabling Features in CommercialSystems

2007-03-07 Thread Ron Teitelbaum
of this together. I encourage everyone that is interested in cryptography to join the cryptography team! http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography Comments are encouraged; I really do not like talking to myself. Happy Coding! Ron Teitelbaum President / Principal Software

RE: [Newbies] Uploading Patches and Enabling FeaturesinCommercialSystems

2007-03-07 Thread Ron Teitelbaum
Thanks Emilio. Feel free to ask questions. Happy Coding! Ron From: Emilio Oca Hello all, Nobody updated my list! I guess this could mean two things either my list is perfect, or nobody cares. Please let me know if my comments are not helpful so that I don't spend too much time

RE: [Newbies] Squeak in commercial projects

2007-03-07 Thread Ron Teitelbaum
Hey Bert, This sounds pretty interesting, can you share more about how to mangle names. Does it require a change in the VM to de-mangle? Ron Teitelbaum From: Bert Freudenberg On Mar 7, 2007, at 8:57 , [EMAIL PROTECTED] wrote: Hi! Just a note - decompiling from bytecodes is very

RE: [Newbies] Uploading Patches and Enabling Features in Commercial Systems

2007-03-07 Thread Ron Teitelbaum
to communicate with your doctor it is also sent encrypted with your certificate so that the doctor (and the insurance company) knows they are talking to the real patient. Very good comments! Thank you, Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists

[Newbies] Squeak Foundation Election 2007 Polls close in 6 hours

2007-03-07 Thread Ron Teitelbaum
on SqueakPeople and had a certification of at least Apprentice you can still send me an email requesting a ballot. [EMAIL PROTECTED] Please vote so that your voice will be heard! Thank you, Ron Teitelbaum Squeak Elections Team Member ___ Beginners mailing list

[Newbies] Last chance to vote!

2007-03-07 Thread Ron Teitelbaum
of those that ran for stepping up to help and we look forward to your continued participation in our very unique community. Ron Teitelbaum The Squeak Elections Team ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] Squeak Foundation Board 2007 Election Results

2007-03-07 Thread Ron Teitelbaum
see more details about the election here: http://tinyurl.com/ypm95q Thanks again and congratulations to the new Squeak Foundation Board 2007. Ron Teitelbaum The Squeak Elections Team ___ Beginners mailing list Beginners@lists.squeakfoundation.org

RE: [Newbies] Uploading Patches and Enabling Features in CommercialSystems

2007-03-08 Thread Ron Teitelbaum
of detail so I really want to make sure you actually find it useful. Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists www.usmedrec.com Squeak Cryptography Team Leader From: Ron Teitelbaum Updated List 1) A system must be able to ensure

RE: [Newbies] Re: Squeak - for a different Summer of Code!

2007-03-16 Thread Ron Teitelbaum
http://code.google.com/soc/ Ron -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Serge Stinckwich Sent: Friday, March 16, 2007 4:12 AM To: beginners@lists.squeakfoundation.org Cc: [EMAIL PROTECTED]; squeak- [EMAIL PROTECTED] Subject:

RE: [Newbies] ssl support

2007-03-19 Thread Ron Teitelbaum
and it is working very well. The package can also connect and retrieve contents from other SSL sites. Please let me know if you have any other problems or if you would like to give me more information about the problem you are experiencing. Thanks, Ron Teitelbaum Squeak Cryptography Team Leader From

[Newbies] FW: [Squeakland] SqueakFest '07 - Save the Date!

2007-03-22 Thread Ron Teitelbaum
is for you! Plus this would also be a good chance to learn more about OLPC. Spread the word and save the date: August 1, 2 3 for SqueakFest '07. Ron Teitelbaum Squeak News Team Member _ From: Kim Rose Greetings! Thanks to the continued interest and generosity of Columbia College

RE: [Newbies] A Question of Style

2007-03-30 Thread Ron Teitelbaum
I like the second one; it explains your intention much better. Ron From: Tim Johnson Hi, I know the rules for naming accessor and setter methods. But what do I do when the accessor method needs a parameter? I'll try to provide an example. A vendor sells an item called #apple. If I

RE: [Newbies] regd databases and networking in squeak

2007-04-06 Thread Ron Teitelbaum
. If you are looking for more advanced Database tools then consider using PostgreSQL and Glorp. This is a much more complicated so if you are new to this I'd stick with ODBC until you get your feet wet. Please feel free to ask questions! Happy coding, Ron Teitelbaum President / Principal Software

RE: [Newbies] User interfaces | getting started

2007-05-21 Thread Ron Teitelbaum
of Contact, with your info in it. It's not a console but there is nothing that a console can do that you can not reproduce by adding new methods to your instance. Happy Coding! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists

RE: [Newbies] Some general questions

2007-05-23 Thread Ron Teitelbaum
write goes on the class you create called User on the class side [press the class button]) Happy coding! Ron Teitelbaum From: Darren White Hello Is there a way to use a string as the name for a object? For example if I have the input string 'fred' from

RE: [Newbies] Squeak Tutorial

2007-07-10 Thread Ron Teitelbaum
If this is not the problem please let us know, Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists www.USMedRec.com -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Raoul Zimmermann Sent: Tuesday, July 10, 2007 8:25 AM

RE: [Newbies] delegation vs inheritance

2007-08-04 Thread Ron Teitelbaum
Hello, I have to ask is Grunt your real name? Do you have a real name? Ok so your question is very vague. I'll try to answer, but I'm not sure my answer will be much help. Stack is a specialization of Object Stack has a linked list Stack normally implements linked list as a collection of

RE: [Newbies] RE: delegation vs inheritance

2007-08-04 Thread Ron Teitelbaum
From: Darren from: Ron Teitelbaum Does that help? Ron Thanks Ron, yes that does help but also what would be the thought process (I know you can't read minds) to choose this approach as apposed to specializing StackLink? -Regards Darren I don't understand your question. What

RE: [Newbies] RE: RE: delegation vs inheritance

2007-08-06 Thread Ron Teitelbaum
of creating new classes. Use as many objects as you need but no more! Hope that helps!! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists www.USMedRec.com -Original Message- From: Darren Hi Ron Sorry for the confusion. I'm just using Stack

RE: [Newbies] The #squeak IRC Channel is getting crowded

2007-09-21 Thread Ron Teitelbaum
HEHEHE!! That was pretty funny! Ron -Original Message- From: Blake On Fri, 21 Sep 2007 13:56:44 -0700, Janko Mivšek [EMAIL PROTECTED] wrote: Blake wrote: [EMAIL PROTECTED] wrote: #squeak is getting crowded: Perhaps, but there doesn't seem to be much discussion, at

RE: [Newbies] Re: Semaphore problems

2007-09-29 Thread Ron Teitelbaum
, but I think it’s good to look at these constructs closely, if you are planning to work with threads. Check out SharedQueue for thread safe processing. Also have a look at Mutex for other Semaphore behavior. Good luck! Ron Teitelbaum President / Principal Software Engineer US Medical Record

RE: [Newbies] how do I get Seaside up on my Squeak?

2007-10-11 Thread Ron Teitelbaum
Hi, It's nice that your first post is to help someone else! It's very nice to have you here, welcome!! Ron Teitelbaum From: Prashanth Hebbar Hope this helps. By the way, this was my first posting on this mailing list. Thank you. Cheers, Prashanth

RE: [Newbies] Concrete classes... multiple users

2007-10-26 Thread Ron Teitelbaum
!! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists From: John Almberg One of the cool things, I think, about Smalltalk is that Classes are objects... i.e. concrete factories that can be modified at runtime to produce objects

RE: [Newbies] Concrete classes... multiple users

2007-10-27 Thread Ron Teitelbaum
, I guess! -- John On Oct 26, 2007, at 10:48 PM, Ron Teitelbaum wrote: Hi John, I read your question, but had some trouble trying to understand what you did or why you are having trouble now that you have to connect to multiple databases. You say that you have only one Item

RE: [Newbies] Smalltalk Javascript

2007-11-04 Thread Ron Teitelbaum
on a widget in Squeak you might have to write the conversation yourself. Oh and I found this, but I've never used it so your mileage may vary. http://www.squeaksource.com/ST2JS.html Happy Coding! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists www.USMedRec.com

RE: [Newbies] Ordered Set?

2007-11-04 Thread Ron Teitelbaum
for uniqueness before adding). Otherwise just use OrderedCollection and manage order and uniqueness manually. The class has all the methods you need to do so. Happy Coding! Ron Teitelbaum -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of itsme213 Sent

[Newbies] Give One. Get One. Now!!

2007-11-12 Thread Ron Teitelbaum
/give-one-get-one-now/ Or go directly to: http://www.laptopgiving.org/en/index.php Check out a cool review: http://news.squeak.org/2007/10/05/pretty-cool-nytimes-olpc-review/ Thanks, Ron Teitelbaum ___ Beginners mailing list Beginners

[Newbies] Reminder - Check your Squeak People Email or Sign up to vote

2008-01-16 Thread Ron Teitelbaum
. We have not set the voting schedule. Please stay informed, get involved in the upcoming election and remember to please vote. Also I'd like to express our thanks to Ken Causey for helping us get the tools we needed to better run the election this year. Thanks Ken! Happy Squeaking, Ron

RE: [Newbies] Overriding methods

2008-01-20 Thread Ron Teitelbaum
. Happy Squeaking! Ron Teitelbaum President / Principal Software Engineer US Medical Record Specialists -Original Message- From: Blake Hey, all: I figure this is a beginner question. I get a big warning when I override certain methods. (Class methods

Squeak Board Member Responsibilities (was: [Newbies] Squeak Foundation Election 2008 coming up!)

2008-02-05 Thread Ron Teitelbaum
get certified and VOTE!! If you are planning to run for the board please announce your candidacy to squeak-dev by Feb 22, 2008. If you need to have your password changed on squeak people email: [EMAIL PROTECTED] . Happy Squeaking! Ron Teitelbaum Squeak Elections Team Member -Original

RE: [Newbies] How to empty a collection?

2008-02-18 Thread Ron Teitelbaum
that would significantly improve your performance. Ron Teitelbaum From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcin Tustin Sent: Monday, February 18, 2008 8:43 PM To: A friendly place to get answers to even the most basic questions

RE: [Newbies] Re: [Webteam] Suggestion for Squeak Website

2008-02-28 Thread Ron Teitelbaum
I responded to her but did it off list. (Didn't hear back) Ron -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Brad Fuller Sent: Thursday, February 28, 2008 9:20 PM To: Costello, Barbara A (Barbara); [EMAIL PROTECTED];

RE: [Newbies] Re: [Webteam] Suggestion for Squeak Website

2008-02-28 Thread Ron Teitelbaum
Wait I take that back I did hear back from her. This is what she wrote: THANK YOU THANK YOUTHANK YOU! YOUR A LIFE SAVER. -Original Message- From: [EMAIL PROTECTED] [mailto:beginners- [EMAIL PROTECTED] On Behalf Of Brad Fuller Sent: Thursday, February 28, 2008 9:20 PM

[Newbies] FW: [Webteam] Suggestion for Squeak Website

2008-02-28 Thread Ron Teitelbaum
Here's what I sent. Ron From: Ron Teitelbaum [mailto:[EMAIL PROTECTED] You are quite welcome! Have fun!! Ron From: (Barbara) THANK YOU THANK YOUTHANK YOU!   YOUR A LIFE SAVER

RE: [Newbies] [ANN] Learn Morphic and have fun

2008-04-25 Thread Ron Teitelbaum
Hi Edgar, I'm sure I'm not the only one that noticed that you did quite well in the election. A hand full more votes and you would have been in. Good luck with your project. Ron -Original Message- From: Edgar J. De Cleene Folks: As I said in my failed campaign for have a place

RE: [Newbies] SSH server in Squeak

2008-05-08 Thread Ron Teitelbaum
anyway, and let us know how it works for you. Thanks, Ron Teitelbaum Squeak Cryptography Team Leader _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aditya Siram Sent: Thursday, May 08, 2008 12:24 PM To: beginners@lists.squeakfoundation.org Subject: [Newbies] SSH

RE: [Newbies] Best place to ask Smalltalk questions?

2008-08-07 Thread Ron Teitelbaum
changing your running image, although your image needs to know when the file changes so that it can refresh your instances. Hope that helps, Ron Teitelbaum ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] Obama -- The Judas Goat

2009-01-25 Thread Ron Teitelbaum
Obama -- The Judas Goat 1/25/2009 By David Duke Judas Goat\ A goat that leads other goats or sheep to slaughter. Also, one who entices into danger and betrays others. The name is an allusion to Judas Iscariot, who betrayed Jesus for 30 pieces of slaughter. (From Merriam Webster’s Dictionary)

RE: [Newbies] Obama -- The Judas Goat

2009-01-25 Thread Ron Teitelbaum
for beginners@lists.squeakfoundation.org; Sun, 25 Jan 2009 16:58:53 + From: Ron Teitelbaum r...@usmedrec.com To: beginners@lists.squeakfoundation.org Content-Type: text/plain; charset=US-ASCII Date: Sun, 25 Jan 2009 17:58:53 +0100 X-Priority: 3 Message-Id: 20090125165853.ilsr28583.cdptpa

RE: [Newbies] Returned values

2011-02-28 Thread Ron Teitelbaum
way? In many cases you need to access the class variable to get information that is relevant to all the class instances, or to get a single class instance (MyObject class myDefaultInstnace) from another class so class variable accessors are required. Ron Teitelbaum From

RE: [Newbies] Re: You said you'd get back to me

2011-06-01 Thread Ron Teitelbaum
. There is no solution between people without finding common ground. Find the common ground and work together or don't. The rest is a waste of your time and talent. Respectfully submitted, Ron Teitelbaum -Original Message- From: beginners-boun...@lists.squeakfoundation.org

RE: [Newbies] I don't get it

2011-06-21 Thread Ron Teitelbaum
the best, Ron Teitelbaum Immersive Collaboration Expert 3d Immersive Collaboration Consulting r...@3dicc.com Follow me on Twitter http://twitter.com/RonTeitelbaum twitter.com/RonTeitelbaum http://www.3dicc.com/ www.3dicc.com From: beginners-boun...@lists.squeakfoundation.org

RE: [Newbies] Anyone knows why Sophie was migrated from Squeak/Smalltalk to Java?

2011-06-22 Thread Ron Teitelbaum
Hi David, Couldn’t find john’s comment. Any pointers? I like this comment: “You'd probably have an easier time finding skilled Amiga users than skilled smalltalk developers.” That’s pretty funny. Ron From: beginners-boun...@lists.squeakfoundation.org

RE: [Newbies] Testing = and == in workspace

2012-01-06 Thread Ron Teitelbaum
Hi Ben, Have a look at the method for yourself. Check out the method = on the instance side of String. It should be pretty obvious when you get to the actual string comparison. All the best, Ron Teitelbaum -Original Message- From: beginners-boun...@lists.squeakfoundation.org

RE: [Newbies] classes and code snippets to download a web page

2013-05-24 Thread Ron Teitelbaum
this? Hi Joe, Have a look at WebClient httpGet: 'http://yourAddress.com/yourLinkToDownload' It handles everything you need. All the best, Ron Teitelbaum Head Of Engineering 3d Immersive Collaboration Consulting r...@3dicc.com Follow Me On Twitter: @RonTeitelbaum https

RE: [Newbies] Pool Variables

2013-07-01 Thread Ron Teitelbaum
Hi John, You might want to parse a configuration file but you are not sure where it is used. You could share these values using pool variables. It actually is useful but you can certainly accomplish this may other ways. All the best, Ron Teitelbaum -Original Message- From

RE: [Newbies] Re: Read a filestream (named pipe) with a timeout

2014-01-13 Thread Ron Teitelbaum
with this approach? Thanks, Dave On Thu, Jan 9, 2014 at 9:16 PM, Ron Teitelbaum [via Smalltalk] [hidden email] wrote:    Hi Dave,    See #dataAvailable ??and #recieveAvailableData.    It's never good to call for data if you don't know you have any. ??Better to   Â

RE: [Newbies] List still active?

2014-04-05 Thread Ron Teitelbaum
Yes the list is active. Ron Teitelbaum From: beginners-boun...@lists.squeakfoundation.org [mailto:beginners-boun...@lists.squeakfoundation.org] On Behalf Of Ben Coman Sent: Saturday, April 05, 2014 12:52 PM To: A friendly place to get answers to even the most basic questions about Squeak

RE: [Newbies] debugging over loops

2014-05-30 Thread Ron Teitelbaum
. It will highlight the code at its execution point. You can also just select the stack method again to do the same thing. Tally well is supposed to Tally selected code. Ignore Tally. If you want to tally something do it outside a debugger. Hope that helps! All the best, Ron Teitelbaum Head

RE: [Newbies] status of the 'mvc' environment?

2014-09-06 Thread Ron Teitelbaum
hirzel, thanks for the note. btw, what do you mean by _late_ andreas raab? has he passed away or something? hope that's not true. Very sad. Yes it is true he passed away early last year. http://en.wikipedia.org/wiki/Andreas_Raab Ron i will be going for an earlier version, thanks

RE: [Newbies] hi

2014-10-30 Thread Ron Teitelbaum
Hi Hans, |x| x := 100. |x| defines a temp x. | x y | defines both x and y as temps. The assignment operator is := If you use = or == you are asking for a comparison of x and 100. All the best, Ron Teitelbaum -Original Message- From: beginners-boun...@lists.squeakfoundation.org

  1   2   >