www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Snippet38 do not show the header of Table

reply changlon <changlong gmail.com> writes:
it use " table.setHeaderVisible (true);" and  not show the header of Table.

dmd1.043 + tango998 release + dwt.win .
Jul 14 2009
parent reply torhu <no spam.invalid> writes:
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.
Jul 15 2009
parent Long Chang <changlon gmail.com> writes:
thank you, the work fine with " -L/SUBSYSTEM:windows:4 ".
Jul 16 2009