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

[REBOL] Re: [view][list] Field faces within a list

From: antonr::lexicon::net at: 29-Sep-2004 22:09

Hi Louis, It looks like you found the good reason. :) That's exactly it; edit-text can't handle it, and if you investigate, you find that a solution isn't so obvious. There is a way to fake it perfectly, though, by positioning a field right over the top of the iterated face when it is clicked on. I think Allen Kamp was first to show how this was done in a Rebol Zine issue 3 long ago: google://rebol+zine+iterated+fields -> http://www.rebolforces.com/zine/ I would love to figure out a way to support iterated fields and other editable styles, but I think that would need a bit of a low-level redesign - anyway, if you read the article, you will get a solution that works now. Anton.