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

[ALLY] text-list item duplication ...

 [1/4] from: petr::krenzelok::trz::cz at: 11-Oct-2000 16:07


Hi, just try following short code: view layout [text-list "1" "2" "1" "3" "4" "1"] and click on any line containing "1". It also doesn't seem to update scroller ... So, how can we add to the list by the form button keypress? emails: text-list 200x80 button "Add" [insert tail emails/data to-string random 10 show emails] seems to do the job, I just need scroller updated and to solve duplicated items display ... anyone? Thanks, -pekr-

 [2/4] from: al:bri:xtra at: 11-Oct-2000 19:30


pekr wrote:
> just try following short code: > > view layout [text-list "1" "2" "1" "3" "4" "1"] > > and click on any line containing "1".
Interesting behaviour! Be sure to send it in to [feedback--rebol--com]!
> It also doesn't seem to update scroller...
I didn't seem to get that problem on my machine, Windows 98. But I can make it do it if the list is long enough using the code below.
> So, how can we add to the list by the form button keypress? > > emails: text-list 200x80 > button "Add" [insert tail emails/data to-string random 10 show emails] > > seems to do the job, I just need scroller updated and to solve duplicated
items display... Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/

 [3/4] from: carl:pacific at: 12-Oct-2000 10:03


Yes, I'm running into the same problems. To be fixed on next experimental. -Carl At 10/11/00 07:30 PM -0800, you wrote:

 [4/4] from: bo:rebol at: 12-Oct-2000 17:12


This problem has already been submitted and noted. Just so you don't feel like you have to submit it again ;-) -Bo On 11-Oct-2000/19:30:08-8:00, [Al--Bri--xtra--co--nz] wrote:
>pekr wrote: >> just try following short code:
<<quoted lines omitted: 17>>
>http://members.nbci.com/AndrewMartin/ >-><-
-- Bohdan "Bo" Lechnowsky REBOL Adventure Guide REBOL Technologies 707-467-8000 (http://www.rebol.com) The Official Source for REBOL Books (http://www.REBOLpress.com)

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted