Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
34k views

Set focus to field in DIV

What is the proper method to set the focus to a specific field within a dynamically loaded DIV? $("#display").load("?control=msgs"); // loads the HTML into the DIV $('#display').fadeIn("fast"); // ...
5
votes
1answer
2k views

Android WebView - Setting HTML Field focus using Javascript

I have an application with just a visible WebView component to it which is used to display some dynamically generated HTML (can run Javascript too). It's enabled for the WebView. For a few pages I am ...
3
votes
3answers
119 views

Giving focus back to main form

I have a C# app with two forms. The first one is the main form which should always be open. The second one is a preview pane which the user can enable. When the user selects to show the preview ...
3
votes
2answers
421 views

WPF Window set Focus

I have a WPF Window which I only create one time and then Show() and Hide() several times. Now I am searching a way to set the focus on a element on each Show(). Where and how can I do this?
3
votes
2answers
83 views

How to focus Textbox with Alt + letter

I need to quick focus the text box using Alt+Letter combination. In my form for each textbox is a label. For this label I can specify name as '&My Label' and M letter will be underlined when I ...
3
votes
1answer
2k views

VBScript set focus on a window in IE

I'm updating an old piece of code that uses VBScript to pull up a window in IE. For some reason, it likes to open up behind IE. Google gave me the following couple lines for setting window focus in ...
3
votes
2answers
296 views

How to change onfocus attribute with jquery according to tabindex?

I have a list of elements in my page which are ordered with tabindex. What I am looking for is how can I emulate that the tab key was pressed so the focus to move on the next element? I am planning to ...
3
votes
3answers
432 views

Set input field focus on start typing

I am looking for a way to be able to start typing on a website without having selected anything and then have a specific input field in focus. Google also employs this feature. In their search ...
3
votes
1answer
518 views

Setting focus to the address bar using a firefox extension

I'm developing an extension that requires to set focus to the address bar at some point. I've been trying to RTFM, but the FM is so hard to read! Does anyone know of any way to set focus to the ...
3
votes
5answers
5k views

Set focus to textbox in ASP.NET Login control on page load

I am trying to set the focus to the user name TextBox which is inside an ASP.NET Login control. I have tried to do this a couple of ways but none seem to be working. The page is loading but not ...
3
votes
3answers
3k views

KeyCode_Enter to next edittext

In edittext, after typing 'Enter' key, system make a new line inside it. I'd like to focus on next edittext, no new line. how to code? my code in xml is below <EditText ...
2
votes
1answer
246 views

Touch-To-Focus on cameraOverlayView in iOS 5?

I used to have touch to focus on my cameraOverlayView (in UIImagePickerController), but once I updated to iOS 5 it doesn't work. I used a custom view class which I applied to my view in ...
2
votes
3answers
151 views

How to deselect textbox if user clicks elsewhere on the form?

Currently in my application it is impossible to deselect a textbox. The only way is to select another textbox. My users and I agree that clicking anywhere else on the form should deselect the current ...
2
votes
1answer
182 views

Focus event with dispatchEvent

When I trigger a focus event with dispatchEvent on an input box, its onfocus is called, but on the UI the input box is not focused. Is there any reason for this behavior? var test = ...
2
votes
3answers
279 views

WPF: Can't get my control to take focus

I can't seem to get my control to actually take the focus: XAML: <Button Command={Binding SetGridToVisibleCommand} /> <Grid Visibility="{Binding IsGridVisible, ...
2
votes
1answer
362 views

WPF- How to set event Up, Down, Left, Right without using the Up, Down, Left and Right Arrow Key?

I am doing HCI (Human Computer Interaction) using face tracking. I am trying to control PC using face. I have 3x3 2 dimensional grid of button. 1 2 3 4 5 6 7 8 9 Suppose, current focus on button 5. ...
2
votes
1answer
450 views

jquery last focused element

I have a basic login form, which uses ajax to login users. If the details are incorrect text is displayed showing login has failed. When this is shown the last textbox the user entered text in loses ...
2
votes
2answers
375 views

