Slava Pestov wrote:

> This is how packs work; they only fill along the axis perpendicular to
> their orientation.
> 
> Perhaps you want to pass the scroller to open-window directly.

Ah, OK.

Indeed, this works fine:

   <editor>
     "sequences" words [ name>> ] map "\n" join   over set-editor-string
   <scroller>

   "test" open-window

Trouble is, I need to put multiple scrollers in a "pile" like 
arrangement. Tracks seem to do the trick. For example, this works fine:

{ 0 1 } <track>

   <editor>
     "sequences" words [ name>> ] map "\n" join   over set-editor-string
   <scroller> 1/2 track-add

   <editor>
     "arrays" words [ name>> ] map "\n" join   over set-editor-string
   <scroller> 1/2 track-add

"test" open-window

Ed

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to