Focus indicates the component of the graphical user interface which is currently selected to receive input.
2
votes
0answers
11 views
ALT-TAB always activates main window in WPF app with multiple owned windows
On Windows 7, .NET 4.0 I have a problem that can be reproduced by copying the following code into a blank WPF application generated by Visual Studio:
public MainWindow()
{
...
0
votes
0answers
4 views
AS3 AIR - addEventListener that is in effect when the window is not in focus
this is with Flash cs6 trying to make an air app.
Hi, I'm fairly sure this is easy to answer when you know the expression.
so I want to know how to detect a KEY_DOWN and KEY_UP when the window is ...
0
votes
1answer
23 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
2answers
1k views
edittext inside scrollview, how to scroll to edittext when it gets the focus
have an edittext inside scrollview. (and there are other views inside scrollview above edittext.)
When user presses the edittext, keyboard becames visible and the visible area of the scrollview ...
1
vote
2answers
3k views
Android Camera Focus Mode
I am trying to make a custom camera application
I want to let the users can choose the focus mode in this application.
The focus mode is auto and touch-to-focus
If we want to use touch-to-focus in ...
2
votes
1answer
134 views
jqueryMobile set focus on input field in popup
In my jquery mobile application I would like to automatical set the focus on an input field after a popup is opened. The input field is in the popup as below. The focus is correctly set at the ...
0
votes
1answer
24 views
How to show programmatically FocusVisualStyle?
Afters attemps I could tell that the FocusVisualStyle is only activated by the keyboard (tab and arrows keys).
Try to make the FocusVisualStyle to be applied after the component is loaded, it is ...
1
vote
1answer
31 views
JTree valueChanged event gets called before focusLost of another component on clicking a node
I have a JTree where each node of the tree represents some user data. The data is editable and is stored in a file/db. There are a bunch of JTextField that lets you edit/update the user data for the ...
1
vote
1answer
3k views
Edittext keeps focus when keyboard up AND scrolling the listview
I use a listview. Each item in the list contains one edittext. When I click on an edittext, the soft keyboard pops up, the edittext I clicked on gains the focus for a short time and then lose it. I ...
1
vote
1answer
3k views
Android ListView delete row button - focus issue
I have an activity with ListView and buttons below:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
2
votes
1answer
200 views
Javascript focus() not working when onkeyup event is executed in iOS
I have 4 input boxes to enter 4 digit passcode. I want to focus to the next input box when the first input box is filled by user.
I had to use document.getElementById('second').focus(); to focus to ...
0
votes
0answers
4 views
Giving a JPanel priority focus
I have a JPanel that is using a KeyListener as the content pane as the window; however, there are buttons and text fields in a grid layout on top of the JPanel.
How do I prioritize the focus of the ...
1
vote
1answer
13 views
Dojo:how to find if the widget has focus in dojo
how do I find out if my custom widget has focus in Dojo?
i have dojo editor i wnat to know if the editor has already focus or not?
0
votes
0answers
21 views
Custom View stealing focus from Button
This is my xml file for the layout.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/idtop"
...
1
vote
1answer
35 views
jQuery Mobile Select input text on focus
I'm using jQuery mobile, I now want to make an input text field to be highlighted when tapped.
I'm using this:
$(document).ready(function() {
$('.highlight').focus(texty_focus);
});
function ...
1
vote
5answers
2k views
How to skip fields using javascript?
I have a form like this:
<form name="mine">
<input type=text name=one>
<input type=text name=two>
<input type=text name=three>
</form>
When user types a ...
5
votes
4answers
329 views
Auto-focus on a jButton on a jpanel
I have a JPanel loaded on a JFrame. The JPanel contains 4 JButtons. The thing I am trying to do is to get the focus automatically on the 1st jbutton so that I can traverse between the JButtons with ...
2
votes
2answers
2k views
Mobile Safari: Javascript focus() method on inputfield only works with click?
I can't seem to find a solution for this problem.
I have a simple input field like this.
<div class="search">
<input type="text" value="y u no work"/>
</div>
And I'm trying ...
0
votes
0answers
10 views
Android WebKit focused textarea won't draw background image
Android WebKit draws a white background + border on a textareas and inputs when they have focus. How do I stop it from doing that?
I've tried changing -webkit-tap-highlight-color, ...
0
votes
1answer
24 views
Js-jQuery - check if element is focused or get last focused element class
is it possible to check if an element is focused?
i tryed:
<a href="#"></a>
$('a').is(':focused');
but it won't work.
Also i would like to understand if is possible to get the ...
0
votes
2answers
44 views
Underline transition in menu
I have a menu with a lava-lamp like underline that looks like this:
The underline slides between links when clicking on them. Try a jsfiddle HERE.
My only problem is that if you click outside the ...
2
votes
2answers
33 views
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 down for search... and likewise it will focus on the input box...
This is the script i am using,
...
10
votes
1answer
277 views
iOS input focused inside fixed parent stops position update of fixed elements
The following happens on Mobile Safari iOS 6.1.2
Steps to reproduce
Create a position: fixed element with an <input type="text"> element inside it.
Actual result
Input - not focused
The ...
0
votes
2answers
43 views
Changing focus from on textbox to another, when tabpages is changed in C#?
I have several tabs in a form. Each tab has one textbox. When I enter tabpage1 I have managed to set the focus on the textBox1. When I press a button in tabpage1 I jump to a random tab in the ...
-5
votes
0answers
69 views
How Do I intercept a key command when my program doesn't have focus? [closed]
I am using c# to try to intercept when the "C" key is pressed and want my program to work when it is not in context, or focus.
Here is my WPF C# code:
public MainWindow()
{
...
41
votes
23answers
3k views
How to keep concentrated and focused while waiting for your compiler?
When I'm working on software, I find that as soon as I have to wait more than around 6 seconds for the compiler or for the program to start (or simply for Visual Studio to process some really ...
0
votes
0answers
31 views
Why can't my button gain focus unless I click another button first?
I have 5 buttons on my activity, one of which is a close button to finish() the activity. Clicking it does nothing unless I click one of the other buttons first and then click it. I'm assuming the ...
0
votes
2answers
41 views
Getting focus/activeFocus status from QML ListView
I've a two column layout with a ListView in the left column. With the Left/Right Keys I can change focus between the two parts of the app.
The active focus of the left column is delegated to the ...
-1
votes
0answers
29 views
Why the fragment is not working properly? [closed]
I have a menu with fragments. 1 fragment is a barcode scanner fragment. In the onListItemClick for the option coresponding to this fragment i replace the default framelayout with this fragment. The ...
4
votes
2answers
6k views
Set focus on textbox in WPF
How to set the focus on an TextBox element in WPF
I have this code:
txtCompanyID.Focusable = true;
txtCompanyID.Focus();
...but it is not working.
Any idea?
6
votes
1answer
4k views
How do you set focus to the HTML5 canvas element?
I'm using the HTML5 <canvas> element in Firefox 2.0.0.16 and in Safari 3.1.2, both on my iMac. (I've tried this in Firefox 3.0 on Windows as well, also to no avail.) The tag looks like this:
...
0
votes
0answers
33 views
requestFocus() not working with show() method
I'm making a game where the program has to show one panel, and from that panel show the previous panel, and then show the first panel again.
To make things simpler, let's say we have PanelA and PanelB ...
0
votes
1answer
42 views
KeyListener wont focus
I'm new to Java so please forgive me asking for help, but after 4 hours of searching for a solution I'm really getting desperate.
I'm currently setting up a game and want to implement key controls. I ...
0
votes
1answer
63 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 ...
18
votes
10answers
34k views
Set mouse focus and move cursor to end of input using jQuery
This question has been asked in a few different formats but I can't get any of the answers to work in my scenario.
I am using jQuery to implement command history when user hits up/down arrows. When ...
0
votes
0answers
84 views
jQuery UI: modal dialog focus bug?
I am trying to create a modal dialog box that has a vertical scroll for content that overflows. For demo purposes, this dialog box contains an anchor and a bunch of divs (to overflow). Here is my ...
107
votes
9answers
35k views
Is there a way to detect if a browser window is not currently active?
I have JavaScript that is doing activity periodically. When the user is not looking at the site (i.e., the window or tab does not have focus), it'd be nice to not run.
Is there a way to do this using ...
2
votes
0answers
329 views
many focused pictures with one focusing in android?
I'm making an Android application that should take pictures with an interval of one second. The problem is that if you focus the picture before each picture, intervals get too long. Camera.autoFocus() ...
1
vote
1answer
33 views
Cannot focus on button when focused in textarea in mobile
I have a textarea which when a user types some text into and clicks the button underneath, the button will not work the first time, you have to push twice on the button to make it work. It's as if the ...
0
votes
1answer
6k views
JQuery - enlarge text/image on hover/focus (bubble-up / fisheye ?) - help fixing/improving if possible?
The desired effect is what seems to be termed as/similar to Bubble-up or FishEye examples:
http://aext.net/2010/04/bubbleup-jquery-plugin/
http://interface.eyecon.ro/demos/fisheye.html
I've seen a ...
2
votes
3answers
3k views
Force focus on one element with an exception. (jQuery)
I have two input fields. I want to force the focus on #area no matter where the user clicks unless it is on #input. I've tried something like this, but since input is part of document, it does not ...
0
votes
1answer
14 views
How do you get current keyboard focus coordinates in Mac OS X's Accessibility API?
I'm looking for a Mac OS X Accessibility API to get the coordinates of the location of the current keyboard (not mouse) focus. According to page 2 of the document I found at ...
0
votes
1answer
45 views
C# FormWindowState.Normal not to steal focus
I have a Windows Form Application that will go to system tray when it is minimized. When I received a message to pop-up my application it will call ShowWindowFromTray() function. I do not want to ...
0
votes
0answers
22 views
jQuery focus on live input field
I've got a couple of input fields (generated by a framework). When the user confirms the input on the first input field the focus should move to the second field.
I've coded something like this:
...
0
votes
1answer
45 views
Transfer cursor from one JTextField to another on Enter press?
I have one JTextField called Name and one JTextArea called Address. My requirement is when user has entered name in the JTextFieldand pressed enter key the cursor should go to the next text area which ...
17
votes
7answers
20k views
Android: Force EditText to remove focus?
I would like to be able to remove the focus from the EditText. For example if the Keyboard appears, and the user hides it with the back button, I would like the focus and the cursor to disappear. How ...
4
votes
5answers
2k views
How to change placeholder color on focus?
How to change the color of placeholder when focus the input field?
I use this css to set the default color, but how to change it on focus?
::-webkit-input-placeholder { color: #999; }
...
1
vote
0answers
41 views
Stubborn WinForm loses focus and doesn't regain it
I have a form with a splitview container. The left side is a devex GridView and the right side is just a regular view. I drag-drop text from the GridView to the view at the right hand side. To ...
1
vote
1answer
21 views
wxPython TextCtrl Not Focusing After using Remove() or Clear()
So I am making my Major Project for my HSC which consists of three banking calculators.
I gather the data from various TextCtrls before doing the calculations. For my Savings Calculator, I have two ...
0
votes
1answer
71 views
QT: Context menu on Trigger
I have a QMenu that in a QSystemTrayIcon. Both are members of a QMainWindow object.
I wan the QMenu of the QSystemTrayIcon to act exactly alike when right clicking (ie, reason ...










