The area or scenery behind the main object of contemplation, esp. when perceived as a framework for it.

learn more… | top users | synonyms

0
votes
0answers
10 views

Background-Task for Countdown / Timer in Android activityView

I created a countdown timer with a good loocking output in mm:ss So if I switch to the activityView befor and come back to the activity with the timer, everything looks good but;-): timer is still ...
1
vote
0answers
18 views

Background-color, svg and png in iOS

I have a svg background with a fallback png for devices that do not support svg. I try to give a background color too. It works in all desktop browsers, even IE8. But not in iOS. (I do not have any ...
0
votes
1answer
15 views

Background Gradient In Footer

Q1. How do I add a background image to the footer of my website markgilvey.com My footer is an include file in case that matters. Q2. I would like to add a gradient behind the footer; would this be ...
0
votes
1answer
36 views

iOS Application - How To Check Server For Updates Every 60 Seconds?

I'm currently developing an application that needs to constantly check the server it's associated with every 60 seconds for any updates that may have occured. The server side of it is fine and not a ...
0
votes
1answer
28 views

Switching BG using Python

I'm writing a simple program that changes my background when I run it. I'm trying to make it so that when I run it, it changes the background then when I run it again it goes to the next image in the ...
0
votes
1answer
21 views

Simpliest way to make a custom JPanel background

I've got problem with my JPanel background. I want to put my image "aaa.jpg" in to background of panel "p5". It will be good if it will be done without creating any new class. Is it simple way to set ...
0
votes
0answers
16 views

How to change background-color in header with scrollpsy on each ID

I'm using scrollpsy from bootstrap. I made an example of what I'm trying to do: http://jsfiddle.net/te3V4/15/ All is good, he passing one active class to li at each section id, but I want change ...
0
votes
0answers
17 views

Make user able to take their own background picture

In my app I want the user to be able to take a picture and then use this picture as a background in the app. The problem I have is that you can't save the photo in the drawable map and the only way to ...
0
votes
3answers
77 views

How to set background of a datagrid cell during autogeneratingcolumn event depending on it's value?

I'm still fighting with manipulation around cell backgrounds so I'm asking new question. There was this guy H.B. writing that I can actually set the cell style during the autogeneratingcolumns event ...
0
votes
7answers
67 views

I want the background picture not to be displayed in the IE. How do I do that?

Here's the CSS , and I want the background picture not to be displayed in IE . Instead I just want the background color to be displayed. How do I do that? html, body { margin:0; padding: 0; ...
0
votes
2answers
22 views

Stopping a php script that's running in the background

I've been following some tutorials on running and managing php scrips as background process. I've been playing with the script below. <?php $count = 0; while(true){ $count = $count + 1; ...
3
votes
2answers
35 views

Tkinter - how do I change the background of a Frame? - Py3.3

I have been creating an Email program using Tkinter, in python 3.3. On various sites I have been seeing that the Frame widget can get a different background using Frame.config(background="color"). ...
0
votes
2answers
23 views

CSS - How to add a second background image

Request: I am trying to make my website have a background where it repeats along the x-axis, but when it finishes on the y-axis it display a different image. I would like it to continue. Example: ...
0
votes
0answers
27 views

Android background random shrinking

Randomly while phone is asleep and wallpaper rotation enabled, the wallpaper will shrink in size with a black border around. Setting a new wallpaper causes the screen to be black. Using PeekDrawable ...
-1
votes
1answer
24 views

Set Background Image for RectangleGeometry in WPF?

I have this code: <Path Fill="Brown"> <Path.Data> <RectangleGeometry x:Name="rec" RadiusX="0" RadiusY="20" Rect="410,135,60,25"></RectangleGeometry> ...
0
votes
1answer
23 views

How to display image behind TableView in Xcode

I want to add a background image behind my table view. I have my file staticTableControl.m where I populate the table and I have added -(void)viewDidLoad{ ...
0
votes
3answers
23 views

Java Layer JPanels

I need to layer JPanels but I don't know how. I have 3 panels, the first is for the background, the second is for a Character/Sprite to move around and layers the first panel(background, and the third ...
0
votes
2answers
40 views

Make background cover all screen sizes

I have a code which makes a background picture cover the whole screen, not just the content. It works fine with a computer and an iPhone but with an android the picture doesn't stretch length wise to ...
-2
votes
0answers
12 views

part of bitmap renderscript [closed]

I want to set a region of a Bitmap in Renderscript. Does anyone know how to do that? I was looking for some function inside the script to take a region from some allocation and I was not able to find ...
0
votes
1answer
37 views

Change multiple background-images with jQuery

In my css page, i have this as code: header { background:url('afbeeldingen/r.png'),url('Afbeeldingen/black.jpg'); background-position: 50% 33%, left top; background-repeat: no-repeat, ...
-1
votes
0answers
63 views

CSS layering background images with repeat

I am trying to layer 2 background images on the html body - one over the top of the other. One of them is set to stretch to the entire browser size (even when resized). Trouble is when I try to ...
0
votes
1answer
23 views

How to execute java application avoiding compilation output to be displayed?

I have to execute a java application on a remote server through command line. I normally run the application like: java -jar /home/user/files/simulator.jar -nogui:/home/user/files/my-sims/sim1.csc ...
0
votes
0answers
17 views

iOS Battery Impact on Background callback

In my voip application, I register a background callback through: [application setKeepAliveTimeout:APP_KEEP_ALIVE_INTERVAL handler: ^{ [self ...
2
votes
4answers
33 views

Can't get background header image to fit to width.. tried everything

I've searched for hours upon hours and now I figure it's time for me to ask the question. I can't get my background image that is placed in my header to fit to screen. It works for every kind of ...
0
votes
1answer
35 views

Adding multiple types of Backgrounds to one JFrame

My title is a bit confusing, so I'll try to explain. What I'd like to do is have a background image in my application that stays static in the top center (as in, center on the x axis, and right at the ...
1
vote
2answers
66 views

Datagrid: background colour + disable of selection depending on the cell value - using trigger

There is a lot of questions about WPF datagrids on SO, but I still have to ask mine cause I just can't get what I want from those... so don't be mad with me and try to help me by answering pretty ...
1
vote
2answers
45 views

Css background text color space

I want to put background color on my text in my div but I want a background color only on text not on spaces... how I can do that. Is there some trick? <div class="for">Maintenance Reliability ...
0
votes
2answers
23 views

Something like background-repeat: repeat-x in Android?

I have a question and is this: In CSS we use background-repeat: repeat-x (or repeat-y) for repeat an image along the page... so, in Android I can use something like that? I wanna use something like ...
2
votes
1answer
26 views

Background color for text (only)

I am wondering if it's posible to achieve this: I mean, applying the background color just to the text instead of the whole block, ej <h1>WELLCOME TO RENTAL IN MALLORCA BEATYFULL COLLECTION ...
-2
votes
1answer
18 views

Download image from url and set as background [closed]

In my application I want to download an image one the start and set it as background for my MainActivity. I tried several ways with downloading and saving it to sd card etc. but I failed all the time ...
0
votes
0answers
26 views

Transparent background for a tablerow in android

I am attempting to render a background of a programmatically created set of buttons onto a main layout which has an orange background. I could just adjust the table row background to match the orange ...
-3
votes
1answer
32 views

Android kills my application in some specific devices [closed]

I have a weird behavior, in some specific devices (see happening on: Motorla Defy[2.2] and Galaxy S3[4.2]) when I install my application from Google Play (do not happens when installed by eclipse) ...
0
votes
0answers
17 views

how to get the sensor and location data from the background in ios platform

I just wondering to know how to create a service which running at background which can get the sensor data or location data (such as GPS, Accelerometer, Gyroscope, magnetometer) at background. If ...
0
votes
0answers
18 views

iOS app background upload trigger for wifi connection

I have an app that uploads its captured media to the cloud as its captured: photos, video, audio. HD videos are large and we want the originals stored. Any video over 50mb gives an alert that can be ...
0
votes
0answers
23 views

Android Open WebView In Background Service And Capture Screen Shot

I'm trying to open URL in a WebView from a background service then take a screenshot of the hidden WebView. Funnily enough it is not working! Is this possible? Some code snippets: ...
0
votes
2answers
44 views

How to update the UI in background thread without using mainthread

I am doing one application.In that i got one HTML string in background thread.And i want to load the web view using that HTML string in background.Directly i load that web view on ...
0
votes
1answer
26 views

Adding image in background into loop

I'm trying to insert image in the background of horizontal letter list (I mean each letter will get small image in the background), it's wordpress code. the code: <?php foreach ($letters as ...
0
votes
0answers
18 views

When is a button background really drawn?

I followed the onDraw(canvas c) method for a custom button (MyButton extends Button) using the java debugger in Eclipse, and I cannot seem to find where the button background is being drawn. Overrided ...
0
votes
1answer
16 views

IE is adding styles to background image style

I have attached a screen shot below of a recreation of an issue. For some reason when I have a background image style IE8 is taking another style from the same selector and appending it after the ...
0
votes
1answer
27 views

changing background of elements in loop, then change hover color as well

$(function () { var forum = $('.main-content .statused tr'), i, myColors = ...
0
votes
1answer
20 views

How can clear ImageButton's background?

I have a ImageButton with default drawable image. From the code I set up the ImageButton layout size so after this modification the image doesn't cover the whole button because of centerInside ...
0
votes
0answers
10 views

Show box-shadow through transparent object (div)

I'm working on a css3 3D page and i want to show the shadow through a transparent div but i can't get this to work... I can't use a span or anything because it needs to be the same object because of ...
-1
votes
0answers
32 views

Background Header css [closed]

Hi I'm not very good with css, so I ask you to help me. Does anyone know how to make a style equal to the header of the image, I need a deep well. I thank you. a link
0
votes
3answers
25 views

Background different sizes on different pages

See the background here: http://www.achingsoul.co.uk/gallery/ It's applied to the body element and correctly-sized. But when you look at it here: http://www.achingsoul.co.uk/services/ It's ...
0
votes
0answers
24 views

using image for button on top of background image for swing

I thought I was trying to do somepthing relatively simple, but apparently it's not. I'm trying to lay out a GUI in swing. I'd like a top bar that is using a gradient image as its background, then ...
0
votes
1answer
26 views

Background image repeating issue (foundation 4)

I'm having this issue with the background image and I'm sure what is causing it. I'm changed the class "panel" background color for this image that seems fine when I view the page offline but when I ...
0
votes
1answer
42 views

swing gui flickering white error

I have a Gui I'm making for a program that has an outer container centered to the JFrame that contains an inner container that holds 22*12 cells. When I run this program, the background just flickers ...
0
votes
2answers
29 views

i want background image displaying loading in ie, as it is displaying the image after loading fully

am facing this problem in IE in all versions. Rest browsers it is fine once i hit this url in IE http://projects.marswebsolutions.com/kidzntoyz6/ , the page seems to be loading normally but the body ...
1
vote
2answers
68 views

Putting an image background onto a CSS Triangle

I'm trying to put a background image on a div that is using CSS borders to create a triangle. This is my current efforts so far. It works fine with solid colours, but I am at a loss when it comes to ...
0
votes
0answers
25 views

Android: How to stretch an background drawable to the screen width while cropping it vertically and maintaining aspect ratio?

I have a background drawable and I want to stretch it horizontally to the screen width and maintain its aspect ratio, but I want to crop it vertically since it will go out of the bottom of the screen. ...

1 2 3 4 5 107