Alaska Software Inc. - XbpBrowse without column separator.
Username: Password:
AuthorTopic: XbpBrowse without column separator.
Itai Ben-ArtziXbpBrowse without column separator.
on Tue, 13 Apr 2021 01:01:20 -0700
Hi,
Is there a way to create XbpBrowse without column separator and
without ownerdraw? How?
I've tried
{XBP_PP_COL_DA_CELLFRAMELAYOUT, XBPLINE_NONE}
{XBP_PP_COL_DA_COLSEPARATOR, XBPLINE_NONE}
{XBPCOL_DA_COLSEPARATOR, XBPLINE_NONE}
And a few others, but column separators are always there.

Many thanks,
-Itai
Regan CawkwellRe: XbpBrowse without column separator.
on Tue, 13 Apr 2021 10:43:14 +0100
On 13/04/2021 09:01, Itai Ben-Artzi wrote:
> Hi,
> Is there a way to create XbpBrowse without column separator and
> without ownerdraw? How?
> I've tried
> {XBP_PP_COL_DA_CELLFRAMELAYOUT, XBPLINE_NONE}
> {XBP_PP_COL_DA_COLSEPARATOR, XBPLINE_NONE}
> {XBPCOL_DA_COLSEPARATOR, XBPLINE_NONE}
> And a few others, but column separators are always there.
> 
> Many thanks,
> -Itai
> 

We use:

    aadd(aBrowPres,{ XBP_PP_COL_DA_ROWSEPARATOR       , XBPCOL_SEP_NONE                })
    aadd(aBrowPres,{ XBP_PP_COL_DA_COLSEPARATOR       , XBPCOL_SEP_NONE                })


Regan
Rba