Community
Participate
Working Groups
Steps to reproduce: 1. Start SWT-Test-Client (It works in swing) 2. Switch to StandardView. The company node should be activated and the table data visible. 3. Notice the status line on the bottom of the table. It possible is empty (and too big) 4. Select a row and the status line is filled correctly. Expected result: Status-Line should initially contain the number of objects as in swing. How to fix it: Problem is, that the status is updated before the table is updated which leads to a disposal of ISwtTableStatus in SwtScoutTableField.setTableFromScout after the status is updated. So one solution could be to update the status after setting the table in AbstractTableField.setTableInternal
fixed on 2.5.2011, #101539
shipped with eclipse scout 3.7.0