Re: [Newbies] A question of Squeak

2007-10-27 Thread karl
David Corking wrote: On 10/23/07, luisalejan1308 wrote: Hello If you remember I talked to you about the extension Frm, Frm is the necessary extent to pass one imagen to squeak and only I found the extention of PNG, so that process is wrong. I want that a robot looks like image that I

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

2007-10-27 Thread John Almberg
Hi Ron, In a nutshell, I have an application that needs to read Items from a database. I recently discovered that in Smalltalk classes are real objects. This struck me as cool, so when I was deciding how to instantiate these Items, I thought, hey I'll use the class object as a factory

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

2007-10-27 Thread Ron Teitelbaum
Hi John, Good luck with your project. By the way if you haven't already heard about it you might want to look at Glorp. Glorp is an object to RDBMS mapping system for Smalltalk (written in VW but ported to Squeak). It is possible that it is more complicated then you need but you may find that