Columns in PtList widget

Hi all,

I know I should use PtDivider or Pt_ARG_COLUMNS_POS resource but somehow I must
be doing something wrong

If anyone could provide an example that would be really great.

Thanks so far

J. Bremer

In article <20001231101900.29432.00000678@ng-fk1.aol.com>, “JrgBremer”
<jrgbremer@aol.com> wrote:

I know I should use PtDivider or Pt_ARG_COLUMNS_POS resource but somehow
I must be doing something wrong
snip

Actually, this is npot that hard. If you are working inside PhAB, then
buildup
the following tree:

  • PtList
  • PtDivider
    +PtButton (For Column TItle)
    +PtButton (For another Column title)

So the Columns are created by the buttons inside the PtDivider (actually,
you could anything, not just buttons.)
Sorting the columns, as you might expect it, is up to the programmer…


Timo