-5
votes
0answers
69 views

How Do I intercept a key command when my program doesn't have focus? [closed]

I am using c# to try to intercept when the "C" key is pressed and want my program to work when it is not in context, or focus. Here is my WPF C# code: public MainWindow() { ...
0
votes
1answer
14 views

How do you get current keyboard focus coordinates in Mac OS X's Accessibility API?

I'm looking for a Mac OS X Accessibility API to get the coordinates of the location of the current keyboard (not mouse) focus. According to page 2 of the document I found at ...
0
votes
0answers
12 views

Is it possible to make keyboard focus on nswindow without making app active?

I'm writing simple chat that works in floating mode. But I can't make it work with fullscreen Power Point. When I click on NSTextField it makes app active and Power Point exits full screen mode :( – ...
0
votes
3answers
112 views

Set UIWebView Content not to move when keyboard is shown

I've done large enough research but couldn't find answer to my question. Suppose I have a webView in which I have some text fields, some of them are placed on the bottom of screen so that when ...
0
votes
1answer
130 views

Android EditText focus inside of Fragment within ScreenSlidePageAdapter

[Using the support library] When attempting to use an EditText inside of a Fragment that is in my ScreenSlidePagerAdapter in which multiple Fragments are visible at once. The second Fragment in the ...
1
vote
4answers
88 views

How to block keyboard when focusing on EditText

In my Android application, I have to use a custom number-pad which is placed in view next to EditTexts to input numbers, so I need: EditText should have focus when user tap them so that I will have ...
1
vote
2answers
82 views

Set android focus on touch?

I have this issue: in my app, when user taps on EditText bar, keyboard pops up. After that, it is impossible to get rid of keyboard. When back button is pressed, whole application just turn off. How ...
0
votes
0answers
20 views

Forward Keyboard Input from one Application to another in OSX

I'm wondering if it's somehow possible to keep keyboard input in an application while another is focused*. Is there any way to forward the keyboard input from the focused application to another one in ...
2
votes
1answer
143 views

Get focused MenuItem in submenu WPF

I'm writing an application with menu containing submenus. Also I have a StatusBar where I want to display information about focused MenuItem when user navigates in menu with keyboard. I tried to ...
0
votes
3answers
133 views

Show keyboard automatically

Please explain me the issue about soft keyboard. For example, I have an EditText on my activity or dialogfragment or fragmentactivity, whatever. here it is: <EditText android:id="@+id/edPswrd" ...
0
votes
0answers
137 views

Target focus on iframe body - on keyboard show up it moves fixed header and sidebar

I've a plugin that creates a rich text editor inside an iframe. So the markup that creates is: <textarea> (hidden) div (wrap) div toolbar of the editor iframe body ...
1
vote
1answer
2k views

jQuery Mobile Show Keyboard on Input Focus

I am having a problem getting the Android keyboard to show up when I focus a text input. I have this in my function that initializes the page: jQuery(document).bind('pageshow', function() { ...
2
votes
0answers
143 views

iOS6 safari keyboard closes when javascript changes focus to another input

Currently I am working on a web app for mobile devices where I am using javascript events to move the focus from one contenteditable div to another. On most mobile devices, everything is fine and the ...
0
votes
2answers
129 views

How to add “Next” on android keyboard

I've seen in some applications that in the keyboard appears a Button called next that puts the focus on the next Edit Text. I want to add this in my application, Do you know how I can do it? Or it's ...
0
votes
1answer
199 views

Completely disable focus of elements in a parent

Suppose I have a link, which would fade out the entire page when link is clicked. The reason I fade out the page is because a next page is about to load, but it is not loaded yet. I can use ...
1
vote
1answer
159 views

Android Keyboard is not showing on click / on focus / requestFocus / inputmanager show_forced

I got an problem with the android soft keyboard. Sometimes the keyboard will not pop up, it looks like the editText doesn't gain focus. The Cursor is set and blinking, but the border of the editText ...
1
vote
1answer
244 views

onChangeListener on numberPicker

is it possible to have an onChangeListener for an numberPicker only when a number was entered by the softkeyboard? The Listener should not be executed when the number is changed gy +/-. Only when the ...
2
votes
0answers
363 views

Implementing requestFocus(View.FOCUS_DOWN) on custom keyboard in android

Some days ago I implement custom keyboard for several EditText in my application for android. Number of these EditText may vary depend on situation. In my keyboard i want to implement "Enter" key, ...
1
vote
1answer
369 views

Possible input focus bug in Mobile Safari?

I am using the following plugin to create a virtual keyboard within a phonegap application: http://mottie.github.com/Keyboard/mobile.html This is working 100% fine apart from the cursor NOT ...
1
vote
1answer
850 views

KeyDown event is not being triggred in UserControl

I have a UserControl that has a TreeView and a TabControl. This usercontrol is being hosted in a normal form. If user selects something from the treeview, a custom picturebox will be added to a ...
1
vote
3answers
336 views

Java Applet Game Design : Keyboard focus

I had posted this in a wrong place (GameDev) and got no response there. So I'm posting it again here. I'm making an applet game and it is rendering, the game loop is running, the animations are ...
1
vote
0answers
44 views

How can i find the keyboard in the device is default keyboard or not?

I have problem with dealing with the keyboards other than the default keyboards. Am using this code to make my scroll view layout scroll to end completely. ...
1
vote
2answers
85 views

Web accessibility: does it make sense for focus to go to another element other than the whole page frame or the first focusable element on the page?

My question is about focus management for web accessibility. When we launch a popup/dialog, does focus always need to go to the first focusable element for accessibility reasons or is it acceptable to ...
0
votes
0answers
182 views

TextBox in TreeViewItem steals focus

I have a treeview with custom templates for the treeview items. Basically, I want to make it easy for the user to add new nodes to the tree, by giving them a textbox to write in. ├ First item │ ├ ...
0
votes
0answers
147 views

TextField Does not open Keyboard when click for the first Time QML

Hi I have created a simple login page with 2 Textfield elements in QML. The problem occurs when i try to click on the textfield, it does not open the virtual keyboar. Here is the code tht i have ...
0
votes
1answer
116 views

Keyboard handling in a winforms app

I'm building a WinForms app which looks roughly like this: There is a single Form, with a menu, toolbar, status bar, a navigation tree, a custom drawing canvas (which is a UserControl that accepts ...
0
votes
2answers
189 views

Android: Custom View returns to initial layout after soft keyboard appers

I have a strange problem with my Custom View Group: It is an extended FrameLayout representing a custom toggle button which has a handler moved on the left and on the right. (ala iPhone switch toggle ...
0
votes
1answer
236 views

Android, TabLayout (tabhost), switching tabs disables edittext on second tab. How do I prevent this?

I have a tablayout that consists of two tabs that are each its own activity, so three activities, one tab, two content. Both of the two content activities consist of a button and one edittext field. ...
0
votes
0answers
267 views

On Keydown keyboard losing focus from Popup (WPF)

I have one question, if you place this control below as a child of some parent (Grid etc) and click with a mouse to open the Popup and then on one of the ListBox element, then if you press Key "Left" ...
2
votes
0answers
191 views

Position of Keyboard Android at SoftInputMethod=AdjustPan

I'm having some big troubles with the position of the keyboard on one of my applications : i need to set my keyboard to stay under a specific TextView and not the focused one. Here in the image an ...
0
votes
2answers
253 views

jCarousel with keyboard : wrong focus using the tab key

I'm using the 0.3 version of the jQuery jCarousel script to display three carousels on the webpage I'm working on. Those three carousels work just fine. The trouble is : you can't use them properly ...
0
votes
3answers
184 views

How to create a winform with buttons that will never attract keyboard focus

I have a few textboxes on my winform. I have a few buttons on it too. Now when I am typing on one such textbox and clicks a button, then the input focus is lost from the textbox and the button gets ...
3
votes
1answer
567 views

Custom Android Keyboard Focus Issue

I'm currently working on developing a custom keyboard app that will be optimized for a device using a DPad as its primary input device. My problem is that When the cursor is in the EditText field and ...
0
votes
1answer
1k views

Virtual keyboard does not open when dynamically inserting an EditText view into a Listview

I'm struggeling with an issue that really drives my crazy. I found comparable issues in the forums, but they all are not quite the same like this one. So I hope that someone has a brilliant idea how I ...
0
votes
0answers
160 views

No focus control in WPF

In the window there are two groups of controls: the first - for example a TextBox, the second - the Button. Necessary manipulations in the second group (we have a button, for example) and not lose ...
-1
votes
1answer
346 views

Focus for key events on a TImage?

I'm building an editor which uses a TImage to display a picture and has mouse events to be able to draw, move, and resize boxes on the image. All this works perfectly. Now I'm trying to implement the ...
1
vote
1answer
654 views

XSetInputFocus fails

In my Xlib application, I need to set up the keyboard to focus on a specific component, and I though of doing it with XSetInputFocus. For some reason I always get a BadMatch error even though my ...
0
votes
2answers
815 views

Silverlight 4: how to show ToolTip on keyboard focus (revised)

My original question: Is there an easy way for a ToolTip to be shown when an item gets keyboard focus, not just mouse over? We have a list of items with tooltips that users will probably tab ...
2
votes
1answer
507 views

Qt focus handling for virtual keyboard operated only by UDLR buttons

I have a data entry screen on a Qt/Embedded device that only has up/down/left/right/select buttons. The screen looks like a calculator with a QLineEdit on top and a set of QPushButtons for the ...
1
vote
1answer
283 views

Is there a way to set Keyboard.FocusedElement to a specific element?

Keyboard.FocusedElement gives the element that has keyboard focus. However it has no setter. I want to set this property to another element through code. is there a way? On microsoft's site, it said ...
2
votes
2answers
648 views

Using KeyboardFocusManager

I'm trying to add some KeyEventPostProcessor to a several popUp windows, for each pop up I show, like this: KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventPostProcessor(new ...
1
vote
0answers
88 views

Flash stop receiving keyboards after Drag'n Drop, until I click the Flash again, or use Tab key… Weird problem

I have a puzzling problem with Flash. Coding a game, like so many others. Javascript and Flash both listen to keyboard events. Javascript redirects keys to Flash, like many others seem to do. It's ...
0
votes
2answers
157 views

How can I redirect the focus in WPF?

How can I set an element to be the default focus of other elements? For example, say I have the following: <StackPanel><Label/><Button/></StackPanel> Clicking on any ...
5
votes
1answer
249 views

Putting the focus on the tray icons in Windows XP using Python

I'm a Windows-XP-using keyboard devotee, and I want to bind Start-T to put the keyboard focus on the tray icon. (Because it'll be so much nicer than Start-B and then many Shift-Tabs.) So I'd like to ...
1
vote
2answers
7k views

How to set focus to next uitextfield in iPhone?

I have 8 uitextfields that are for a password. Each textfield contains one letter from password. When I type one letter and after that when I press the 2nd key then focus moves to next textfield. But ...
2
votes
3answers
576 views

Prevent TouchKeyboard from grabbing the focus

I've written a little app in Delphi for a Tablet PC. So there's no keyboard. And there's a small form in the application where the user can enter driver names. I wanted to put a TouchKeyboard on the ...
8
votes
3answers
1k views

How to use window focus messages for a Delphi on-screen keyboard form

I need a built-in on screen numeric keypad in my Application. For various reasons I cannot use the TMS Software or other commercial component offerings. I'm very happy with a button-based solution ...
5
votes
2answers
1k views

WPF, ListBox's ItemTemplate has CheckBox, but CheckBox does not seem to be the item

I just wanted the CheckListBox I used to use with Windows Forms. <ListBox> <ListBox.ItemTemplate> <DataTemplate> <CheckBox ...
0
votes
4answers
564 views

How to send double click on keyboard focused object from c++?

the question is how to send double click to object who is already focused by keyboard? For example let's say that my mouse is on bottom right position on screen, if i open explorer by pressing WIN+E, ...
0
votes
1answer
522 views

Catching “global hotkeys” (Windows)

Now I've been trying to create a similar functionality as there is in Push-To-Talk voice chat applications, but so far I couldn't find any fitting solutions to this. I am not using MFC or CLR. The ...

1 2