0
votes
0answers
48 views

Wix UI How to change focus from one PushButton Control to another?

I have a dialog which lets the user choose a network share with the help of a custom action. I don't want the user to be able to continue the installation unless this location has been set. To achieve ...
0
votes
0answers
47 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
0answers
93 views

Send touch events to Popup window and background (android)

I have an activity which calls for a popup window to open with some edit text fields. I am trying to have it where the text fields are focusable, but the users are also able to click buttons in the ...
0
votes
1answer
63 views

HTML IE Set focus on Button without JavaScript

is it possible to set focus on a specific button in a form, without javascript? if no, how is it possible to do this with js? Thanks in advance.
0
votes
0answers
26 views

ie selects first submit as focused

is there a way to stop this with css or html (or even js)? similar question to: Stopping IE from highlighting the first submit-button in a form But i am NOT using .net. I just don't want the first ...
0
votes
3answers
120 views

How can I know if the user clicked on a button or an another part of the screen

I got a OnClickListener with some Button. So, when I press some of that buttons appear at bottom of the screen another Button, for example. If I dont click that last Button, this one must disappear. ...
0
votes
1answer
201 views

Unable to set focus on ToolStrip button

I have tried to research this all morning and found no solution that worked for me. I have a ToolStrip, with several buttons on it. I am unable to get figure out how to select any of the buttons ...
0
votes
2answers
191 views

Change BackColor of button when focus in Window Form

I need to change button BackColor on focus. Now I am using MouseOverBackColor<=Silver in a button. When I focus the button by mouse, its backcolor changed to Silver. When I focus the button by tab ...
1
vote
0answers
69 views

.focus() not adding class with .parent()

Having an issue I can't seem to shake. I have several table rows that I'm using jQuery to highlight whenever they are clicked. Some of my rows have a single input/button/checkbox/textarea so they ...
1
vote
1answer
115 views

text box with unselectable ='on' getting selected in ie on tab press from previous text field

textbox with unselectable ='on' getting selected in ie for tab press from previous text field. form 'input1' on tab press it should go to 'input3' with out selecting input2. < input ...
0
votes
2answers
157 views

Wpf button click when application window is not active

I have a WPF application window with a set of three buttons (Button A, B, C) and these buttons have command binding to respective View Model property. When Button A is clicked it's command executes ...
0
votes
2answers
267 views

C# Getting the focus on a button / making it active

