[futurebasic] Re: [FB] Multi-col List Manager list

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2002 : Group Archive : Group : All Groups

From: Staz <staz@...>
Date: Tue, 25 Jun 2002 09:33:12 -0500
> Anyone got an example of a _simple_ multi-column List Manager list?
> Only single col on CD.
> 
> TIA
> Bernie
> 

1 make a list
2 double-click it with the selection arrow and click 'columns'
3 click it with the text tool
4 in the dialog, make the first element the number of pixels in each column

   20,30  

    ...means 20 pixels for the first col, 30 pixels for the second col, and
the rest of the list is used for the third col. [don't forget: use pixels
positions for one col less than what you need. the last col is automatically
the rest of the list.]

5 fill in some data for the rows.

  1,2,3
  a,b,c

When you click the save button, you'll see the list.

TTR [Things To Remember] when revising the list, don't mess with the first
element. that is always your column widths. your data starts at the second
element.

-STAZ  ~)~