Tagged Questions

0
votes
2answers
18 views

Stop a jframe requesting focus

I have a small application that updates the contents of a JFrame very quickly (many times per second) and on each update (I remove a component and then add a new one, then set visi …
-1
votes
2answers
12 views

Focus on TextArea after calling .show(’slow’);

Can get this to work: $(document).ready(function(){ $('a#reason').click(function(){ $('div#reasonEntry').toggle(); setTimeout($('#reasonForChange').focus(),10); …
0
votes
1answer
14 views

Android EditText boxes

I want to cause the focus of one edit text box to move to another on editting (meaning you can only type on letter before it automatically moves on to the next edit text). It's th …
0
votes
2answers
44 views

C# Mouse Right Click and Control Focus

I have a form which users can add controls to and when they right click it brings up a context menu which has an option to display the properties of the control they right clicked …
0
votes
3answers
60 views

Windows App Focus: Why does it require a click?

When I have 2 apps open and one has the focus but I want to execute a command in the other app, it requires a click to regain focus and another to execute the command. Is there so …
0
votes
2answers
26 views

jquery focus, but with more accurate postion.

you can easily find focus() answers from the site or any site.. but what i want to know, how can i use focus after what i just inserted inside the input box. $("input").val('@user …
1
vote
2answers
30 views

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

Hi, all. 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:creat …
1
vote
2answers
39 views

Why can’t I use focus() to place a cursor inside of a text field outside of Firefox?

I'm using this line of code: $(":text:visible:enabled:first").focus(); It works in Firefox but not in Chrome, IE8, IE7, or Safari. I would ideally like to place the cursor in a …
0
votes
2answers
53 views

Which HTML elements can receive focus?

I'm looking for a definitive list of HTML elements which are allowed to take focus, i.e. which elements will be put into focus when focus() is called on them?
0
votes
1answer
22 views

Google Maps stealing focus when map is below the fold.

I have a website which is using Google Maps to display the location of a property. This map is located below the fold on the website. In IE8, Firefox, Safari etc this is working f …
0
votes
1answer
48 views

Keep text selection when focus changes

I have a normal textbox, and a lightbox with a text input. I want to keep the user's selection in the textbox, even when the user focuses on the lightbox's text input. 1. Select …
1
vote
1answer
32 views

Move focus in response to keyboard events in XAML

I've got a WPF view with two textboxes. I'd like to automatically move focus forward from the first textbox to the second when the user hits the down arrow on the keyboard exactly …
0
votes
2answers
108 views

Prevent WebBrowser control from stealing focus?

Is there a way to stop the WebBrowser control from causing its parent form to bring itself to the front? If you use the InvokeScript method to invoke a JavaScript function that ca …
1
vote
2answers
98 views

set focus to iframe body/content in firefox ?

hi, i have an ifram, which has hidden visibility. i click on button - iframe will be visible and i want to focus on its body/content. because now i must click on button and then …
9
votes
68answers
2k views

Which chemical stimulation do you require while coding?

Whatever it be, caffeine, tobacco, whatever, list your programming performance enhancing drug of choice. Do you feel like you NEED it to be most effective at your work? Vote up s …

1 2 3 4 5 17 next
15 30 50 per page