digitalmars.D.dwt - Snippet38 do not show the header of Table
- changlon <changlong gmail.com> Jul 14 2009
- torhu <no spam.invalid> Jul 15 2009
- Long Chang <changlon gmail.com> Jul 16 2009
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
--00163630f5c9263365046ed3170b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit thank you, the work fine with " -L/SUBSYSTEM:windows:4 ". --00163630f5c9263365046ed3170b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit thank you, the work fine with " -L/SUBSYSTEM:windows:4 ".<br> --00163630f5c9263365046ed3170b--
Jul 16 2009








Long Chang <changlon gmail.com>