0
votes
1answer
18 views
gtk: how to hide a window when the application loses focus
Hi,
I want to duplicate the behaviour of tool windows in OpenOfice. When the application loses focus, the tool windows (if they are not docked) are hidden.
So, I have a main wind …
0
votes
3answers
39 views
jQuery blur with an exception
I have set a focus event on an input element. When there is a focus, jQuery searches for a div and displays it. That works. Wit the blur event on the same input element I make the …
0
votes
2answers
21 views
How to set the keyboardfocus to a textbox inside a UserControl programmatically?
I have a UserControl that incorporates a textbox. I want to set the keyboardfocus to this textbox programmatically when the user clicks a button.
I tried this:
private void Button …
0
votes
1answer
16 views
Auto-complete in WPF - Making a popup unfocusable
I'm trying to create a custom UserControl that will mimic auto-complete as it works within Intellisense using WPF. I'm using a TextBox and a Popup containing a ListBox within my co …
0
votes
2answers
21 views
Giving a child window focus in IE8
I'm trying to launch a popup window from a Javascript function and ensure it has focus using the following call:
window.open(popupUrl, popupName, "...").focus();
It works in ever …
0
votes
1answer
23 views
Windows forms window starting up out of focus (and behind executable folder)
Hi,
I'm getting some strange behaviour in the start-up of a Windows app and wondered if anyone could throw any light on what is happening and how to get around it.
The problem is …
0
votes
3answers
32 views
Handling selected objects on the GUI in WPF
I've built several user controls in WPF and they all get added to a canvas. I want to add a behaviour that keep tracks of the currently selected usercontrol. A usercontrol should b …
2
votes
8answers
85 views
when programming, should you focus on one thing at a time, even if you get stuck on one step ? [closed]
i find myself often falling into a "mental block" where i can't figure out how to find an approach to a problem. i think about it for a few days until it clicks.
is this bad? if y …
0
votes
1answer
21 views
Re-Focus Browser in Javascript when Dragging File from Desktop
Hey there,
When I drag a file from the desktop to the browser, and I keep the browser in focus (Safari or FireFox for now), I know everything works right (dragging, having the app …
1
vote
2answers
31 views
Focusable Panel in WPF
I need to make a Panel focusable in WPF, so that it captures keyboard events just as any other focusable control:
The user clicks inside the Panel to give it focus
any KeyDown or …
8
votes
18answers
475 views
Tips to keep focused during code reviews
I often get sent to sites where I need to do a code review of a system I am not involved in, and once reviewed won't be involved in again. I spend time during the usual tool tests …
0
votes
2answers
19 views
Forcing a Cocoa app called from java to take focus
I have an OSX cocoa app that is called from my java like so:
String cmd = "/Users/mike/ASJPictureTaker.app/Contents/MacOS/ASJPictureTaker";
Runtime run = Runtime.getRuntim …
0
votes
0answers
19 views
Parent get focus when child control requested it
Hi,
I have a WPF UserControl (B) as a child of another UserControl (A). I have a situation where in some instances B requests focus but A actually gets the focus. Does anyone have …
0
votes
2answers
23 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 …
0
votes
2answers
66 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 …
