Additional info to the previous, 
 
switch in the original is terminated by end switch. And the isue is same
with a tiny script like this: 
on arrowKey 
exit arrowKey 
end arrowKey 
 
once cell is selected but no editing field appears, it correctly ignores
arrow keys, but if cell editing field appears, it looks like it does not
catch arrowKey message and allows movement of the selection along with the
editing field with arrow keys. What I am doing wrong here? 
 
Viktoras 
 
 
 
-------Original Message------- 
 
From: Viktoras Didziulis 
Date: 09/09/06 14:20:20 
To: How to use Revolution 
Subject: selection differences in table 
 
Dear all, 
 
field "fTable" has a script (tables Cell editing is set to true): 
on arrowKey theKey 
switch theKey 
case "up" 
.. 
break 
case "down" 
.. 
break 
case "left" 
.. 
break 
case "right" 
.. 
break 
end arrowkey 
 
when table cell text is selected but does not display editing field, 
everything works OK - each case is being executed and selection moves in 
correct directions. But when the cell is selected for editing and displays 
cell editing field, everything stops working. Now arrow key movements move 
the selection, but arrowKey ignores this. How to handle this correctly 
(behavior of a stack in RevStudio 2.7.1) ? 
 
Best wishes 
Viktoras 
_______________________________________________ 
use-revolution mailing list 
use-revolution@lists.runrev.com 
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences: 
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to