Tagged Questions
0
votes
1answer
43 views
How to set focus on an element of a user control?
I have a user control that has a TextBox on it. If I set focus on the TextBox in the constructor, then the TextBox works as expected. Sometimes though, I don't want the TextBox to have focus when the ...
0
votes
1answer
50 views
How to check for focus of a textbox c# windows 8 app
I'm making an unit converter app and I want it that if you put a value in let's say INCHES textbox then the other textbox changes(miles, feet.. etc, EACH UNIT is a different textbox). I'm using text ...
0
votes
3answers
46 views
Win32Exception - error creating window handle?
Can you explain why this happens? Here are steps to reproduce the exception:
1. Drag-n-drop a TextBox on a form. Add any other focusable control such as a button on the form.
2. Add 2 event handlers ...
0
votes
2answers
24 views
Hide the DataGrid while TextBox Loses its Focus If DataGrid is not Focused
I have a textbox and DataGrid
While textbox loses the focus and if DataGrid is not Focused then I want to Hide the DataGrid.
I use the below code.
Private Sub txt_LostFocus(ByVal sender As Object, ...
1
vote
1answer
27 views
Focus first textbox created using a FOR LOOP
I have created textboxes using for loop in a JSP page. My target is to set the focus in totalAmt textbox or first textbox in loop based on condition.
<% boolean defFocus=obj.getDefaultFocus(); ...
1
vote
1answer
30 views
Move caret after a MoveFocus() call
I am attempting to manually control traversal of a number of TextBoxes in a (WPF) Window. I am successfully using (this is within a PreviewKeyDown handler):
if (<logic>)
{
...
0
votes
1answer
90 views
Textbox focus does not work when focus by mouseclick wpf
When I click on text box by mouse then focus does not display. and when I goes to textbox by keyboard then focus displayed. I am trying below code. So please can any one suggest me how I solve this ...
0
votes
1answer
138 views
Textbox Focus - Click versus Tab Using VB
The following code changes the properties of a textbox when it has focus and reverts the changes after losing focus. I'm having trouble with using the Enter, Leave, GotFocus, LostFocus events because ...
0
votes
1answer
133 views
C# WindowsForm - How Detect if focus enter in textbox was by mouse click or tab
i have this code to select all text in textbox if already have something wrote inside (TextLength > 0), it work perfect when i focus enter using tab on this textbox, then select all or not, little ...
1
vote
2answers
150 views
Focus Textbox using only XAML
I'm trying to set the keyboard focus to a textbox that is included in a stackpanel collapsed by default. When the stackpanel becomes visible i want the textbox to become, by default, focused.
I've ...
0
votes
1answer
173 views
Setting focus to the end of textbox using javascript
I have written below code to set focus to the end of text in the textbox :
var textbox = document.getElementById('txtFilter');
textbox.focus();
textbox.value = textbox.value;
But I am facing a ...
0
votes
0answers
40 views
Focus on a textbox in a charm flyout
I have a charm flyout with settings. In the charm flyout I have created a ScrollViewer, but when I clicked on a textbox in the Simulator mode then the keyboard scrolled automatically over the charm ...
0
votes
2answers
124 views
How to jump focus on the second textbox when value of first textbox is maxLenght=3
I have 2 textboxes next to each other for the Telephone number field on an Online Request form.
The maxLenght of the first textbox is = 3, so after the user has entered in the value it must focus on ...
1
vote
2answers
228 views
How can I check the radio button relative to a textbox?
I'm trying to check in reference to the textbox selected, but when I change to other textbox the first radio button stays checked! and I don't know how can I do to check the radio button according to ...
0
votes
1answer
304 views
WinRT, TextBox's focus, weird behavior
in one of my WinRT App's Views, I'd like the BottomAppBar to be displayed when a TextBoxloses focus. I played with the GotFocus and LostFocus events with which I can manually change the IsOpen ...
0
votes
2answers
179 views
Obtaining Multiple Textbox ID in JavaScript
I have this code here in ASP.NET format
<asp:TextBox ID="BuildingNameTextBox" runat='server' placeholder="Building Name" Text='<%# Bind("BuildingName") %>' />
<asp:TextBox ...
0
votes
2answers
136 views
put focus to a textfield in popup
I am using a popup box for adding a category.
script for that is
<script>
function changeMenu(id)
{
if (id=='other')
{ //Getting the variable's value from a link
var ...
0
votes
0answers
200 views
WP8 Textbox loses focus
I have a page with a panorama control and on the second item of the panorama I have a wrap text texbox. When I type a 10+ characters (or so) long word into that text box with that word being on the ...
0
votes
0answers
203 views
Set Focus on textbox in HTA document without Onload
I'm an intern and I am trying to add some functionality to a document written in HTA.
What I am trying to do is place focus on a textbox when it is revealed by a menu option.
(I believe this ...
0
votes
1answer
103 views
form textbox - keep focus during page load
On my homepage I have a form with a search textbox. If you click on the input and start typing when the page in still loading, something steals the focus so you have to click back in the input ...
-1
votes
1answer
87 views
How To supress getting focus to TextBox and its form when Text Changes in C#?
I have a Form (Form1) and a Rich Text Box (RichBox1) inside of it.
I have many objects that can append text in RichBox1
and Two Other Forms (Form2, Form3)
When that happens, if the application ...
0
votes
0answers
83 views
A windowed fullscreen game, WPF and how to handle focus in controls
sorry if the title is confusing - I couldn't just find one that really fits my problem without sounding even more stupid as it already does.
What I've got
I've got a windowed fullscreen application ...
3
votes
1answer
486 views
Keyboard.Focus does not work on text box in WPF
I am banging my head on what looks like such a simple problem to fix in wpf but i have yet to discover why i can't get my app to behave according to my plan.
I have a small search box that pops-up ...
0
votes
3answers
69 views
how to type and mark a tabulation in a textbox control C#
I need to enter a text to be inserted in a MySQL database, this text always contains tabulation e.g "/t"
When I type the Tab key, another control in the same form will take the focus
I there a way to ...
1
vote
1answer
138 views
Cannot reference to a form control which is out of focus
This is a follow up to a previous question I asked about how to update a textbox while typing. In my previous question, I had three textboxes, two of which were enabled and one which was not. They ...
0
votes
2answers
173 views
focus textbox only if value is empty
I'm currently using the html5 autofocus for a login form. I am looking for a function that will autofocus the username textbox only if empty, and if not empty to autofocus on the next textbox.
2
votes
2answers
291 views
How to put focus on a textbox?
How do I put focus on a textbox with JavaScript(Or jQuery)?
I have a textbox on a page and after the user presses the enter key, the textbox loses focus. (Keep in mind that no post occurs, the page ...
0
votes
3answers
168 views
Focusing Controls Inside RichTextboxes [duplicate]
Possible Duplicate:
Components Inside Textbox/RichTextbox in DotNet
I have a textbox inside of my RichTextbox control. (The texboxt contains certain expressions that cannot otherwise be ...
0
votes
1answer
510 views
Server side on lost focus event for a textbox
How can i fire a server side on lost focus event for a textbox without triggering a javascript function i want it server side function is it possible ?
<asp:TextBox id="Example" runat="server" ...
1
vote
2answers
123 views
Detecting which control is active
I have a setup with a textbox and a listbox in which I want the listbox to be visible only when either the textbox or the listbox is focused. To begin with the listbox will be invisible. Then as the ...
0
votes
0answers
51 views
Focus is not being lost on Switching Templates programatically
Following is the code sniplet,
I am trying to change templates for a contentcontrol when changing from editable mode.
<ControlTemplate x:Key=Temp1>
<TextBlock Text="{Binding Content, ...
1
vote
1answer
262 views
Remove focus from UIElement in silverlight
Please, help. Do you know, how can I remove focus from UIElemnent programmaticaly? The situation is: I need to remove focus from TextBox, when I pressed enter. How to handle key pressing I know. ...
2
votes
1answer
288 views
Setting Focus on Textbox after manual tab switch
I would like to have a button that switches a tab control to a specific tab item and afterwards set a focus on a textbox within that tab item.
For this I have an event handler for the click event ...
2
votes
3answers
272 views
Show textbox text highlight while textbox is out of focus
I have a textbox with some text in it. How do I prevent the textbox from hiding the selected text highlight when the textbox loses focus?
0
votes
1answer
247 views
TextBox.Focus() only works if I have a MessageBox.Show() after it?
Ok so obviously there's more to it, but here's the basics. This is seemingly such a simple thing but it's not working.
I have a Label.
I have a TextBox.
The ZIndex of the Label = "1"
The ZIndex of ...
0
votes
1answer
117 views
How to detect focus in textbox in Adobe Air
How can I detect when a particular textbox has gain focus, (both by keyboard and by mouse click). For example, when you click on a text box I just want a Alert popup.
I'm trying to do something like
...
0
votes
1answer
136 views
Style for a TextBox which should turn off style changes when focused
I have a simple style for my textboxes:
<Style x:Key="PortalFocusVisualStyle" TargetType="TextBox">
<!--<Setter Property="Focusable" Value="False"/>-->
<Setter ...
-1
votes
6answers
3k views
Check textbox focus using jQuery [duplicate]
Possible Duplicate:
Using jQuery to test if an input has focus
I need to check if a particular textbox has the focus or not using jQuery. So my code is like this, but it is not working:
if ...
0
votes
4answers
570 views
Focus textbox on main form after closing a second form
How do I focus a TextBox element on the main form after closing a second form which is opened by calling ShowDialog()?
I have tried to call MainForm.TextBox.Focus() in the closing and closed event of ...
3
votes
4answers
1k views
Textbox SelectAll on tab but not mouse click
So lets say I have a WPF form with several text boxes, if you tab to the text box and it already has something in it, I want to select all the text in that box so typing will erase that text. If you ...
0
votes
1answer
107 views
Set Focus on a Sub Widget TextBox in XAML
How can I set the default focus to be on a TextBox which is a sub widget in my current view?
<StackPanel Orientation="Vertical" FocusManager.FocusedElement="{Binding ...
-1
votes
3answers
4k views
How to call a function after textbox lose focus
I have no experience with Javascript/JQuery/AJAX so I'm trying to understand if it's possible to call a function that execute a query on my DB after a textbox lose focus.
I'm displaying a table in my ...
0
votes
1answer
148 views
How to retrieve the CaretPosition from the WPF RichTextBox during GotFocus?
I have a TextBox and a RichTextBox with the same text. Everytime I click inside the RichTextBox, the TextBox should be focused with same caret position.
My first idea was this:
void ...
0
votes
0answers
37 views
SL4: What control or action is changing the input focus?
We have an MVVM-structured application consisting of a SheetViewModel / SheetView. The main component of the SheetView is a Canvas control.
We also have an arbitrary number of UserControls on the ...
1
vote
1answer
186 views
Different Format for TextBox when Focused Using MultiBinding Won't Update Source
What I want to do is simple, show one formatting when a TextBox has focus and another when it doesn't. In my case I'm rounding a number to 3 digits when not focused but showing the actual, entire ...
0
votes
1answer
104 views
Silverlight control cannot receive input focus when switch to another window and then switch back
In my silverlight application, there are several textbox to receive input, when i switch to another window, then switch back to the browser window, sometimes the textbox can not get the input focus. ...
0
votes
3answers
525 views
Select All Content of TextBox on GotFocus Event
I am working on WPF application, in which I have some text boxes which is displaying dollar amount. I just want to select all content inside my text box whenever focus will come on text box.
To ...
0
votes
2answers
639 views
Textbox and messagebox
I have 2 input box on my form. If user enter data he can press enter to see if they are correct or in the other case messagebox will appear with error. Now i have small problem. When messagebox ...
2
votes
5answers
721 views
C#: How to deselect and defocus textbox?
I'm writing a simple calc-based app in C# WinForms. My issue is that I have textbox to display results which cannot be clicked/focused because buttons are binded to keyboard. Textbox has to have ...
1
vote
1answer
296 views
Focus image does not work for first time on Textbox
i want to show a focus image around a text box when it got focus. so i create following style
<Style x:Key="TextBoxFocusVisualStyle">
<Setter Property="Control.Template">
...



