digitalmars.D.dwt - Snippet38 do not show the header of Table
- changlon (2/2) Jul 14 2009 it use " table.setHeaderVisible (true);" and not show the header of Tab...
- torhu (6/8) Jul 15 2009 Try adding this to dmd's command line:
- Long Chang (1/1) Jul 16 2009 thank you, the work fine with " -L/SUBSYSTEM:windows:4 ".
it use " table.setHeaderVisible (true);" and not show the header of Table. dmd1.043 + tango998 release + dwt.win .
Jul 14 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.
Jul 15 2009
thank you, the work fine with " -L/SUBSYSTEM:windows:4 ".
Jul 16 2009