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.

0 votes
0 answers
29 views

Screen design issue

With this code why i got white space above the green bottom area? i already given .background(Image("home_bg")) for ScrollView. Then why that white area? I want ScrollView bottom should be ...
Swift's user avatar
  • 1,170
-2 votes
0 answers
41 views

how to combine the two background images proportionally

The idea is to create an area for a new theme, scrolling website The idea is for the images to be joined together to form one, but separating the home page from a new section, where I will introduce ...
Gonçalo Inácio's user avatar
0 votes
0 answers
24 views

How to change background color in an embedded Grafana panel in an iframe?

I know many people have asked how to change the background color of dashboards, where suggestions like using the Boom panel come up. However, if embedding a single panel in an iframe, this option is ...
Kim Åström's user avatar
0 votes
0 answers
10 views

XamarinForms background color

For a long time I have been trying to change the color of the background, but not the background of the application itself, but the background that is located behind the clock and the battery charge. ...
Nazar Bilyi's user avatar
0 votes
0 answers
29 views

Background video not loading on any mobile phones

So here is my code: <!-- VIDEO OVERLAY--> <div class="video_overlay"> <header> <!-- This div is intentionally blank. It creates the transparent black ...
PSS's user avatar
  • 1
0 votes
0 answers
13 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
33 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
28 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
89 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
86 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
0 votes
0 answers
19 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
  • 797
0 votes
1 answer
30 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
37 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
61 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
34 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

15 30 50 per page
1
2 3 4 5
993