Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k views

How do you solve this LostFocus/LostKeyboardFocus issue?

Ok, I have a control that has an IsEditing property which for argument's sake has a default template that is normally a text block, but when IsEditing is true, it swaps in a textbox for in-place ...
0
votes
1answer
260 views

How to Force Keyboard Focus on a DataGrid?

OLD TITLE: Inconsistent Actions in GridView SelectCell + Focus/Edit (GridView Reloaded Twice?) I'm developing a GridView (bound by Data) set in the Content property of an Expander. When I open the ...
0
votes
0answers
88 views

Focus Change with KeyBoard in Android

I have this View: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" ...
0
votes
3answers
1k views

How can I make a JTextField fire it's ActionEvent when KeyEvent.VK_ENTER is redispatched to it?

I am playing around with the KeyboardFocusManager and my own custom KeyEventDispatcher that redispathes all KeyEvents to one particular JTextField, regardless of focus within the JFrame. This works ...
0
votes
1answer
85 views

Getting a reference to the current KeyboardFocusManager

Is there a way to get a reference to the current KeyboardFocusManager in a Swing application?