The setfocus tag has no wiki summary.
0
votes
0answers
10 views
Setting the focus depth of the AVCaptureDevice ios
I want to set the focus of the camera to be a fixed value (in my case 6"). Objects that are 6in from the camera will be in focus and anything else will be out of focus.
But I don't see any way to ...
0
votes
0answers
12 views
Codeigniter modules and form input focus not focusing
I am developing a site with CI 2.1.3
I am using modules.
I have a page that looks like this:
<div class="row-fluid" style="margin-top:10px">
<div class="span3">
<label ...
-1
votes
1answer
15 views
jQuery conflict with set focus and scrollTop
I am trying to set focus to a text input box in document ready fuction this works great except the input box is in a fieldset about 50 px down the page so the page header is not visable when the input ...
0
votes
1answer
12 views
Having to call SetFocus twice in MS Access 2010
I found that for a couple of hours this code worked:
If KeyCode = 37 Then
Me.Text12.SetFocus
End If
Then it mysteriously stopped working. I thought it might have had something to do with ...
0
votes
1answer
90 views
jQuery mobile: Set focus on a textbox?
I'm trying to set focus on a textbox in jQuery mobile. But it is not working.
this is my code
<script type="text/javascript">
function FocusOnInput()
{
...
0
votes
0answers
67 views
set focus on search textbox instead of address bar on google-chrome-extension
I've tried to create a simple google-chrome-extension for a custom new tab.
I've used two files to do it:
manifest.json:
{
"name": "focus",
"version": "0.2",
"chrome_url_overrides": {
...
0
votes
0answers
29 views
focus form element on mouseup or click
I'm trying to focus a form element on mouseup or click after a form validation function has been called on mousedown. I can't figure out how to focus the invalid form element on one click of the ...
0
votes
0answers
43 views
VBA - SetFocus error (Error 424: Object Required)
I've made a button to navigate to the next record,
however, I also want to set focus on a text box
(in my case "LastName") after the following record
page loads up. The error is on ...
1
vote
3answers
114 views
form.show set focus to underlying Form
D5pro.
I have a sub-form of the main app, Form1 with a Memo1 the the user can add text to.
I have a FormHelp that is only for viewing (contains MemoHelp.ReadOnly:=True).
In Form1 the FormHelp can ...
0
votes
1answer
51 views
focus a parent window using href accesskey
I included a bank calculator tool inside a website. This calculator is opened on a new window. The problem I'm facing is that users need a shortcut to open multiple times the calculator, so I found ...
0
votes
1answer
85 views
Can we fire any event for Tab key using while going through the data grid view text box column in desktop application
I have a grid view of type data grid view text box column.
There are following fields in the grid.
Sr.No | Description | HSNCode | Qty | Rate | Amount
The Sr.No and the Amount is generated in the ...
0
votes
2answers
210 views
How to set focus to textbox on Onchange event of dropdown?
I have textbox whose visibility is controlled by value selected in telerik dropdown. Say if value selected is yes then textbox is visible else it hides. Now when value in dropdown set to Yes i am not ...
1
vote
3answers
920 views
Set focus to Data Grid View Text Box Column Cell
I have a gridview of type datagridview text box column, in that following columns are there:
SrNo | Description | HSNCode | Qty | Rate | Amount
I am generating amount in my program ...
0
votes
0answers
299 views
How to set focus to the datagridview textbox column?
I have a data grid view of type data grid view text box column.
There are following fields in the data grid:
SrNo. | Description | HSN Code | Qty | Rate | Amount
I am calculating ...
0
votes
3answers
40 views
java Access a window/Jframe by window name/title
I have an array of Strings and i want to print the Strings in Jframes. I use a for to call another class wich will create a Jframe with a Jpanel. It goes something like this:
for(int ...
0
votes
1answer
299 views
JPanel KeyListener Not Working
import javax.swing.*;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
public class AnaPencere{
JFrame pen;
AnaPencere(){
pen = new JFrame("Ana Pencere");
...
1
vote
1answer
101 views
Flex 4 - Set focus to none
I'm building an Away3d application which uses Flex 4.6 for UI. The arrow keys are required to move the 3d components - however, after using a component such as a slider, the application gives it ...
3
votes
1answer
186 views
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 TEdit, but not always the same, depending on the context.
I can't use SetFocus before the ShowModal (because ...
0
votes
0answers
202 views
In Access: keeping the focus on a record when using a move down button on a select screen
I have a select screen that contains several records from a particular table. The user is able to select a record and move it up or down in the list using a button on the screen. Problem is, I want ...
0
votes
1answer
93 views
set focus to java-inputdialog inside webbrowser over vb.net
I have a small application with a webbrowser in it. in this webbrowser a webpage is loaded with a JAVA applet. this java applet has input prompts like the one shown in the image
i would need to be ...
0
votes
1answer
344 views
Getting the name or ID of the User Name TextBox from an ASP.Net Login Control
In this ASP.Net Login Control can you tell me what ID or Name ASP.Net gives the User Name TextBox?
<asp:LoginView
ID="loginViewMain"
runat="server">
<LoggedInTemplate>
...
7
votes
2answers
4k views
How to set focus in AngularJS?
What is the 'Angular way' to set focus on input field in AngularJS?
More specific requirements:
When a Modal is opened, set focus on a predefined <input> inside this Modal.
Everytime ...
0
votes
0answers
60 views
wpf datagrid setfocus no work
In my datagrid each row have textbox, when finish type something in textbox, I want to hit tab and automatic set focus to next row textbox, how can I do that? Below is my code but never work.
void ...
0
votes
0answers
153 views
How to set e.cancel to a datagridview cell after using the cell as textbox from editingcontrolshowing event
I am new to c# programming.I am using an email validation from EditingControlShowing Event of datagridview control as
private void dgvCustInfo_EditingControlShowing(object sender, ...
0
votes
0answers
52 views
How to get focus to IE8 window ? SetForegroundWindow()?
I am using the following line
SetForegroundWindow(hWnd);
in c++ to get focus to an ie8 window. What actually happens is , i get focus for 2 times and after that if i open the next time instead of ...
1
vote
0answers
93 views
Android , Admob / Adview takes|steals focus from edittext , How to prevent?
I am creating views and add these views to a linearlayout , These input is taken from edittext at the bottom of the screen like a messanger application. Whenever i push the 'done' button it triggers ...
1
vote
1answer
103 views
focus on input box when its focus lost
I'm doing inline checking on form input boxes. It's my validating function:
function checkResult(input){
var result = Number(input.value);
if(result < 0 || result > 100){
...
2
votes
3answers
509 views
jquery set focus to dynamically generated element
I've run into this a number of times, where I wish to reset focus to (and or select the contents of) a dynamically generated element after failing some or other validation (typically on change or ...
0
votes
0answers
55 views
Mouselistener wont apply to panel
So I created a handling class that implements the MouseListener (this one works). As the program runs some resources are being loaded and it creates the panel to be used for the MouseListener etc... ...
2
votes
1answer
671 views
Chrome Extension: blank new tab + address bar focus
I'm using this extension to get a blank page each time I open a new tab, unfortunately the address bar is not focused after the new tab is open.
I changed the new page contents to dispatch the ...
0
votes
0answers
206 views
JavaFX ISSUE with event listener
I added a listener to a TextField focusedproperty value changed, wich fires a validation (checks if a typed ID exists).
The problem is, when requesting the focus for the firing TextField, both the ...
1
vote
2answers
304 views
Class extending KeyListener not responding to key presses [duplicate]
Sorry about its being a duplicate - I was in a hurry when I wrote this, and didn't have time to check. Though I suppose it would have been faster, now that I think about it...
Possible ...
0
votes
3answers
333 views
How to use Regular Expression with FindWindow?
I am ultimately trying to write something that will check if a specific window exists, and set it as active in the event it is.
I was able to use FindWindow to find a literal windows name.
int hWnd = ...
1
vote
0answers
211 views
Focus listener for android TextView?
I created a layout with TextView and EditText and setted the FocusListener for both view.
but I am not able to get the focus for TextView. I try a hardcoded requestFocus as well, but it's also not ...
0
votes
0answers
70 views
How to set focus to c++ control, writing builtin app onScreen Keyboard
i need to make onScreen keyboard inside my app for writing text in input box, on the page inside WebBrowser control, and I have some troubles with it.
For example, code of one button:
if ...
0
votes
1answer
86 views
How to set focus on login box that render when click on sub menu bar?
I have menu bar that consist on menu and login.Each of this menu has its own sub menu.When I click on the submenu, it will render panel group layout that contain input text for login such as username ...
0
votes
0answers
197 views
Request focus not working
I have scroll view with 10 linear layout, each one have plenty of views if we click any one view mean other all will be hide. this all works fine except on problem for example if we click first one ...
0
votes
0answers
30 views
Android: Set objects as Focusable
In my View class I have circles being drawn. These are drawn when the app is running, after a button press. I was wondering how I would make these Focusable e.g. using the D-Pad they can be selected ...
0
votes
1answer
124 views
Giving a button mouse click focus
Hopefully I can explain this well enough to make sense.
My cousin is disabled and used a single button to control applications on the computer. All these applications are custom made and they rely ...
0
votes
1answer
255 views
Why doesn't GotFocus run when SetFocus is called?
I have a breakpoint on the first line of a TextBox1.GotFocus event function.
When I call TextBox1.SetFocus elsewhere, the GotFocus breakpoint is never hit. Why?
Code in calling function: ...
0
votes
0answers
157 views
Adobe Reader ActiveX in IE9
I use Adobe Reader 9 ActiveX control in order to render PDF files through Internet Explorer 9 browser. However, it seems that the ActiveX control never loses focus, making Javascript events ...
0
votes
1answer
117 views
Set Focus on textbox when starting webpage
When the webpage loads the focus is on the URL and not on the text box.
Code used:
On Page load:
TextBox1.Focus(); and SetFocus(TextBox1); - Neither work
On asp side on tried in content:
...
0
votes
1answer
184 views
Sequence of events during form close event in vb.net
Trying to understand how best to handle a closing event.
If I have multiple workspaces open that have children that when closed, may return data to the parent, which may mean the parent needs to ...
2
votes
1answer
791 views
winapi C++ Handling Focus
OK, I am going to try and explain this without it becoming a essay but there is a lot of detail that I think is important, so please bare with me.
As a side project I am working on a C++ winapi app. ...
0
votes
0answers
58 views
windows8 contest to take part
I'm trying to set focus on TextBox but Focus() method returns false
this.NameTextBox.Focus(FocusState.Programmatic);
However in msdn it is written:
Focus(FocusState value)
Return value: ...
3
votes
2answers
968 views
how to perform setfocus(); to the dropdown list
I'm having a dropdown list which loads the records from DB on OnLoad() event, I want to set focus on the dropdown box when the page loads. I have tried many ways to set focus but its not working. pls ...
0
votes
0answers
269 views
Android: Focus Change between activities
I am having one application in which i am opening two more application with an intent flag
Intent.FLAG_ACTIVITY_NEW_TASK
paralleled , like half is alotted to one and half to other.
Now I want to ...
1
vote
0answers
245 views
ASP.Net C# SetFocus / Page Cycle - Confusing Error
Can anyone tell me why I would be getting the error in the below trace?
"SetFocus can only be called before and during PreRender."
The error message says that "SetFocus" must be called before or ...
1
vote
1answer
101 views
Set focus on img src
I have something like a comment box and I have a delete button like this for every comment.
When i click on the img to delete my comment it works well, but focuses on the TOP of the page.
Can I ...
0
votes
1answer
165 views
modifying focus traversal in a JTree
I have a JTree that's working fine, with a mixture of leaf and non-leaf nodes. When I give the tree root focus, the down arrow and uparrow keys do the obvious thing. The small change I want to make is ...