Focus an item in ListView with VirtualMode enabled

I have a ListView in VirtualMode. I need a way to set focus to specific item. The FocusedItem is not good for the VirtualMode, I need a way to set FocusedIndex or something like that, but didn't see ...
2
votes
2answers
203 views

Select items runs fine in Chrome et al but not on Android G-1 browser?

This little web page runs fine on my desktop but when selecting the area with a G-1 Android device (select box that says statewide..) the data refreshed with the requested data in the table but the ...
2
votes
1answer
168 views

how to get the focus to a button on pressing the “enter” key in the key board

i have a aspx page with two buttons,"close" and "submit" button.when i press the enter key in the keyboard the focus automatically goes to "close" button and closes the page.Instead i want the focus ...
2
votes
5answers
8k views

Setting focus to iframe contents

I have a page with a document.onkeydown event handler, and I'm loading it inside an iframe in another page. I have to click inside the iframe to get the content page to start "listening". Is there ...
1
vote
2answers
24 views

shifting focus from one compnent to another

How can i shift focus from one component to another component when i (program) experience's' a certain case ? Like the focus shifts to the next text-field when in the first text field the word length ...
1
vote
1answer
98 views

How to override the dojo control focus method on FF

We have an existing application using dijit controls. The previous behavior on pre FF6 when the control is focused is it also gets selected. However, starting FF6 the control is no longer selecting ...
1
vote
1answer
90 views

jquery trigger focus and cursor movement

Is there any way to trigger the focus() event on a <textarea> element and put the mouse cursor at the end of the text which is inside the textarea? thx
1
vote
2answers
57 views

silently transfer keyPressEvent to one child , and make it focus?

When user types in a QWidget based window, I wanted a QLineEdit to process all input keys, so I tried the following two solution in keyPressEvent() of that QWidget: A. void Window::keyPressEvent ...
1
vote
3answers
193 views

TEdit focus & caret

I got two TEdit controls. When I tab out of edit1, edit2 receives the focus. On my OnExit event of Edit1 I have the following code: procedure TForm1.Edit1Exit(Sender: TObject); begin edit2.Enabled ...
1
vote
2answers
136 views

Focus In /out Problem Flex Bug

When i press the *ok button of the alert box i want the txtOther.textbox to be in focus. here the txtbox is focussed when the alert box is displayed and wen i press the ok button of the text box the ...
1
vote
2answers
184 views

How to Set Focus on JTextField?

I make my game run without mouse so using pointer is not a choice. High Score menu will show when player lose. this is my code highScore=new MyTextField("Your Name"); ...
1
vote
2answers
168 views

How do I get the Control that is under the cursor in Delphi?

I need the opposite information that the question "How to get cursor position on a control?" asks. Given the current cursor position, how can I find the form (in my application) and the control that ...
1
vote
1answer
156 views

can not focus children of skinnableContainer

I have a custom component extends from skinnableContainer and only has two NumericSteppers. I explicitly set focus to my component like myComponent.setFocus(). It sets focus to first stepper which is ...
1
vote
1answer
301 views

Is ScrollIntoView synchronized in virtualstackpannel (Especially in WPF DataGrid)?

We have a problem for focus a cell of DataGrid after Its data of bounded collection has Refreshed. for example we set a filter for its collection and then we want to refocus a stored cell of stored ...
1
vote
1answer
385 views

Delphi Application Loses Focus

I implement this chevron tool bar in my application and it works perfectly great; however, when I clicked on any items on the menu, my application loses focus. Even if I move my mouse over the the ...
1
vote
4answers
66 views

Which js function is more appropriate for industrial standards?

I have two JavaScript programs, one I have used in my old company and another one I just came across in a site. Today, I noticed that my colleagues have used both these standards in the program and ...
1
vote
1answer
188 views

Javascript/jQuery : Refocus a contenteditable div that has child elements within

My Aim: I am detecting hash tags within a content editable field as they are typed. I want to be able to remove a hash tag a it is typed, append it to another container and refocus selection on the ...
1
vote
3answers
649 views

