Tagged Questions
The focusmanager tag has no wiki summary.
20
votes
12answers
14k views
WPF - Can't set focus to a child of UserControl
I have a UserControl which contains a TextBox. When my main window loads I want to set the focus to this textbox so I added Focusable="True" GotFocus="UC_GotFocus" to the UserControls definition and ...
4
votes
2answers
212 views
Binding to FocusManager.FocusedElement
I have application with several datagrids and export to excel command, which gets focused datagrid as a command parameter. Is it possible to bind CommandParameter to FocusManager.FocusedElement, or do ...
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 ...
3
votes
2answers
131 views
Using Key Bindings with Arrow Keys
I'm creating a game that uses the arrow keys to move a sprite. I've added key bindings for the arrow keys and the letter n, but arrow keys aren't working. Here's my code:
public class MyPanel extends ...
3
votes
2answers
590 views
Controling popup open and close focus
Hi
I have a popup which contains multiple elements, a list view, a text box and a button. These are operating fine, and if you use the button to close the popup it works as well, but when i tried to ...
2
votes
2answers
571 views
Setting Focus on a Control Within a ControlTemplate (Part 2)
I'm stumped on what must surely be one of the most common WPF requirements. I've read this question but my implementation of the solution does not work.
Here's the markup for the lookless control:
...
2
votes
1answer
391 views
WPF FocusManager interferring with focus
I have a grid, and in the grid I am setting my first element to be focused:
<Grid FocusManager.FocusedElement="{Binding ElementName=companyNameField}">
When the window opens, the correct ...
2
votes
2answers
2k views
Using Tab Focus Manager In A Title Window Flex
I'm struggling to get around an error that is constantly thrown in my application when I press the tab key.
I have a modal dialog box that contains a form with 3 form items. Whenever I press the tab ...
2
votes
2answers
263 views
Instable focus of WPF apps
If I have problems with WPF, then it always concerns the Focus-Management. There are cases, my App loses totally focus so that another application gains the focus and my app goes in the background. ...
1
vote
1answer
46 views
cycle focus issue -
I'm rewrite default template of ListBoxItems & ListBox. Here MainWindow.xaml
<Window x:Class="NestedBindingTry.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
1
vote
1answer
65 views
Flex 4 focus multiple UIComponents
I'm currently coding a Floorplan editor with Flex 4.
I have a Floorplan Grid that extends the spark Group class. This Floorplan Grid will contain objects that extend the UIComponent class. I want ...
1
vote
1answer
353 views
ExtJS 4: Problem using text input in a Toolbar (focusmanager i think)
I've been looking everywhere, but I can't find an answer to my problem maybe someone out here can help me.
I have a panel with a toolbar
The toolbar has 3 items (Button, Textfield, Button)
This works ...
1
vote
1answer
448 views
WPF FocusNavigationDirection, MoveFocus and Arrow keys
I have a simple application (a grid with 6 buttons - 2 rows of 3 - on it for testing) and am handling left and right arrow keys as follows
private void Window_PreviewKeyDown(object sender, ...
1
vote
1answer
229 views
Binding FocusedElement in HierarchicalDataTemplate
I am trying to focus a control within a HierarchicalDataTemplate. Unfortunately, my attempt to bind to a control within the template is failing. Here is my code:
...
1
vote
1answer
134 views
How can I style a custom control based on if any of its children have focus?
We have a custom canvas which has specialized nodes that behave a lot like a standard MDI application's windows. The desired behavior is that if any of the child controls of the "window" have the ...
1
vote
1answer
472 views
How can i raise DataGrid.LostFocus on RibbonButton.Click?
The following code uses a ToolBar and correctly causes DataGrid.LostFocus (there by committing any uncomitted row-edits before the command is executed);
<Toolbar ...
1
vote
2answers
890 views
How to create multiple tab loops in AS3 by using fl.managers.FocusManager?
I want to create a tab-enabled popup window in an AS3 Air project.
Currently, when I press tab several times, the focus goes through all the components in my popup window and then starts focusing the ...
1
vote
1answer
1k views
A bug in Flex SDK 3.4?? FocusManager.focusInHandler()
I have recently upgraded from Flex SDK 3.3 to SDK 3.4. Now I suddenly get this error message throughout the application:
TypeError: Error #1009: Cannot access a property or method of a null object ...
1
vote
1answer
923 views
Different flash Tab-Focus behavior in Firefox and Internet Explorer (Solved)
In a minigame that is part of a larger flash game we show a number of editable textfields, about 10 rows with two textfields per row. Every row of two textfields is encapsulated in a class, and ...
0
votes
1answer
60 views
setFocus in Flex
I'm Using following code in flex4 mxml That works fine.
<mx:Button label="Set focus to Username"
click="focusManager.setFocus(username);" />
How to use the same in Action script I ...
0
votes
1answer
42 views
Canl't make WPF pass Focus from a child control of UserControl
I've defined a UserControl called TouchTextBox. I've gotten the TouchTextBox to give focus to the TextBox when it receives focus. Now I need the TouchTextBox to give up focus when the user clicks in ...
0
votes
1answer
92 views
WPF VB.net - Can multiple CommandBindings be executed for the same command?
In WPF I'm trying to use commands to set all the content in multiple textboxes at once. The following code is able to get a command on the toggle button to execute for which ever textbox has scope but ...
0
votes
2answers
123 views
Setting Focus Does Not Allow Instant Editing
I have a WPF UserControl with a textbox. Here's how the textbox and it's parent control are defined:
<DockPanel Margin="10,20,10,10" FocusManager.FocusedElement="{Binding ...
0
votes
0answers
160 views
error when clicking tab key in flex app loading a flash file
I have a Flex 3.5 app, which at some point loads a .swf file created as an AS3 ActionScript project.
before this file is loaded, clicking tab key switches between uicomponents as you'd expect.
when ...
0
votes
2answers
258 views
How do I use requestFocus in a Java JFrame GUI?
I am given an assignment but I am totally new to Java (I have been programming in C++ and Python for two years).
So we are doing GUI and basically we extended JFrame and added a couple fields.
Say ...
0
votes
1answer
821 views
Xamly set keyboard focus to an element in DataGridTemplateColumn cell?
I've set stuff in a DataGridTemplateColumn.CellEditing DataTemplate.
I want that when the cell editing loads and shows the template, keyboard-focus should be given to a certain control in the ...
0
votes
2answers
400 views
Unable to set focus of an element
I have an Expander that its content consists of a StackPanel that contains several elements one of whom is a TextBox.
I want, that when the Expander expands that TextBox should gain keyboard focus, ...
0
votes
2answers
319 views
setting the focus in one user control based on an action in another user control
One user control is a list box where each item in the list has a button. When the button is clicked, editable detail about the item is displayed in another user control. The detail knows what to ...
0
votes
1answer
292 views
flex 4: IFocusManager.moveFocus() api has been removed, any alternative way
I am working on migrating our app to compile with Flex 4 framework libraries. One of the things I bumped into yesterday was the IFocusManager.moveFocus() api which was previously there in Flex 3, ...