Re: sec : U Re: De-sensitizing individual list elements [message #32871] |
Sun, 17 November 2002 16:49  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Andrew Cool (andrew.cool@dsto.defence.gov.au) writes:
> Anyone ever had any luck de-sensitizing individual elements of a list
> widget? Or changing their color?
I agree with Andrew, I think this is hopeless.
We need someone to write us a "list editor" for
this kind of thing. As you select items they are
transferred to the "selected" side in another list.
You can move items back and forth, delete items, add
items, etc.
Do we have a volunteer? I can't guarantee riches,
but fame is certain.
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: sec : U Re: De-sensitizing individual list elements [message #33049 is a reply to message #32871] |
Mon, 25 November 2002 14:43  |
JD Smith
Messages: 850 Registered: December 1999
|
Senior Member |
|
|
On Sun, 17 Nov 2002 17:49:22 -0700, David Fanning wrote:
> Andrew Cool (andrew.cool@dsto.defence.gov.au) writes:
>
>> Anyone ever had any luck de-sensitizing individual elements of a list
>> widget? Or changing their color?
>
> I agree with Andrew, I think this is hopeless.
>
> We need someone to write us a "list editor" for this kind of thing. As
> you select items they are transferred to the "selected" side in another
> list. You can move items back and forth, delete items, add items, etc.
>
> Do we have a volunteer? I can't guarantee riches, but fame is certain.
>
>
I really just wanted some way to indicate that certain items in a list
were "disabled". Graying them out would be great. This doesn't seem to
be an option. About all I can do is select them or deselect them. What I
ended up with works OK. I replace all spaces in the list text for that
item with "-". This is a reasonable visual cue.
And the program does indeed allow you to sort, delete, rename, etc. the
list items. In my experience, if you just wait David out a day or two,
he'll be unable to restrain himself and will write it himself.
JD
|
|
|