Make a new datagrid and load several lines of data. In a button script:
Code: Select all
on mouseUp
set the dgProp["hilite color"] of grp 1 to "red"
if the optionKey is down then set the dgHilitedLines of grp 1 to "2,4"
else set the dgHilitedLines of grp 1 to "3"
end mouseUp
Can anyone else see this? Does anyone care? OS 10.6 on a PPC.
Craig Newman