Tagged Questions
The foreground tag has no wiki summary.
16
votes
9answers
7k views
Good text foreground color for a given background color
I'm drawing a color selection button and I'm looking for a nice and simple formula to get a good text color (foreground) for a given background color in RGB.
A simple try would be to just take the ...
8
votes
4answers
2k views
How do you force a java swt program to “move itself to the foreground”?
Currently with swt, I sometimes want a program to arbitrarily come to the foreground (like an alarm clock might).
Typically the following works (jruby):
@shell.setMinimized(false)
@shell.forceActive
...
5
votes
3answers
459 views
Changing the forecolor and backcolor of text in a textbox
I'm making a C++ code editor application using VB.NET. I'd like to change the color of the keywords as the user types it. Also I'm looking for a way to highlight some lines of the code.
Is there a ...
5
votes
1answer
741 views
How to be notified when foreground (top) activity (application) changes
I want to write a service for Android platform that is notified when the current foreground activity changes.
Basically the service should do some tasks only when the top activity changes.
Is there ...
5
votes
3answers
229 views
What are background, foreground & main threads?
what's the difference between background, foreground & main threads? What are the diff types of threads in .NET?
5
votes
3answers
9k views
Changing the Foreground colour of a contentpresenter in a listbox
I have created the following style for a listbox that will have an image displayed next to some text:
<Style x:Key="ImageListBoxStyle" TargetType="{x:Type ListBox}">
<Setter ...
4
votes
2answers
303 views
Detect what window was active just before my app activates
In Delphi XE, I'm trying to use GetForegroundWindow to detect the window that was active immediately before my application was activated. "Activated" means that the app may have been restored from ...
3
votes
1answer
1k views
START_STICKY, foreground Android service goes away without notice
I have started a service in my new application. The service is foregrounded, with a Notification. When this is run in the AVD 2.1 API Level 7, all works fine. But when it's run on a Samsung Galaxy ...
3
votes
1answer
888 views
How do I update the notification text for a foreground service in Android?
I have a foreground service setup in Android. I would like to update the notification text. I am creating the service as shown below.
How can I update the notification text that is setup within ...
3
votes
3answers
2k views
How to detect when an Android app goes to the background and come back to the foreground
i am trying to write an app that does something specific when it is brought back to the foreground after some amount of time. is there a way to detect when an app is sent to the background or brought ...
3
votes
1answer
1k views
WPF: How do I set the Foreground property of a TextBlock using DataTrigger
This is my XAML:
<TextBlock Name="SeverityText"
Grid.Column="1"
Grid.Row="0"
Foreground="Red">
<TextBlock.Triggers>
<DataTrigger ...
2
votes
1answer
80 views
How to launch a file in the foreground?
Launch a file = launch program associated with given file and automatically open that file on start of the program.
Let's say I run IntelliJ IDEA, I run my code and main window (modal) of my program ...
2
votes
2answers
70 views
How to create a c# windows form that keeps in the foreground of the application
In my C# 2.0 application, I want to have a find/replace windows form which keeps in the foreground of the application, even when I click on the main form. You will maybe know these sorts of forms from ...
2
votes
1answer
201 views
Force application to front
The question I'm about to ask may seem dangerous for the user, so here's the story before the question:
I'm working in a compagny that tries to sell Galaxy Tabs to schools (children under 10). So, ...
2
votes
2answers
327 views
TextBlock foreground being reset to inherited value after dynamic resource from merged dictionary is applied
EDIT: I was able to reproduce this in a very stripped-down version of the application. Here is a link to the .zip file
http://www.mediafire.com/?cn918gi15uph1xe
I have the module add the view to ...
2
votes
1answer
134 views
Monotouch: Controller brought to foreground - Notification?
MonoTouch
When an app is brought back to the foreground, I need the ViewController that becomes active to know about this.
Is there an event or override I can use to determine that the view was ...
2
votes
2answers
272 views
How do I get tcsetpgrp() to work in C?
I'm trying to give a child process (via fork()) foreground access to the terminal.
After I fork(), I run the following code in the child process:
setpgid(0, 0);
And:
setpgid(child, child);
In ...
2
votes
3answers
3k views
How to set foreground color of ListBox item
I have a ListBox in a WP7 app page which I bind to a collection (List) of a custom object called Location. In that object is a field called WMO and what I want to do when the ListBox loads is set the ...
2
votes
3answers
793 views
How do I bring application to foreground after a call?
In my app, I am placing a phone call due to which my app goes in background and suspended. After disconnecting the call instead of my app coming in foreground, native phone app comes into foreground.
...
2
votes
3answers
580 views
Close foreground thread gracefully on windows service stop
In my windows service I create one "parent" foreground thread that in turn spawns "child" threads using ThreadPool (which means they are background) to execute tasks.
What is the best way to close ...
2
votes
2answers
688 views
Foreground Vs Active window
In Windows, what is the difference between foreground and active window? To be specific, under what circumstances can a foreground window not be an active window? If the 2 terms are referring to the ...
2
votes
3answers
1k views
Active windows in Windows and QWidget::activateWindow()
The Qt documentation for QWidget::activateWindow() states:
On Windows, if you are calling this
when the application is not currently
the active one then it will not make
it the active ...
2
votes
2answers
440 views
How can i get the exe path of the foreground window
I would like to get the executable file´s path of the active foreground window.
I already have the handler of the foreground window:
[DllImport("user32.dll")]
static extern IntPtr ...
1
vote
2answers
86 views
iOS how to judge application is running foreground or background?
As we all knows, if an iOS app is running foreground, then the app won't notify users when the remove notification come. Now In my app, I want to show alert to notify users that remote notification ...
1
vote
0answers
57 views
Holding wifi locks in a foreground service
I'm writing an Android app that uses a couple of *NIX binaries which have been cross-compiled to ARM that provide network based services on the Android device (roughly ~400,000 lines of C code which ...
1
vote
0answers
643 views
Android - foreground Activity being killed when background system service scheduling restart by ActivityManager
I have a viewer application, implement with ImageView and ViewPager from Android Compatibility Package. For each page, I render some Bitmap and put them into ViewPager. It works fine, but sometimes ...
1
vote
1answer
55 views
How to detect if user actively relaunched the app by clicking the app icon?
I'd like to know if my app is coming foreground by user's clicking the app icon.(doesn't matter whether it's fresh start or becoming active from inactive)
But not from incoming call, ...
1
vote
3answers
174 views
Change TextBlock foreground color based on the background
I'm looking for a simple way to change the foreground color of a TextBlock based on the color of what is behind it, so that it is more readable. Since an image is more explicit than words, here's what ...
1
vote
0answers
79 views
python script or applescript to get active pdf in foreground window, open in another application
I'm interested in writing an OS X service and figured python would be the easiest way. Is it possible to write a script to get the active PDF in the foreground window of any app, and then open that ...
1
vote
0answers
19 views
Is it possible to get within service other applications names that are in foreground?
E.g.
There is some service that is working in background and it gets the name of app i'll open. For instance, i open Tetris - service gets Tetris, then i'll open Calculator - service gets ...
1
vote
2answers
328 views
Android Foreground Service Help
I'm working on an application that requires I run a long process in the foreground (mostly downloading a few large files), however, after much searching, and googling I have been unable to turn up a ...
1
vote
3answers
152 views
Issue when app coming back to foreground
my app crashes when it comes back to foreground after some time playing with others applications and I can't find out how to fix it.
My app has a splash screen activity where it loads some data from ...
1
vote
2answers
613 views
How do I position/overlay a transparent *png over a <table> using CSS?
The problem
I need to place a transparent png image over a table element.
Clarification
By "place" I mean the image will be stacked on top of table like a layer or sticker rather than vertically ...
1
vote
2answers
102 views
Change the color of some items inside a databinded listbox
Inside my Windows Phone 7 application I have a list box with a list of 50 authors.
I want to display the first 5 items of my list box with a white foreground (or black depending of theme), and the ...
1
vote
1answer
475 views
How to determine if an Android Service is running in the foreground?
I have a service which I believe to have running in the foreground, How do I check if my implementation is working?
1
vote
0answers
229 views
iOS multitasking applicationDidEnterBackground crashes on return
I'm trying to conform to multitasking on iOS4. I'm not running in the background, I just want to restore in a running state where possible. I'm an all GL game.
During applicationWillResignActive I ...
1
vote
5answers
211 views
How to change label in ViewController when app enters the foreground
i want to change a label in my view controller when the app enters the foreground....:
SalaryAppV4AppDelegate.h
@interface SalaryAppV4AppDelegate : NSObject <UIApplicationDelegate, ...
1
vote
1answer
240 views
What is the default Foreground color of a WPF GridViewItem control?
In WPF, if you use a ListView control with the View set to a GridView, the default Foreground color of the items are dark blue. What is the actual brush value used for it? I've looked into the default ...
1
vote
1answer
142 views
In c++, not waiting doesn't mean running in the background?
In my c++ program, I try to run programs in the background by simply not waiting for them.
However in Linux, if I start vi in the background like this: vi &, then vi doesn't show up. In my ...
1
vote
0answers
105 views
How do I make Visual Studio's dockable windows not come to the foreground when I bring the focus back to visual studio?
I don't know if it is possible, but I would like to use a setting that makes it so that if I have say, visual studio's main window open on one monitor, and two other code files on my second monitor ...
1
vote
1answer
299 views
Android reboots when I try to set a service foreground
I've hit a strange behaviour in my app: when I try to set a service foreground, the handset (HTC G1 + Cyanogen Mod) reboots.
It works when I don't try to foreground this service.
Here is the ...
1
vote
1answer
99 views
How to know that current screen is Full-screen mode in Android
How can I know that current screen is Full-screen mode in Android?
I'm making a service that notifies some message through status bar.
But It has a problem when status bar is hide.
So I want to ...
1
vote
3answers
1k views
How to bring a window foreground using c#?
I am trying to bring a window foreground. I am using this code. But its not working. Could someone please help?
ShowWindowAsync(wnd.hWnd, SW_SHOW);
SetForegroundWindow(wnd.hWnd);
// Code from Karl ...
1
vote
1answer
100 views
How to be notified when an activity is lunched
I want to implement something that does/check some things every time an activity (or application) is lunched and goes in the foreground.
Something similar to those Application Protection solutions ...
1
vote
2answers
299 views
WPF: How do I set the Foreground property of a TextBlock by TextBlock text value?
it’s possible set the foreground property of a TextBlock by TextBlock text value?
For example: Text value is Mike, foreground property is Black, value is Tim, property value is green, etc. I search ...
1
vote
2answers
408 views
Adding Color to Font's attributes java swing
I tried to add Color to java.awt.Font's attributes like this:
font.getAttributes().put(TextAttribute.FOREGROUND, jColorChooser.getColor());
But I get the error
The method put(TextAttribute,
...
1
vote
1answer
443 views
VIM: Restore original foreground color for Normal highlight group
Is there a way in vim to restore the terminal's original foreground color after changing it with the ':highlight Normal' command?
For example, I'm using vim.exe 7.2 in a Windows Command Prompt. My ...
1
vote
1answer
110 views
Color palette reference for .Net foreground colors?
HI everyone,
Just looking for a website or pdf reference which has a color palette of the .NET (Visual Studio 2008) foreground colors? (E.g. like AliceBlue, AntiqueWhite, Cyan....)
1
vote
1answer
733 views
Set focus on a runing Activity
I have an Activity that keeps running after the HOME button is pressed (naturally) and of-course the focus is in the home screen, and when the running process ends i need to restore the focus on that ...
1
vote
3answers
1k views
Get the topmost window of my own application ONLY - in C
I'm using the following code to get a handle of the topmost window:
HWND hwnd;
hwnd = GetForegroundWindow();
The problem with this is that it returns the top most system-wide.
Is there any way to ...