Tagged Questions

0
votes
1answer
24 views

defaulting iPhone numeric keypad

Hi can anybody tell me how to show a default numeric keypad on iPhone rather than a character keypad.
0
votes
0answers
18 views

UITableView won’t scroll after editing view frame and origin

I'm trying to implement a UITextView in a table cell at the bottom of a table view. I've tried the suggestions here …
1
vote
0answers
45 views

How to use two keyboards simultaneously on a single computer w/windows? [closed]

I am working with a colleague on the same computer, but I would like the opportunity to work at the same time, I have two USB keyboards and two mouses and use Teamplayer to work with 2 mouses. but for …
8
votes
6answers
138 views

One handed coding — tablet, special keyboard, one-handed typing?

I recently broke my finger and can now only type with my right hand. This has seriously impacted my typing speed. Since I write software for a living, this is a serious problem. I have been doing …
0
votes
4answers
55 views

Check if a key is down?

Is there a way to detect if a key is currently down in JavaScript? I know about the "keydown" event, but that's not what I need. Some time AFTER the key is pressed, I want to be able to detect if it …
0
votes
1answer
31 views

Is this a UIKit bug?

I am not sure if this bug really comes from my app or maybe really is a UIKit bug. Maybe someone here can clarify this. There is a tableview. Each cell offers a disclosure-button to a "settings"-like …
2
votes
3answers
52 views

How many pressed keys Flash can detect? using as3

I'm developing a little game. I use the following code to detect the keys pressed by the player: private function onKeyDown(event:KeyboardEvent):void { //moviment keys if …
1
vote
2answers
36 views

Multilingual virtual keyboard in java

Hi all, I am planning to create a multi lingual keyboard using Java. can u give some ideas or suggestions for doing that? Is there any open source code or interface which i can use in my code?
-3
votes
1answer
56 views

Keyboard having to press keys HARD [closed]

I'm having trouble with a keyboard on a PC. When you press the keys the computer beeps, if you hold the keys down for 1.5 secs it'll beep a second time and then the key shows up in notepad, a …
5
votes
4answers
78 views

What is the best source for typo statistics?

I am looking for a reliable source that would provide some statistics on what keys are the most frequently mistyped. For example: is "a" and "s" more commonly mistyped compared with "m" and "n"? if …
0
votes
3answers
33 views

iPhone textfields/keyboard - how to disable second textfield until first one has been completed

Hi, I have a login screen with two textfields (username and password). When the user clicks on either textfield, the keyboard appears and everything is fine. However, if the user clicks on the other …
0
votes
1answer
23 views

Custom Android Keyboard Input Filtering

I have an EditText that is to collect input for a basic calculator. I want to bring up the numeric keyboard, and thus I set android:inputType to numberDecimal|numberSigned. Problem is, the EditText …
0
votes
1answer
35 views

Problem while capturing ALT key event in flex

Hi all, I need to enable alt-<key> selection semantics for some Buttons in my application. If I write KeyDownEventListener for the Button, its not getting triggered when I press ALT key in the …
0
votes
0answers
26 views

keyboard bug on mac mini apple [closed]

hello, i am using an apple mac mini, i am happy with this ;) But today something changed.. and now, i cant write any longer the letter "p" "P". if i write s it writes ds.. did i hit some unknown …
0
votes
1answer
40 views

WinForms, Handling all keys = OnKeyPress + OnKeyDown, but how?

I've got one Form, custom drawing, no controls. When I need to get the input from the user I go to OnKeyDown event and then map event's KeyData to a string** - so that I can recognize that user has …

1 2 3 4 5 29 next
15 30 50 per page