Capturing keystroke - deleting of rows in cut-n-paste.
4 views
Skip to first unread message
silenttrace
unread,
Feb 26, 2009, 11:47:39 PM2/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Breaking out of the Web Browser with Adobe AIR
On page 42 you have a keystroke function - When I hit the "Ctrl" key I
trigger the event as expected and never get a chance to catch the "c"
key as well. I am using a mac, with flex 3 and latest version of
adobe air. Any idea's? In addition on page 43 I love the code that
produces the html output of the table - question - if one of the
columns is called "id" could I build an array of "id's" by say some
array.push(rows["id"])?
Any tips and pointers is appreciated. Thanks.
Michael Labriola
unread,
Apr 11, 2009, 3:38:09 PM4/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Breaking out of the Web Browser with Adobe AIR
Arr you still having this issue or is it resolved. I am sorry I missed
this post before.
Regarding your questions about the table, yes, you can.