overlay Questions

3

Solved

Since .NET MAUI is the successor of Xamarin, i am trying to port a Xamarin layout to the new Maui version. The RelativeLayout is removed from Maui. I used the RelativeLayout to position a GUI on to...
Oneeyed asked 10/9, 2022 at 12:6

5

I can't seem to reference my image in the drawable folder. I have the image there however i keep getting an error stating that I cannot convert an int to Drawable. my R.java generated file has the ...
Politician asked 14/3, 2012 at 22:16

4

Solved

I am developing market place for solana NFTs by using Next.js. And I want to hide the error overlay like the following image. How to do that?
Aryn asked 28/2, 2022 at 15:15

5

Solved

I have a custom overlay class (ImageOverlay) which inherits from google.maps.OverlayView. I want it to respond to Google Maps click events (not just DOM click events) but simply using addListener d...
Dynamics asked 29/7, 2010 at 11:9

8

Solved

I have written my own modal classes using css and have used it in my application successfully. However the issue i'm facing is when the overlay is open i can still scroll the background contents. H...
Seclude asked 21/12, 2017 at 5:37

1

Not sure if I am missing something obvious, but when showing a Dialog I am not able to get the gray overlay background in the parent screen. With this code for a brand new app: class MainActivity :...
Tallent asked 25/6, 2023 at 17:15

1

I'm trying to reverse engineer the colors used in a popular game. See this low quality screenshot for an example: The left side is the 'overlayed side' which has the background color and the overl...

29

Solved

Given a transparent PNG displaying a simple shape in white, is it possible to somehow change the color of this through CSS? Some kind of overlay or what not?
Floppy asked 14/9, 2011 at 11:53

1

Quiz Hacker App is cheating in my quiz app How can I restrict it to draw it's overlay on our app canDrawOverlays or TYPE_SYSTEM_OVERLAY || TYPE_SYSTEM_OVERLAY How can I disable any app that hacks?...
Rigney asked 10/7, 2023 at 7:47

2

Solved

I am trying to show an overlay of the same width as of the TextField. The below code sample works fine but when I run it in the browser and resize the window, The Textfield resizes but the overlay ...
Vaughnvaught asked 20/5, 2023 at 13:1

3

Solved

I'm using Overlay Module of Angular's CDK. And I just cannot find the way to add position: absolute to the overlay? The module will receive a top and a left position that matches the connected el...
Kalman asked 16/12, 2017 at 1:26

9

I am developing an application that takes the user through a short tour prior to going to the main page of the application (after initial sign up). What I would like to do is overlay the app pages ...
Perfectionism asked 19/1, 2017 at 21:0

1

I am trying to install docker on Ubuntu 20.04.3 LTS. I installing from *.deb packages. While installing docker, it runs into the following error. Failed to mount overlay: no such device storage-dri...
Desouza asked 4/5, 2022 at 17:43

5

Solved

I want to display some custom graphics on top of a 3rd party fullscreen Windows application. Have you played any Steam games? It has an executable, GameOverlayUI.exe that lets you access Steam win...
Toastmaster asked 29/5, 2009 at 13:32

3

Solved

I have a progressBar spinner like this : <p-progressSpinner></p-progressSpinner> I want to make it center and overlay. How can I do that ? Thanks .
Etherize asked 8/12, 2018 at 11:6

4

Solved

I'm trying to draw some circle overlays containing text on MKMapView. I have subclassed the MKCircleView, in which I put the following (based on this), but the text does not appear. The circles sho...
Sewing asked 19/10, 2011 at 17:10

5

Solved

I need to rapidly plot jpg frames that result as the output of a tracking algorithm. Companion with the jpg frames are text files containing simple (x,y) data locating the image targets that are be...
Winker asked 22/2, 2011 at 2:21

3

I have created a custom widget where an overlay entry widget is shown right bottom of it with a search bar and a list. The problem I am facing is, when the user clicks the textfield inside the over...
Barstow asked 16/8, 2022 at 12:22

2

Solved

I tried to script animated dialog with 'showGeneralDialog' inside SetState() of 'fling' function called by {AbsorbPointer} (specifically {GestureDetector} onPanEnd). I attached the simple code, I t...
Shela asked 2/2, 2021 at 6:58

4

Solved

I'm wondering if there's a way to disable the shadow/overlay affect a dialog has? Basically so I can get a dialog looking like it does on the right side of this image: My best attempt at this wa...
Frisk asked 18/12, 2018 at 16:3

2

How to show AlertDialog always on top of anything on the screen? Code: import 'package:flutter/material.dart'; class CountriesField extends StatefulWidget { @override _CountriesFieldState c...
Underpart asked 7/2, 2019 at 7:20

5

I'm trying to trace a route on a MKMapView using overlays (MKOverlay). However, depending on the current speed, I want to do something like the Nike app with a gradient while tracing the route, if ...
Denbrook asked 15/4, 2011 at 21:48

23

Solved

I've been searching for a "lightbox" type solution that allows this but haven't found one yet (please, suggest if you know of any). The behavior I'm trying to recreate is just like what you'd see ...
Simsar asked 14/2, 2012 at 16:13

13

Solved

What is example for loading overlay in Swift IOS application when do a long tasks. Example for loading data from remote server. I googled but not found any answer. Updated: Thanks for @Sebastian ...
Thiol asked 15/1, 2015 at 9:42

3

Solved

Is it possible to mount an overlay fs inside a (privileged) docker container? At least my intuitive approach, which works fine outside of a container, fails: > mkdir /tmp/{up,low,work,merged} &g...
Barram asked 21/4, 2021 at 15:11

© 2022 - 2025 — McMap. All rights reserved.