|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - Fixes needed for dwt.DWT
DWT.RIGHT and DWT.CENTER still cause segmentation faults when used. Also there is something wrong with selection of TableItems if You use DWT.FULL_SELECTION then the full line of a table is selected When you don't use it only the first cell should be selected. This doesn't happen Extract from SWTdocs ........ Advanced SWT Widgets 1, 2........Tutorial3 Page 3 "The last example implements the FULL_SELECTION style, which means that when you select a table item, the entire item is highlighted instead of just the first field. " Apr 27 2008
Tower Ty Wrote:DWT.RIGHT and DWT.CENTER still cause segmentation faults when used. Also there is something wrong with selection of TableItems if You use DWT.FULL_SELECTION then the full line of a table is selected When you don't use it only the first cell should be selected. This doesn't happen Extract from SWTdocs ........ Advanced SWT Widgets 1, 2........Tutorial3 Page 3 "The last example implements the FULL_SELECTION style, which means that when you select a table item, the entire item is highlighted instead of just the first field. " Apr 28 2008
|