Re: [Tutor] Object Management

2011-07-27 Thread Steven D'Aprano
Alexander wrote: Hello everyone. I'm having trouble wrapping my mind around a project I'm working on. My goal is to create a program that manages (allows its users to manipulate, search by criteria and edit) objects. There is one type of object, for example I'll say it's a car. This is called

Re: [Tutor] Object Management

2011-07-27 Thread Alexander
On Tue, Jul 26, 2011 at 6:25 PM, Alan Gauld wrote: > Alexander wrote: > >> Hello everyone. I'm having trouble wrapping my mind around a project I'm >> working on. My goal is to create a program that manages (allows its users >> to >> manipulate, search by criteria and edit) objects. There is one t

Re: [Tutor] Object Management

2011-07-27 Thread Alan Gauld
Alexander wrote: Hello everyone. I'm having trouble wrapping my mind around a project I'm working on. My goal is to create a program that manages (allows its users to manipulate, search by criteria and edit) objects. There is one type of object, for example I'll say it's a car. There will be a c

Re: [Tutor] Object Management

2011-07-27 Thread Knacktus
Am 27.07.2011 15:51, schrieb Alexander: Hello everyone. I'm having trouble wrapping my mind around a project I'm working on. My goal is to create a program that manages (allows its users to manipulate, search by criteria and edit) objects. There is one type of object, for example I'll say it's a

Re: [Tutor] Object Management

2011-07-27 Thread James Reynolds
On Wed, Jul 27, 2011 at 9:51 AM, Alexander wrote: > Hello everyone. I'm having trouble wrapping my mind around a project I'm > working on. My goal is to create a program that manages (allows its users to > manipulate, search by criteria and edit) objects. There is one type of > object, for exampl

[Tutor] Object Management

2011-07-27 Thread Alexander
Hello everyone. I'm having trouble wrapping my mind around a project I'm working on. My goal is to create a program that manages (allows its users to manipulate, search by criteria and edit) objects. There is one type of object, for example I'll say it's a car. There will be a central data file co