Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: picked items in text-list

From: greggirwin:mindspring at: 13-Dec-2001 11:53

Hi Jean, << The text-list widgets keep track of clicked items by content and not by position. It means that if several items have the same text, clicking on one results in all of them being selected. This is unfortunate! Is there a workaround to this? >> AFAIK you would have to build your own list control, based on text-list, with the behavior you want. --Gregg