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
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,172
-3 votes
0 answers
44 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
31 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
31 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
30 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
91 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
88 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
36 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
62 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
0 votes
2 answers
44 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
18 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
109 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,040
0 votes
0 answers
86 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
0 votes
2 answers
32 views

Transtion effect not working on hover in html css

I want to do some slow smooth transition when hover on .bg-gradient and same when i remove cursor from hover but its come quick gone quick on hover. .asc { height: 500px; background-position: ...
MR Lappy's user avatar
0 votes
2 answers
60 views

Repeated Dotted Image Background displaying in different sizes in different areas even with same CSS

I am building a Table of Contents page with a specific design. As per design, each title should be followed by dots till the end of the line. The size of the dots will also vary depending on the title'...
Rajeev's user avatar
  • 1,448
1 vote
1 answer
34 views

How to setBackgroundColor as Color, not as int

How to set setBackgroundColor if I have got Color(Long) or how to get hex from Color? enum class ColorRes(val color: Color, val resource: Int) SIZE(Color(0xFFFF655C), R.drawable.size_icon) ....
Slava's user avatar
  • 635
0 votes
0 answers
71 views

In Flutter, can I schedule exact alarms with some background task?

I'm making an alarm clock Flutter application with an extra function. I want to download an image from my server right before alarm goes off and show that image with ringing sound. So, I need to ...
dh kang's user avatar
0 votes
1 answer
42 views

How can I create the password field using TextInput widget in .slint file?

everyone. According to my experience, slint is a frontend library. I was making a project that combined Rust and slint. I encountered an issue while creating a password field using TextInput widget in ...
Panda's user avatar
  • 1
0 votes
0 answers
29 views

Apexcharts chart margins and other css issues

I am trying to get the Apexcharts working for my website. I have multiple charts of different types in one page, and I need to adjust for example margins of every chart individually, backgroundcolor, ...
Edwin D's user avatar
0 votes
0 answers
34 views

Movesense background communication

In my Maui application I'm using Kaasa.Mds library (which use movesense-device-lib) to communicate with movesense sensor. My question is: is there a solution to make this communication when ...
Natalia Szatkowska's user avatar
0 votes
0 answers
34 views

How i Open my mobile app in Background mode flutter with firebase notification

I tired to open app in background mode in flutter with firebase notification .But it's not working. what I do for achieve anyone can help me. Thank You... I will create outside overlay custome ...
Paramesvaran JP's user avatar
0 votes
0 answers
68 views

Reliable way to receive SMS messages in the background and foreground with Flutter

I'm building a Flutter app that needs to receive SMS messages in the background and foreground, even when the app is closed or running. Query 1: How to receive SMS messages in Flutter, both in the ...
negin's user avatar
  • 1
0 votes
0 answers
28 views

Sharing a serial port between periodic background task and user button click actions

I'm writing a simple C# winforms GUI to control some lab equipment. My GUI has several buttons and labels used to display information received via serial polling as well as allow the user to send ...
MediocreCoffee's user avatar
0 votes
1 answer
19 views

Change background on hover

I want the whole of the background to change on hover. At the moment the width of change in color hugs the width of the original text plus padding and not the whole width of the submemu. I tried the ...
Richard Larson's user avatar
0 votes
1 answer
55 views

How can I give my TabBar the same background in Swiftui?

my views all have a background (LinearGradien) but my CustomTabBar is white and then it all looks very cut off, to get around this I wanted to set the background to .clear but it stayed white. So my ...
Johannes Klopp's user avatar
-1 votes
1 answer
32 views

the react background image changes depending on the components I would like to know how to do that [closed]

I'm learning and I saw the tomorrowland site and I would like to reproduce it, only on the home page there is this background scrolling effect which changes depending on the component I don't know how ...
Abdoul Hamani's user avatar
-1 votes
2 answers
46 views

Change Background Image by section ID on Long Scrolling Page

I am adapting an HTML5UP template (Astral: https://html5up.net/astral), and I am running into a problem. I would like the background image to change with each ID, but whenever I attempt to apply ...
mjones's user avatar
  • 3
-1 votes
1 answer
82 views

Background image doesn't show up (Flutter application)

I have some issues with my background image since it didn't show up on my application. I updated my pubspec yalm and added images to my assets directory, but only the logo image showed up. Can anyone ...
Vi Chang's user avatar
0 votes
0 answers
6 views

Python - VDI printscreen / LOGGED OFF

do you have an experience with making printscreen of whole screen on VDI which I am connected to via Remote Desktop COnnection, keeping session alive in background, but not logged in at that moment. I ...
Marossik's user avatar
0 votes
1 answer
24 views

Take highlighted cells and move them to the bottom of the list, then tidy the list. Exception: Range not found

I am trying to Take highlighted cells and move them to the bottom of the list, then tidy the list. This is what I have so far. function duplicateAndOrganizeActiveSheet() { // Duplicate the sheet var ...
Hayden Taylor's user avatar
0 votes
1 answer
26 views

Background color changing based on value

It's my Post component. When I add post title must have different background color based on what I Selected. I tried so many things but my brain not working. const TaskM = () => { const { myapp,...
orgil naranhuu's user avatar
0 votes
1 answer
267 views

How to set background colour of Picker control?

I have a picker control (SwiftUI) and I am having trouble setting the background colour correctly. In the below, I have set the background as GREEN, but notice there is a slightly darker overlayed ...
David's user avatar
  • 163
0 votes
0 answers
30 views

Background video loop seamless in Firefox but not Chrome?

I have a website that I have been working on that has a responsive background video. How it is supposed to work: Detect the screen size of the device (mobile screen vs. larger "desktop" ...
Jordan P's user avatar
1 vote
2 answers
53 views

Java Swing drawing gif as background to several JButtons and JLabels

I want to draw a gif as background to the starting window of my java project (small game in Java swing for school). Here's my code so far: package graphic; import javax.swing.*; import java.awt.*; ...
shōgun's user avatar
  • 13
0 votes
0 answers
18 views

net::ERR_ABORTED 404 (Not Found), can't solve video play in background

I try to add video in the background of the main slider. Make Video Background In Website Using React. Problem: react net::ERR_ABORTED 404 (Not Found). picture of code #1 picture of code #2 I have ...
Snehal Ghanekar's user avatar
0 votes
0 answers
19 views

Webpage Background Color Change Resulting in Divided Page with 'grammarly-desktop-integration' Element: How to Fix?

I was trying to change the entire bg-color for my webpage and the page gets divided into two parts and the second part shows this: <grammarly-desktop-integration data-grammarly-shadow-root="...
Srihimamshu's user avatar
-1 votes
1 answer
25 views

Detecting when HKWorkoutSession is being forcibly closed/ended in background

I noticied that my workout session is sometimes being killed by apple when the app is in the background and it seems that the func workoutSession(_ workoutSession: HKWorkoutSession, didChangeTo ...
HealthAppy's user avatar
0 votes
1 answer
44 views

Button's backgroundTint doesn't change even though a color was specified

My goal is to create a button with rounded corners. I have a button with this in its attributes android:background="@drawable/roundstyle", which is supposed to change the corners of the ...
Akira's user avatar
  • 15
0 votes
0 answers
121 views

Background geolocation Android 14 and ionic 7

I'm developing an app with Ionic 7 and Angular 17. I'm trying to use background geolocation with BackgroundGeolocation (@capacitor-community/background-geolocation) for Android 14 through the plugin ...
Daniel Rodríguez montes's user avatar
0 votes
2 answers
64 views

How to style a nested Tabulator table (that is nested in a cell) similar to the parent row?

I display a nested Tabulator table inside a cell. Here is all the code you need to replicate: <html> <head> <link href="https://unpkg.com/[email protected]/dist/css/tabulator....
Gerhard Liebenberg's user avatar
-2 votes
1 answer
24 views

How do I allow a background image for my galleries to scale as the gallery css does?

I have added a several lightbox galleries to my site with the following CSS code as a background to all. I am wondering how to scale this background image so that it scales with the images and when ...
Eliot Lord's user avatar
0 votes
0 answers
132 views

Jitsi Changing Default Virtual Background

I connect to my container and replace one of the default backgrounds in /usr/share/jitsi-meet/images/virtual-background with my own background.I make the names the same i.e. background-6.jpg.But the ...
bastus11's user avatar
0 votes
1 answer
25 views

How do I change background colour (overall)?

I have a huge CSS file, with lots of . selectors in it. But there is no selector in the file, which is responsible for the overall background colour. How can I change the background colour in this ...
Andy's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
298