I'm making a snake game in C# and I have a pause and play button. Problem is: these buttons are in the exact same position, so I can't click start after I have clicked pause (because it's still ...
0
votes
1answer
53 views

Performing action on change focus

How can be performed an action on change focus over a view? in particular I would change some attributes of LinearLayout view when the focus is on a certain button.
0
votes
2answers
92 views

EditText clicking disables footer elements clicking

I have ListView with the header and footer. Header - is a long ScrollView with set of EditTexts and Spinners. There're two buttons in the footer. When I click at one of the EditText, and after that ...
0
votes
1answer
147 views

Can gtk menus displayed via gtk_menu_popup release focus?

I'm refactoring some code that normally requires the user to click a button for a popup menu to appear (it appears beside the button), what I'm trying to do is show the popup menu if the user hovers ...
1
vote
2answers
475 views

Focus button from javascript withour clicking it

I call element.focus(); Where element is HTMLInputElement of type=button. But then the browser clicks the button! That's in mozilla and chrome. How do i highlight the button with selection, but ...
0
votes
1answer
1k views

Twitter Bootstrap Button Active State

I am almost exclusively using <a> tags with a class of "btn" for the buttons in my web app. The problem is that when users use the <tab> key to navigate form fields, there is no way to ...
0
votes
0answers
44 views

Getting focus off of the toolbar button

I have a toolbar in my MDI app. When I click on one of the buttons in the toolbar, it does execute its task, but the focus and highlight remains on the button. Thus, tooltips elsewhere in the program ...
2
votes
2answers
2k views

java swing: Focus lost on enter key event

I have a button in my dialog. After pressing enter key in that dilog, actions assigned to that button is getting called one by one. public void buttonAction1() { } .... public void buttonAction2() { ...
0
votes
2answers
448 views

ExtJs button focus

I have a ExtJs form with text fields and buttons. When i use tab keys to focus the elements in the form, the cursor moves to next fields and when it comes to buttons, the focus is not visible in IE8. ...
0
votes
2answers
185 views

Focus an HTML5 <button> element

How can I focus an HTML5 <button> element (preferrably with jQuery)? I have tried: $('#myButton').focus(); and $('#myButton').trigger('focus'); I tried it with and without a tabstop on ...
1
vote
1answer
293 views

Make the form always get focus even i click another control in C#

I made a game with multiple forms in C# The game use picturebox and button I use key down event in form with arrow key to make picturebox move... The problem occur when I click a button that display ...
0
votes
0answers
269 views

ExtJS: form elements lose focus style

A problem I was faced with is that there is no any focus frame (dashed border) on form elements: text fiels, buttons - when they are focused. This case is reproduced in IE9, Chrome but not in FF (FF ...
0
votes
1answer
103 views

Eclipse Rap no focus on a button

I have a problem with Focusable Buttons on Eclipse Rap. I have defined some Toogle buttons with some css style when your mouse is over it, with it is selected and when it is not. The thing is the ...
0
votes
3answers
196 views

How to create a winform with buttons that will never attract keyboard focus

I have a few textboxes on my winform. I have a few buttons on it too. Now when I am typing on one such textbox and clicks a button, then the input focus is lost from the textbox and the button gets ...
2
votes
1answer
214 views

In a dialog, how can I stop a default pushbutton from taking focus when hitting enter in an edit control?

Win32/C++. I have a multiline edit control and a pushbutton that I've made default with DM_SETDEFID. When I hit enter with focus on the edit, I want the focus to stay there instead of moving to the ...
0
votes
1answer
186 views

Gwt : How to not to fire a click event after focus?

I've created some elements of my GUI with GWT framework. I've just one button with an simple onCLick method. And when the button gets the focus (setfocus(true)) the triogger fires a click event ...
1
vote
3answers
619 views

Lose focus of button

There is a button which is clicked programmatically with code below but it stays as focused (I am not sure with terminology though). How can I get rid of that? private void ...
0
votes
1answer
1k views

set focus to button on tab

Hi I am trying to set focus to a button when it is tabbed to. The problem I am having is that when i add in the background image for the button the focus color is not being shown around the image but ...
0
votes
1answer
1k views

android fragments edittext button focus

being new to android app development, I encounter a problem regarding the interaction of android fragments, edittexts, focus and buttons. I have one fragment activity with several tabs. Most tabs ...
0
votes
1answer
630 views

How to defocus a button when barcode scanner sent data ending with newline

I am writing a C# barcode application. I have a EAN-13 regex to detect barcodes in "Form1_KeyPress" function. I have no mechanism to detect where the input comes from. Here is my problem: I have a ...
2
votes
3answers
4k views

Black border on IE7 buttons on textarea/input focus

I've run into a weird IE7 problem.. I have some standard CSS styled buttons with a background picture and a solid 1px blue border. They work as supposed except in IE7.. If I click inside a form ...
0
votes
0answers
43 views

Can I onmouseover focus() on a button that is in a div thats display is switched from none to block

I want to focus on a button that is in a div that is set to block while at the sametime focusing on a button in the div that was display none
0
votes
3answers
252 views

Blackberry text and button focus issue

Hi so i have a screen which contains a labelfield with a lot of text in, then at the bottom of the screen there is a button. As the button has focus when the screen is shown, only the bottom section ...
0
votes
2answers
154 views

focusing on a button on click

Is it possible to highlight or change the image of a button to another image Onclick() of a button ? this is my xml for the button <Button android:layout_height="wrap_content" ...
0
votes
3answers
299 views

WPF Button strange focus behavior

I have searched all over for an answer to this and read many threads on SO to no avail. This is VS10, .Net 4.0, standard Button with a image as background and a text. I have removed non-essential ...
1
vote
3answers
261 views

Removing a control that has focus with the click of a button in c sharp

I have several controls in a panel, and I want to make a button that removes the one that has focus at the time that the button get clicked. I tried iterating through the controls in the panel to ...
0
votes
1answer
3k views

C# Stop Button From Gaining Focus on Click

I have several buttons that when clicked I don't want them to get focus nor do I want the space bar to 'press' them again. I want the same functionality as the buttons in windows calculator. ...
1
vote
3answers
171 views

How can I give a series of buttons with background colors a focus?

I made a layout that is just simply a textview that says "What do you want?", followed by a series of buttons underneath it. All of the buttons can be clicked/touched, but when I scroll with the ...
0
votes
2answers
1k views

C# how to add focus to button issue

I have a windows form application which has a text box and 3 buttons. Now i need to add focus to a button for 1 second, and then add focus to the other button for a second.. like wise to adding focus ...
12
votes
5answers
5k views

How do I prevent WPF buttons from remaining highlighted after being clicked?

When a standard WPF button is clicked, it gets highlighted in blue (probably using the blue color from whatever Windows theme is set), and it stays highlighted until you interact with any other ...
3
votes
2answers
601 views

Android Button needs two click for action

I have a form. 7 EditText in vertical layout. On screen in one moment can see only 3 EditText (form is big so I need to scroll up and down to fill all fileds). In bottom - Button. When I fill top ...
1
vote
2answers
2k views

Focus in GridView layout

In my Android app, I have a GridView layout with a set of Buttons. The problem is, that I can't set properly the focus (I mean cursor, controlled with joystick on the Android device) on the buttons. I ...
0
votes
2answers
2k views

Firefox: CSS: change style when button focused

It is possible to remove the extra Firefox-specific spacing from <button> tags. The only drawback is that the outline will be missing when you focus to the button on your keyboard. I would very ...
0
votes
2answers
1k views

Javascript input focus

I am trying to find some javascript that will keep an input focused when the webpage is not the active page. For example, I have 2 firefox windows open, one is for reading and the other has some ...
0
votes
2answers
3k views

How to set focus on form with more of one button?

I have two buttons for the same form. In the HTML code I declared first the "Button One" and after the "Button Two". When I display the form, the focus is on the "Button One", but I would like to ...
0
votes
1answer
261 views

Java Focus Traversal to newly disabled button

I have a problem with the focus traversal system in Java. When I tab between components in a pane in my application everything works fine Tab moves the focus to the next component. Some of my ...
1
vote
1answer
554 views

To make control(focus) flow from a Button to top of a list view in Android

My activity has a set of buttons on the left half of the screen and a ListView on the right. Initially the focus is on the first button. When I browse the buttons by pressing DOWN arrow key and then ...
1
vote
1answer
300 views

How to call a specific function on FocusChange of all buttons in android?

It's possible to specify a particular function to be called when button is clicked by setting its onClick attribute in xml: android:onClick="function_name" I want to do something ...
0
votes
1answer
203 views

CF - Button when pressed receives a focus (bold border)

As the question is asked ... how can i prevent that from happening? I have ZOOM IN and ZOOM OUT button that receive focus after pressed. The button in CF does not have focus property so im guessing ...

1 2