![]() |
2010-04-24
, 18:27
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#12
|
but could the plug in invoke the pad? say desktop icon opens pad and background app to pickup keypresses?
or even very very simple, (to the point of impractical just for starters) numeric keypad still inserts numbers, sends via plugin to external app, external app converts string of numbers to text? would require space (0) between every letter and double space (00) to indicate actual space(_)... just thinking out loud at this point...
440330555055506660060203306066600111
...lmao maybe not...
![]() |
2010-04-24
, 18:38
|
Posts: 889 |
Thanked: 537 times |
Joined on Mar 2010
@ scotland
|
#13
|
![]() |
2010-04-24
, 19:02
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#14
|
oh i wasn't suggesting sending back to the pad there, just use the pad as an output and let the other app handle it from there
![]() |
2010-04-24
, 19:06
|
Posts: 889 |
Thanked: 537 times |
Joined on Mar 2010
@ scotland
|
#15
|
I think it's the same percentage as for Nokia's economical gain from releasing the source...
![]() |
2010-04-24
, 19:46
|
|
Posts: 577 |
Thanked: 699 times |
Joined on Feb 2010
@ Malta
|
#16
|
but could the plug in invoke the pad? say desktop icon opens pad and background app to pickup keypresses?
or even very very simple, (to the point of impractical just for starters) numeric keypad still inserts numbers, sends via plugin to external app, external app converts string of numbers to text? would require space (0) between every letter and double space (00) to indicate actual space(_)... just thinking out loud at this point...
440330555055506660060203306066600111
...lmao maybe not...
The Following User Says Thank You to pantera1989 For This Useful Post: | ||
![]() |
2010-04-24
, 20:04
|
Posts: 889 |
Thanked: 537 times |
Joined on Mar 2010
@ scotland
|
#17
|
![]() |
2010-04-24
, 22:45
|
Posts: 146 |
Thanked: 149 times |
Joined on Apr 2010
|
#18
|
The Following User Says Thank You to rachol For This Useful Post: | ||
![]() |
2010-04-27
, 18:03
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#19
|
![]() |
2010-04-27
, 18:16
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#20
|
i made entire app from zero. now I have working UI and problem how to get text input working. I have some ideas I am testing actively. now it only prints "aaaaaa" when I tap button number 1
there is a contact dialog (that gives the name instead of number for now but hey the dialog is working).
heres one screenshot. yes, backspace is missing
sequential_presses = 0 last_key_pressed = None on_key_press(key): if key == last_key_pressed: seuqential_presses +=1 else: sequential_presses = 1 last_key_pressed = key if sequential_presses == 1: .. elif sequential_presses == 2: ..
letters = {} letters[2] = [_, 'a', 'b', 'c'] letters[3] = [_, 'd', 'e', 'f'] print letters[key][sequential_presses]
The Following User Says Thank You to aspidites For This Useful Post: | ||
or even very very simple, (to the point of impractical just for starters) numeric keypad still inserts numbers, sends via plugin to external app, external app converts string of numbers to text? would require space (0) between every letter and double space (00) to indicate actual space(_)... just thinking out loud at this point...
440330555055506660060203306066600111
...lmao maybe not...
sarcasm may be the lowest form of wit, but its the only wit i have.
its a sad day when i can't slip at least one hitchhiker reference in somewhere.