TableColumn DWT.LEFT causes seg fault

Frank Benoit keinfarbton at googlemail.com
Tue Mar 25 04:18:23 PDT 2008


Barry Denton schrieb:
> for (int i=0; i<5; i++) {
>                 TableColumn column = new TableColumn (table, DWT.NONE);/
>                             /NONE,LEFT,RIGHT.CENTER,LEAD.TRAIL
>                 column.setText (titles [i]); }
> 
> If you use anything but NONE it causes a seg fault
> Docs say LEFT RIGHT CENTER
> Addressbook uses NONE which works
> DWT.d says LEAD and TRAIL also 

Ooops, you encountered the crash-at-tytowers-machine feature.


More information about the Digitalmars-d-dwt mailing list