I will try and implement it on my app and see what happens, how would I bring up the key pad using this method?
Search found 8 matches
- Thu Oct 13, 2016 3:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Key / Enter Key
- Replies: 14
- Views: 11351
Re: Return Key / Enter Key
Yes Andy this works on my device generating the number 65293 in the content field on pressing the return key
I will try and implement it on my app and see what happens, how would I bring up the key pad using this method?
I will try and implement it on my app and see what happens, how would I bring up the key pad using this method?
- Thu Oct 13, 2016 11:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Key / Enter Key
- Replies: 14
- Views: 11351
Re: Return Key / Enter Key
Ok I'm using standard LC fields, is there a way to turn off multi-line entries? I haven't implemented any filtering as yet, as i'm researching filters. I have tried it on two devices with the same out come. and I get the enter lcon on the KB not the done tick. this is the code on the text field shou...
- Wed Oct 12, 2016 8:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Key / Enter Key
- Replies: 14
- Views: 11351
Re: Return Key / Enter Key
Thanks for the effort guys really appreciated. I tried the on closeField suggestion from jacque, this was still putting empty lines in my list!! I got the idea though and sure I'm I could work around it, if all else fails. I tried AndyP's/richmond62 code and this worked for the keyboard but not on t...
- Tue Oct 11, 2016 6:53 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Key / Enter Key
- Replies: 14
- Views: 11351
Re: Return Key / Enter Key
Thanks richmond62, a handy tool.
I added a field to my stack with the code behind it at the card level, and 0 came up for both key presses - enter & return.
so tried "0" as the key to no avail???
I'll keep trying.
I added a field to my stack with the code behind it at the card level, and 0 came up for both key presses - enter & return.
so tried "0" as the key to no avail???
I'll keep trying.
- Tue Oct 11, 2016 12:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Key / Enter Key
- Replies: 14
- Views: 11351
Return Key / Enter Key
Hi all, I have tried and tried to disable the Retun/Enter key on mobile for Android. on certain cards I have two fields one for text the other for numbers and each appropriate keyboard pops up as should. The problem I have is when the user presses the return/enter key it adds an empty line to my lis...
- Tue Oct 04, 2016 12:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hiliting one line at a time
- Replies: 2
- Views: 2099
Re: Hiliting one line at a time
Thanks Jean-Marc that did the trick
Kind regards
Mark
Kind regards
Mark
- Tue Oct 04, 2016 10:21 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hiliting one line at a time
- Replies: 2
- Views: 2099
Hiliting one line at a time
Hi all,
On the app i'm building I have a list field, my issue is that the user is able to select/hilite multiple lines from the field and I only want the user to be able to select/hilite only 1 line at a time, there is probably an easy solution.
any help anyone
thanks
MarcoPolo
On the app i'm building I have a list field, my issue is that the user is able to select/hilite multiple lines from the field and I only want the user to be able to select/hilite only 1 line at a time, there is probably an easy solution.
any help anyone
thanks
MarcoPolo
- Sun Nov 29, 2015 2:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Advice on folder/file system, best way to implement
- Replies: 3
- Views: 2819
Advice on folder/file system, best way to implement
Hi all, I am trying to develop an app for the construction industry. What I need to do is: on my 1st card I have a text entry field (newJobName) on button add it puts the text/jobname into a text field/list (newJobList) on the same card. so when the user selects the item in the list - I want to crea...