Keydown into Table Fields

Mark Schonewille m.schonewille at economy-x-talk.com
Sun Nov 5 09:56:43 EST 2006


Hi Josep,

You need to handle the functionKey message instead of the keydown  
message.

Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz

Op 5-nov-2006, om 15:34 heeft Josep M Yepes het volgende geschreven:

> Hello,
>
> I need to control thekey pressed into the cell in a Table field.
>
> I have this code:
>
> on keydown thekey
>   if thekey is "F4" then go to card "s_itemSelect"
>   else pass keydown
>   --asnwer "thekey"
> end keydown
>
> The objective is when the user press F4 one card with a list of  
> items is showed to select one of them.
>
> Is posible to difference between columns into the Table Field, to  
> select different actions with the same F4 key.
> I think that controlling the x,y of the cell can be one way, but I  
> don't know if exist someway more effective.
>
> But, nothing happen.
> Sure that I doing something wrong but I don't see what it's.
>
> Thanks,
> Josep





More information about the use-livecode mailing list