Search found 6 matches

by basheps
Tue Jul 12, 2011 12:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Return Key in Form Fields
Replies: 2
Views: 2914

Re: Return Key in Form Fields

Silly me. I found the answer. "Tab on Return" is a property of the Text Entry Field.
by basheps
Tue Jul 12, 2011 12:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Return Key in Form Fields
Replies: 2
Views: 2914

Return Key in Form Fields

Hi, I have a card that takes in form values. When I press the Tab key the focus automatically goes to the next field. How can I get the Return key to have the same behavior? I've tried listening for the Return key and sending the rawKeyCode of the tab key instead but that doesn't work.
by basheps
Sun Jul 10, 2011 2:25 pm
Forum: Android Deployment
Topic: Android Long Click
Replies: 17
Views: 15270

Re: Android Long Click

Makes sense. Thanks so much!
by basheps
Sat Jul 09, 2011 7:58 pm
Forum: Android Deployment
Topic: Android Long Click
Replies: 17
Views: 15270

Re: Android Long Click

Hi Mark,
Have you tried the mouseStillDown message?
From the Dictionary:
"The mouseStillDown message is sent only when the Browse tool is being used. If an unlocked field is clicked with mouse button 1 or 2, no mouseStillDown message is sent."
by basheps
Wed Jul 06, 2011 2:49 am
Forum: Android Deployment
Topic: Android Long Click
Replies: 17
Views: 15270

Android Long Click

Can anyone tell me how to check for a "longclick" in Android? Thanks in advance.
by basheps
Thu Jun 02, 2011 12:49 am
Forum: Android Deployment
Topic: Android Hardware Menu Key
Replies: 1
Views: 4077

Android Hardware Menu Key

Does anyone now how to use the Android hardware menu key in LiveCode? I'd like to bring up a menu with options when the menu key is clicked. After searching I see that there is a backkey tutorial but nothing in the docs.