Re: [BangPypers] design discussion.

2009-07-16 Thread Navin Kabra
On Thu, Jul 16, 2009 at 1:10 PM, Madhubala wrote: > Posted earlier with wrong description in the subject - sorry. > Hi, > > I would like to put one design for discussion and would like to get > appropriate solution after discussions. The details are below. > > There are  three dictionaries like > g

Re: [BangPypers] design discussion.

2009-07-16 Thread Ramkumar R
> The requirement here is to display all these objects sorted by name and show > different colors for good/bad/unknown Do you realize that dictionaries or hashtables don't have the concept of ordering? Therefore, you'll have to parse through the hashtable once, sorting the keys like a list and the

Re: [BangPypers] design discussion.

2009-07-16 Thread Gora Mohanty
On Thu, 16 Jul 2009 13:10:42 +0530 "Madhubala" wrote: > Posted earlier with wrong description in the subject - sorry. > Hi, > > I would like to put one design for discussion and would like to > get appropriate solution after discussions. The details are below. > > There are three dictionaries

Re: [BangPypers] calling instance of the other class.

2009-07-16 Thread Madhubala
Hi, I would like to put one design for discussion and would like to get appropriate solution after discussions. The details are below. There are three dictionaries like goodObjects{name:object} # object can be any data type which cannot/need not hold its type as good etc. badO

[BangPypers] design discussion.

2009-07-16 Thread Madhubala
Posted earlier with wrong description in the subject - sorry. Hi, I would like to put one design for discussion and would like to get appropriate solution after discussions. The details are below. There are three dictionaries like goodObjects{name:object} # object can be any data type which