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

[REBOL] Re: view/list: altering layout possible?

From: brett:codeconscious at: 9-Apr-2002 20:24

Hi Robert,
> Hi, I have the following problem and don't know what's the best way to
solve it:
> - I use a list that has three columns all of type text. > - There are some actions attached to the text faces. > > Now I want to insert some rows into my list that use a different row
layout. An
> image and a text. The problem is that the list style takes one 'layout
block and
> this one can either be for the text rows or the image row. What know? > > I see the following possibilities (disadvantages marked with -, advantages > marked with +)
Another option - no claim to be the best solution... Option 4. A "calculated pane" - like LIST utilises. Maybe you can even use the code of the LIST style as a basis for your solution. +/- Similar to LIST. + LIST provides you most of the code (esp. if your images are fixed height) - You have to think at a lower level than VID (but you are doing that anyway). Have a look at "Calculated panes" section of "View Notes" found in "Docs" of rebsite "Code. C." (In REBOL/View Click GOTO and enter http://www.codeconscious.com/index.r for the "Code. C." rebsite.) Regards, Brett.