background

UIView Background Image with a Tab Bar & Navigation Bar

In my iPhone application I have the a Default.png image that appears when the app is loading. When my app is loaded the first view that appears is embedded in a Tab Bar Controller and a Navigation controller. I have an UIImageView on the first view that you see - basically I would like to keep it that the ImageView image stays in the exa...

Webkit won't switch out background-image using jQuery

function set_preview_image(image_link){ $('#slideshow-container').css("background-image", "url('files/images/store/content/templates/websites/preview_images/" + image_link + "'"); } I'm passing through an image variable. Everything works fine in FF and IE. What am I missing? I've already tried us...

Android dynamic background

Hi, I am somewhat of a new android developer and have a question regarding changing the background dynamically at runtime. What I want to do is set a background color in a LinearLayout Tag, and later change that background color in my activity class. This code below is not working. Am I missing something or is this the wrong approach...

iphone app if backgrounded and then killed from fast access bar, on next restart will crash with SIGKILL and iphone will turn black

So the iphone app that I have created... if it is backgrounded for another app or something... And then is killed using the fast action switcher. next restart of app crashes app Iphone turns black screen with status bar at top and just gets stuck there. If I then double tap home button I can see a faint line come up to slightly show ...

FlashBuilder 4/Flex, set transparent background for web app?

I'm embeding a flex application into a web page using the most recent version of swfobject.js. I've set wmode to transparent and all that but whatever I've enterd for the embeded objects default size, is then a white background within my application. I've set the application's backgroundAlpha to 0 and I know that part works because my ap...

Is there a way to get a background-image to render over moz-linear-gradients

In css you may normally set both a background-image, and a background-color, and the image will be rendered on top of the color. #someDiv { background-image: url(arrow.png); background-color: blue; } This will cause #someDiv to have a blue background with the arrow.png image above. However, what if I want to use firefox's -mo...

running an NSTimer in the background of a multitasking iPhone app to turn location service on/off

hey guys i am attempting to make an app that records an accurate location every 10 minutes. the problem with this is that when running is best mode, the battery drains really quickly. i would like a timer to turn of the location service, have didUpdateToLocation get a good location, turn of location service and then wait for the timer...

iPhone Dev, UITableView Background Color

I am having a problem with the background color of my table view. In Interface Builder, I have the background color set, and it shows correctly there. When I run my application, however, there is no background color there (it is the default white). I have discovered that I can set the background color in the table view delegate file: ...

databinding to data still being processed on another thread in wpf

Just wondered what that best approach is for this scenario - trying to databind to a collection which is being populated in another background thread. My background thread is adding items to the collection in a processing loop which may run for several minutes. Every now and then it raises an event to the UI and passes a reference to t...

how to only rotate the background 180 deg,(not rotate the font)

this is my code: <style type='text/css'> div { width: 100px; height: 100px; text-align: center; font-size: 22px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.40, #ff0), color-stop(0.5, orange), color-stop(0.60, rgb(255, ...

How do I send my application to background?

I want to run my application in background ... What things must I do to support this? ...

Android : don't show Notification if app is shown

Hello, 1/I don't want to notify user if this one is already running my app in foreground, is it possible before create nofification to check if my app is not in front ? 2/if app is in background, is it possible to bring last state in front ? I know that Os can destroy some Activity, but is it possible to restore last state, don't s...

Can a backgrounded Android app take screenshots of the currently active screen?

I'm new to Android development, and I was wondering if there is a way to have an app take a screenshot of the currently active screen, do some processing on the screenshot (which would be internal to the app and temporary; I don't want it in the photo gallery), then communicate with a remote server over the Internet? I am of course l...

iOS 4 app flickers and crashes when returning from background mode

I just converted an iPhone OS 3 app to iOS 4, and once in a while, the screen will flicker and then turn black when the app returns from background mode. Has anyone else experienced this? I finally resorted to terminating the app before it enters background mode. This is definitely a temporary band aid: - (void)applicationDidEnterBackg...

iPhone: Reload view after switch back from foreground/background?

This is for iOS4 with multitask issue. How do I reload view after my app is re-appear from background running app? ...

How do you use AVAudioPlayer to play music while in the background?

I currently use AVAudioPlayer to play music while in the foreground, but when I press the home button my application goes to the background and the music stops. I set the category for my AVAudioSession to AVAudioSessionCategoryPlayback and set active to YES. Additionally, I added the audio key to UIBackgroundModes in my Info.plist. Is...

Slideshow background image

Hello, I have make a slideshow from background images. You can see this on http://www.mikevierwind.nl/websites/test/ You see the slideshow in the header. Here you see image that rotate. But what is now the problem. When the slideshow show a new image. The image is going loading. Everytime that the slideshow place a new image. This ima...

Changing the background of a child in ListView

Hi guys, Im changing the background color of each View row each time i click on it! But, when you keep clicking, it doesnt change the last View row back to its default color. How can i achieve this kind of behavior? Thanks ...

How to get the running threads in Android process?

Hey guys!! Is there a way to know all the threads that are currently running in background inside of an Android application?? Thanks!! ...

How do I create the Jquery goldfrapp changing background images

Hi Jquery experts I'm trying to create a rotating background like the clouds on Goldfrapps site. I've searched on google for changing background animation jquery but these don't have the same effect I want. Thanks for all your help Thanks Judith ...