Datagrid Line Color anomaly?
Posted: Thu May 08, 2014 2:43 pm
I was dealing with another thread, and noticed this when trying to set the color of a particular line in a datagrid.
Make a new datagrid and load several lines of data. In a button script:
Click on the button a few times, with and without the optionKey, and all is well. But then if you click on a blank part of the card, the DG hilite changes to gray. This will persist back at the button until you do something directly to the DG, perhaps click on a line, or something external, like choose the edit tool, and then choose the browse tool again.
Can anyone else see this? Does anyone care? OS 10.6 on a PPC.
Craig Newman
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