On Oct 1, 2006, at 8:11 PM, Claude Stone wrote:
re: RB2006r3, XP Pro
What can cause some cells of a listbox column to not display
data?? The data has been entered in the column cells as it can be
read and displayed with variables assigned for debugging purposes.
What am I missing??
A better description of what you are actually doing would help narrow
it down, for one. ;)
Do you have a column count of over 64?
A REALbasic listbox can have up to 256 columns of data but can only
display the first 64 (Columns 0 to 63). The rest always remain
hidden. You could work around this by using up to 4 different
listboxes for blocks of 64 columns. These of course, wouldn't be
smoothly scrolled through.
Terry
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>