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
> 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
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
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
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