Top "Focus" questions

Focus indicates the component of the graphical user interface which is currently selected to receive input.

Is there any way to programmatically set the camera focus off an iOS device to infinity?

I am creating an app that locks the camera focus for video recording purposes. I want to lock the focus …

ios camera focus infinity
How to force a focus on a component before the Form is shown

I have to show (with ShowModal) a Form with many TEdit but I want to force the focus on a …

delphi focus setfocus
ios remove keyboard

I have some text edit fields, and also a button to show a uidatepicker.. if I go to the uitextedit, …

ios keyboard focus uidatepicker iphone-keypad
JQuery Input box focus problem

I want to check some condition on blur of input box in jQuery. Once I lose focus from Input box …

jquery focus inputbox
Set focus on winform after start

I found a few topics about this but none of these could help me with my problem, i want to …

c# .net winforms focus setfocus
Change focus to next component in JTable using TAB

JTable's default behavior is changing focus to next cell and I want to force it to move focus to next …

java swing focus jtable focusmanager
select all on focus in lots of jTextField

I have lots of jTextFields in my application (About 34 jTextFields) and I want all of them select all of their …

java swing focus jtextfield selectall
How can I get a UIWebView to focus on a form input and bring up the keyboard?

I've created a UIWebView for logging into Facebook's Graph API OAuth interface. This works great, but I have to tap …

javascript safari uiwebview focus uiwebviewdelegate
On button click slide and focus on search input in jquery mobile

I have made this UI with jquery mobile, here i am doing is on button click a search input slide …

jquery jquery-mobile focus opera-mobile
Is there a cross-browser solution for monitoring when the document.activeElement changes?

I'm really looking for something that works with all current popular browsers (IE9, Chrome, Firefox, Safari) and all the way …

javascript focus document