Thread overview
Snippet38 do not show the header of Table
Jul 15, 2009
changlon
Jul 16, 2009
torhu
Jul 16, 2009
Long Chang
July 15, 2009
it use " table.setHeaderVisible (true);" and  not show the header of Table.

dmd1.043 + tango998 release + dwt.win .
July 16, 2009
On 15.07.2009 07:15, changlon wrote:
> it use " table.setHeaderVisible (true);" and  not show the header of Table.
>
> dmd1.043 + tango998 release + dwt.win .

Try adding this to dmd's command line:

-L/subsystem:console:4

or

-L/subsystem:windows:4

bud or rebuilds -gui switch will also work.
July 16, 2009
thank you, the work fine with " -L/SUBSYSTEM:windows:4 ".