Re: Disappearing list entries
Riccardo Mottola <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, James Carthew wrote: > I'm trying to populate this table properly, and I am initially seeing > all the entries appear, then the display refreshes and everything > disappears except the top entry. Any idea why? do you use Cells or Views in the table? It could be an issue with your data source. Or an issue of SystemPreferences Try to make a small test program with a minimal window-view setup, reduce to the minimum and make a static data source first. Riccardo