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

[REBOL] Ally list having problems ???

From: mdb::gci::net at: 16-Oct-2000 12:12

Looks like Ally list is having problems... ======================================================
>>REBOL Alliance Members Only >>Sorry. You attempted to send email to the REBOL >>Alliance members conference list, but your name >>was not found in the Alliance directory. >>If you know that you are part of the Alliance, >>please check that your email address is identical >>to that which you provided to us earlier. If your >>email address has recently changed, please contact >>[feedback--rebol--com] >>-SELMA
========================================================= (REPOSTING QUESTION TO REBOL list) Hello, The following code works as expected:
>> l1: layout [style long-btn button 200x20
[ long-btn "Long Button Text" [choose ["Long Choice Text1" "Long Choice Text2" "Long Choice Te xt3" ] none] [ ]
>> view l1
However the choice options didn't display correctly. I tried adding the style refinement to choose but i got the following error message?
>> l1: layout [style long-btn button 200x20
[ long-btn "Long Button Text" [choose/style ["Long Choice Text1" Long Choice Text2 "Long Cho ice Text3" ] none long-btn] [ ]
>> view l1
** Script Error: long-btn has no value. ** Where: choose/style ["Long Choice Text1" "Long Choice Text2" "Long Choice Text3"] none long-bt n
>> What is choose expecting? Help says it's an object?
Thanks in advance. Mike.