Forum Discussion
AlexanderM
Staff
14 years agoHello Stephanie,
Since the issue is specific to one of two grids in your tested application, I would suppose that there is something specific about the problematic grid.
Please check with your Dev Team if they can suggest some ideas. If there are no ideas, consider sending the tested application to our Support Team, so we can investigate the behavior, and try to find out where it comes from.
As a workaround, you can simulate pressing the Shift key in a different manner:
LLPlayer.KeyDown(VK_SHIFT, 0);
grid.Click x, y, tShift
LLPlayer.KeyUp(VK_SHIFT, 0);
You can read more about the KeyDown method in the LLPlayer.KeyDown help topic.