Max number of columns in a datagrid?
dunbarxx
dunbarx at aol.com
Tue Nov 20 22:36:54 EST 2018
Hi.
Never thought about this. But I made a DG, and put this into a button:
on mouseup
repeat 300
put random(9999) & tab after temp
end repeat
set the dgText of grp 1 to temp
end mouseup
No problem. With a horizontal scrollbar, I can zoom to each side of the DG.
But If I try to change the count to more than 300, the DG loses its hScroll,
and it seems that many separate numbers appear overlapped in column 1.
Further, a lot of time is spent while the DG is digesting this new property
change.
Trevor is the one to address this, assuming anything I just did makes sense.
Craig Newman
--
Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
More information about the use-livecode
mailing list