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


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to