WinBlitz3D events stop working
Blitz3D Forums/Blitz3D Programming/WinBlitz3D events stop working
| ||
I have a listview with about 700 entries. Filling the listview takes several sekonds, sorting is even worse. But that's not the issue itself. While it's sorting and you are trying to select some item from it the same time, the events of WB3D stop working. Resizing the window, typing in a textarea or selecting items in listview don't generate events anymore? :S Has anybody else had such a problem? |
| ||
no |
| ||
Im not familiar with WinBlitz3D, but have some knowledge with standard windows controls and so I ask you this, is it a ListBox or a ListView control you are using? Because ListBox control in windows is slow and will fail under 700 items and so you should be using ListView. But if you are already then it might be a issue with WinBlitz3D. |
| ||
It's a listview!![]() it's wierd because it won't give me any events after that situation at all, not just the listview's own events. |
| ||
lol |