Removing focus from all objects in Visual Basic 6

Is there a method such that a user can click on the form itself, and in doing so remove focus from whatever object (textbox, combobox, etc) currently has it? Basically, can focus be uniformly removed ...
1
vote
5answers
174 views

Can a Cocoa app's executable steal focus from caller?

Say I have a standard Cocoa Application call Foo.app (like the one you get just by choosing New Project > Cocoa Application in Xcode), if I open the app via a terminal using: open Foo.app/ Then I ...
1
vote
1answer
412 views

Setting initial focus to a control in a Silverlight form using attached properties

I am trying to set the initial focus to a control in a Silverlight form. I am trying to use attached properties so the focus can be specified in the XAML file. I suspect that the focus is being set ...
1
vote
0answers
84 views

focus any window from its window number

I am looking for a way to focus any window from it window number/id in Mac OS. All ideas are welcome even methods using private methods. Thanks in advance for your hep, regards,
1
vote
1answer
312 views

show data at DIV after use .focus() in jquery

Lets say i have a form like: <select id="model"/> <input type="text" id="serial"/> <label>Packing <div id="packing" name="packing"></div></label> <br/> ...
1
vote
0answers
270 views

Focus on a WPF TextBox doesn not work properly with attached properties

In WPF MVVM environment, I'm trying to ensure that focus is given to a TextBox. What happens is that the Cursor appears in the TextBox but is not flashing and the TextBox does not have focus. The code ...
1
vote
1answer
180 views

How Windows Static Control Prevent Input Focus

We know that Static Control in Windows does not receive input focus. But since Static Control in Windows is just a child window, according to what I understand so far, any window should be given input ...
1
vote
1answer
149 views

SetFocus to a textbox wpf

I want to set focus to a textbox always. I am creating a application in wpf, in the search page there is a textbox i want to set focus to that textbox always, if the user clicks anywhere in the page ...
1
vote
1answer
658 views

SWT: Proper handling of Lost/Gained Focus in Custom Controls

Our Control I have a Custom SWT implementation of a Combobox/DropDownList. This is implemented as a Composite containing a Text and a Button. When the list is showed, we use a List control that is ...
1
vote
1answer
262 views

In JavaScript is it possible on IE to register one event listener to capture all the change, focus, and blur events on the page?

In non-IE browsers: The change event bubbles, so you can catch it when it gets to document in the bubbling phase. The focus and blur events don't bubble, but you can catch them on the capture phase ...
1
vote
1answer
346 views

ASP.net - Set focus to editing row

How do you set focus to a specific control in a datagridview row after clicking the edit button? I'm able to do it for a new row when the grid is binding, but not for an existing row. The control ...
1
vote
2answers
591 views

How to programmatically set focus to HorizontalList so that it could receive key events (Flex)?

Please, look at the code: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:creationComplete> <![CDATA[ ...
1
vote
1answer
1k views

Set focus to jHtmlArea jQuery plugin

I'm using the jHtmlArea jQuery plugin on my page and I'm making it visible onClick of a button. Now I'm trying to place the focus into the jHtmlArea editor once it's displayed, but just can't seem to ...
1
vote
1answer
167 views

Manually selecting a control's element without knowing its name… (ReportViewer)

i am utilising the reportviewer class in my c# application and have a question that isnt essential to fix but something i would like to figure out. Lets say i launch a new form with a fully docked ...
1
vote
3answers
2k views

SetFocus to asp:TextBox within asp:Panel within asp:Content from content Page Load event

I have an asp web page(login.aspx) that uses a master page (master.page). I need to set focus to an asp:textbox(TextBox1) that is inside an asp:Panel(Panel1) on Login.aspx I want to set focus to ...
0
votes
1answer
41 views

Focus On Textfield In JQuery Dialog Content Not Working

I am having problem forcing focus on a textfield in the content of a JQuery dialog content, which is dynamically generated. I have googled about this and it seems that if the Jquery dialog is set as ...

1 2 3