a control on the IOS keyboard possible ?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
a control on the IOS keyboard possible ?
Hi All,
Does someone have tried to have a control on the IOS keyboard ?
I have a custom cursor (a grc) the user can move with one click only.
I want the user can use this custom cursor on the IOS keyboard to type letters.
Other ideas are welcome
(i have explored screenmouseloc but it is not available on IOS)
Best regards
Jean-Marc
Does someone have tried to have a control on the IOS keyboard ?
I have a custom cursor (a grc) the user can move with one click only.
I want the user can use this custom cursor on the IOS keyboard to type letters.
Other ideas are welcome
(i have explored screenmouseloc but it is not available on IOS)
Best regards
Jean-Marc
https://alternatic.ch
Re: a control on the IOS keyboard possible ?
Hi Jean-Marc,
This is impossible and if you found a hack to make it possible, I don't think Apple would allow it.
Why do you want this and what kind of characters do you want to be able to type?
Kind regards,
Mark
This is impossible and if you found a hack to make it possible, I don't think Apple would allow it.
Why do you want this and what kind of characters do you want to be able to type?
Kind regards,
Mark
Last edited by Mark on Sat Jul 21, 2012 5:56 pm, edited 1 time in total.
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: a control on the IOS keyboard possible ?
The keyboard is overlaid on top of the card, and any LiveCode controls will appear under it. It isn't possible to bring your own objects to the top.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: a control on the IOS keyboard possible ?
Hi Mark, Jacque,
Thank for this confirmation.
i will do a custom keyboard
I want to be able to type alphabetics chars (with diacriticals), punctuation,numbers and "@"
Best regards
Jean-Marc
Thank for this confirmation.
i will do a custom keyboard
This is for handicaped people they can do one click onlyWhy do you want this and what kind of characters do you want to be able to type?
I want to be able to type alphabetics chars (with diacriticals), punctuation,numbers and "@"
Best regards
Jean-Marc
https://alternatic.ch
Re: a control on the IOS keyboard possible ?
Jean-Marc,
That is exactly how the iOS keyboard works already. Can you be more specific about what you're trying to accomplish?
Kind regards,
Mark
That is exactly how the iOS keyboard works already. Can you be more specific about what you're trying to accomplish?
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: a control on the IOS keyboard possible ?
Hi Mark,
I use it to move a custom cursor (cli1),stop it (clic2), and send a message to the control under the cursor.
In this case the control is a letter of a keeyboard which put the letter after a field.
For OSX version i have made a custom keyboard
I hoped I could use the keyboard IOS but it seems that I am going to have to make one for IOS
Best regards
Jean-Marc
Some people can do one click on one place onlyCan you be more specific about what you're trying to accomplish?
I use it to move a custom cursor (cli1),stop it (clic2), and send a message to the control under the cursor.
In this case the control is a letter of a keeyboard which put the letter after a field.
For OSX version i have made a custom keyboard
I hoped I could use the keyboard IOS but it seems that I am going to have to make one for IOS
Best regards
Jean-Marc
https://alternatic.ch
Re: a control on the IOS keyboard possible ?
Jean-Marc...
This is not exactly what you want, but it might give you some ideas on using the iOS keyboard to move things around
be well
Dixie
This is not exactly what you want, but it might give you some ideas on using the iOS keyboard to move things around
be well
Dixie
- Attachments
-
- moveStuffKeyboard.zip
- (1.72 KiB) Downloaded 248 times
Re: a control on the IOS keyboard possible ?
Hi Jean-Marc,
I presume that creating a custom keyboard would be the best thing to do.
Mark
I presume that creating a custom keyboard would be the best thing to do.
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: a control on the IOS keyboard possible ?
Hi Dixie,
A control "MyCursor" move on a keyboard.
1. A (pending) loop change the direction of an arrow
2. A clic stop this loop and "MyCursor" move in the choosen way
3. A clic stop the move
4. A clic send a mouseup to the control under "MyCursor"
5. The control do his job
6. Go to the first loop (1)
It work well but i must do a custom keyboard because
The keyboard is overlaid on top of the card on IOS
Be well
Jean-Marc
Sorry, it seems i'm not clear. I need the opposite:using the iOS keyboard to move things around
A control "MyCursor" move on a keyboard.
1. A (pending) loop change the direction of an arrow
2. A clic stop this loop and "MyCursor" move in the choosen way
3. A clic stop the move
4. A clic send a mouseup to the control under "MyCursor"
5. The control do his job
6. Go to the first loop (1)
It work well but i must do a custom keyboard because
The keyboard is overlaid on top of the card on IOS
Be well
Jean-Marc
https://alternatic.ch