RE: w32engin
Tyler Southwick wrote:
> >
> > pCol = struc("LV_COLUMN")
> >
> > put(pCol, "mask", OR({LVCF_TEXT,LVCF_WIDTH}))
> > put(pCol, "cx", 100)
> >
> > put(pCol, "pszText", "test")
> >
> >
> i changed the above:
> put(pCol, "pszText", "test")
> to:
> put(pCol, "pszText", sz("test"))
> but the text is displayed as a couple of lines. how do i change it?
> -tyler
Tyler:
I assume that you are setting the coulmn header.
I don't think it is a problem with the w32engine.
Be sure that you are allowing enough width, the
width in cx is given in PIXELS. You could try using
fmt and setting the text to left justify. It is
hard for me to help you with out seeing a complete
code listing.
Bernie
|
Not Categorized, Please Help
|
|