But I'm having this one VERY odd problem with the grid. Here are the clues. Maybe you can help me figure this out.
I create a Grid with three columns. (any amount is okay) Then I populate the Grid with some simple code like this.
Code: Select all
on mouseUp pMouseButton
local temp
put "one" & tab & "two" & tab & "three" into temp
dispatch "AddLine" to grp "myGrid" with temp
end mouseUp
(The number of down clicks varies. But 7 or 8 down arrow clicks should produce a gray hilite bar, then the next down click opens up the Dictionary.)
BIG CLUE: I think The hilite bar is blue when the grid has focus. But when focus is lost the hilite bar turns gray. So... it seems as though for some reason, something is going on in the background, taking focus away from the Grid AND opening the Dictionary! Very odd.