LIST-VIEW 0.0.32 is out
09-Mar-2006 02:08 Filed in: LIST-VIEW
This one provides a minor update with a GET-RANGE
function to let you get the data of multiple selected
cells or rows and is useful.
Example:
If you have a list-view LI with a few bits of data selected as a multi-cell block:
This works on any size and shape of block.
No docs update in this round, sorry! There are a few quirks with programmatically selecting multiple cells, which I may fix for 0.0.33. That is all for now.
Example:
If you have a list-view LI with a few bits of data selected as a multi-cell block:
You can get the data returned as a block of blocks:
>> li/get-range
== [["Meenie" "Miney"]["Green" "Blue"]]
This works on any size and shape of block.
No docs update in this round, sorry! There are a few quirks with programmatically selecting multiple cells, which I may fix for 0.0.33. That is all for now.
|