Skip to main content

Questions tagged [background]

Background typically refers to the rendering behind a container element's contents - usually on a web page, Windows form or other UI presentation medium.

background
0 votes
0 answers
9 views

Reading compass and play sounds while in background

For a capacitor or Cordova app. While the app is in the background, for example when the phone is locked, I need the app to keep getting updates of the gps and compass so that it plays a spatial sound ...
Seb's user avatar
  • 508
0 votes
1 answer
31 views

CSS: how to set div background image appear like as if would fit the whole page

I want to make a div welcome have the same background image as the body but inverted(1) around the div. Like stretching the background image of the div to the whole page while displaying the ...
rex lapis's user avatar
0 votes
0 answers
20 views

flutter_blue_plus with flutter_foreground_task combination failes, when app get backgrounded

I am trying to combine flutter_foreground_tasks with BLE scanning, whether the app is running visibly or in the background, everything works perfectly. But as soon as I turn off the screen and the log ...
explodus's user avatar
0 votes
1 answer
78 views

Visual studio won't load my background pics, why?

Visual Studio says it can't open my file for "graphics/background". The reason it gives is that it is unable to open. Here's what I have done. Can someone please help me? #include <SFML/...
Jeremy Parker's user avatar
0 votes
0 answers
53 views

Why is the background not being removed even though my png has a transparent background?

I have a png image that has no background, with an alpha channel. Despite pawn.BackColor = Color.Transparent;, the background is still there. What is it about? Here is my whole code: /// namespace ...
Layla98's user avatar
  • 21
-1 votes
0 answers
17 views

My macOS app+helper is not in the "System Preferences/Login Item/Allow Background" list

I created a macOS app that can run in foreground (NSApplicationActivationPolicyRegular) and in background (NSApplicationActivationPolicyAccessory) and can be launched by an Helper (Login Item) and run ...
Leonardo's user avatar
  • 777
0 votes
1 answer
29 views

Fixed Backgroun IOS issue

I have a website that is working great on everything except IOS operating systems. I have a fixed background that is working great until I look on Iphone. Here is the Code I used #content { ...
Robin Moran's user avatar
0 votes
2 answers
36 views

WPF - Change treeview selection colors

I am interested in changing the background and foreground of all treeview selected item Looking at this page for reference https://learn.microsoft.com/en-us/dotnet/desktop/wpf/controls/treeview-styles-...
pf12345678910's user avatar
1 vote
2 answers
60 views

Seamless alignment of background images?

I would like to highlight some cells in a table by underlying them with hatching patterns. If two cells with the same pattern are next to each other, the pattern should cover both cells seamlessly. ...
Carsten Fuchs's user avatar
-1 votes
1 answer
32 views

WPF - Styling the progress bar removes it's cycling abilities

As I try to change the progress bar colors, it now displays the background color when progress bar is in cycle mode an image of the applied style will be better than any explanation as I apply this ...
pf12345678910's user avatar
0 votes
2 answers
42 views

DatePickerDialog. Change selected day background

I use a standard android picker. And now it looks like this: Is there any way to change the background of the selected day so that it looks like this, for example? Changing the color of the selected ...
Jack The Healer's user avatar
1 vote
0 answers
29 views

Throw exception when putFile to Firebase Storage in background using WorkManager Flutter in IOS

I am encountering an issue with putFile in Firebase Storage when running in the background. Everything works fine in the foreground, but it's not functioning in the background. Please see the attached ...
Kiều Phong's user avatar
0 votes
0 answers
16 views

<iOS development>The backend playback notification bar data has not been updated

When the application does not enter the background, it can update the notification bar for the next episode after automatically playing through the front-end notification bar. But when the app enters ...
bass's user avatar
  • 1
0 votes
1 answer
82 views

AppWidget configuration activity doesn't start in Android 14: missing opt in by PI sender

My app implements a configuration activity for its widget exactly as described here. Starting with Android 14, the activity can't be launched automatically in background, as stated here, but I have no ...
m.i.n.a.r.'s user avatar
  • 1,030
0 votes
0 answers
78 views

iOS App not running in Background when downloaded from Testflight. But will run perfectly when installed from Xcode directly to device

In Xcode I have added Background mode capabilities, Because of which I am able to execute code in Background. How I validate this I checked this through scheduling NSTimer to print logs. Timer is ...
Sudhir kumar's user avatar

15 30 50 per page
1
2 3 4 5
993