Table.setHeaderVisible(true)does not work

Frank Benoit keinfarbton at googlemail.com
Tue Sep 16 06:51:08 PDT 2008


Olli Aalto schrieb:
> Frank Benoit wrote:
>>
>> Then it is probably about your environment...
>>
>> Which version of tango? Release or Svn (rev?) ?
> 0.99.7
>> Which DMD version?
> 1.033
>> This is WinXp 32 Bit ?
> yes
>> You used -version=TANGOSVN ?
> AFAIK, no.
>> You used the DWT sources directly or as a static lib?
> What DSSS provides. Static lib?
> 
> O.

Does the snippet
dwt-samples/snippets/table/Snippet38.d
which has also table headers work for you?

Did you have the subsystem specified in your dsss.conf with one of:
    buildflags+= -L/SUBSYSTEM:windows:5
    buildflags+= -L/SUBSYSTEM:console:5

Did you link the dwt.res file?
    buildflags+= -L/rc:..\dwt


More information about the Digitalmars-d-dwt mailing list