On 06 Oct 2002, dpaun@rogers.com wrote:
Another rounds of cleanups
ChangeLog -- Cleanup of the way we maintain/lookup the item count -- Rename GetItemWidth to CalculateMaxWidth -- Misc trivial changes.
It looks like this one breaks Xnews again. With CVS+L0+L1+L2+my patch, the listviews all display as blank. A later patch adds a missing line "infoPtr->nItemCount = nItems;" in LISTVIEW_SetItemCount. This fixes the display problem, but I am still unable to open any newsgroups. Highlighting one and hitting Enter gives me an error from the app "List index (-1) out of bounds," suggesting that it doesn't know that anything is focused/selected.
L0 and L1 appear to be fine, but L2-L8 all have this behavior.
On October 7, 2002 11:13 am, Paul Rupe wrote:
Highlighting one and hitting Enter gives me an error from the app "List index (-1) out of bounds," suggesting that it doesn't know that anything is focused/selected.
I know, the rectangle handling are getting a well deserved, and much required cleanup. Patch is in the works.