skyalcon 發表於 2026-1-21 19:17

Actually, looking at the code more carefully:


[*]ach tab has its own panel, but they all use the same _table and _tableModel
[*]When you switch tabs, refreshTable() is called with the new tab's filter
[*]This should work... let me check if the issue is in the filtering logic
Actually I think the problem is different - the issue might be that when a new record comes in:
[*]addRecord(record) is called
[*]_displayedRecords.add(record) adds it
[*]refreshTable() is called with _currentTabIndex
[*]But _currentTabIndex is always 0 when you first open the window!
Wait, that's not right either. The tab index should be correct.Let me think about this differently. The user says only "密語" shows records. That mea
頁: [1]
查看完整版本: Actually, looking at the code more carefully: