Questions tagged [overlay]

Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.

4798 questions
10
votes
4 answers

Draw text in circle overlay

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 show up correctly. (Also tried the first response's…
Templar
  • 1,694
  • 1
  • 14
  • 32
10
votes
2 answers

Can "overlay" size be zoomed together with the google map on android?

I have been able to use "MapActivity" and "ItemizedOverlay" to draw overlays on google maps on android with Eclipse. But when the map is zooming in and out, the overlay does not change size. I want the overlay to be "fixed" on the map, and zoom in…
lionfly
  • 479
  • 7
  • 21
10
votes
4 answers

Flutter overflow circle avatar overlaying a container

Here's the design that I want to build: This is where I am now: When I tried wrapping the Sized Box of the CircleAvatar with Overflow Box, I got the 'A RenderFlex overflowed by Infinity pixels on the bottom' error. I tried to use stack, but…
Sarah Rahman
  • 203
  • 1
  • 2
  • 12
10
votes
3 answers

iOS removing MKMapView overlays not working

I would like to remove all the overlays of my map at one point, and I tried different ways but it never works. Last try I did [self.mapView removeOverlays:self.mapView.overlays]; and it still doesn't work. Any idea how I can remove those…
Dachmt
  • 2,079
  • 4
  • 29
  • 45
10
votes
4 answers

Is it possible to disable shadow/overlay on dialog?

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 was to use a stack containing my custom dialog which are…
soupjake
  • 3,293
  • 3
  • 17
  • 32
10
votes
2 answers

Overlay NSView over NSScrollView

I have an NSScrollView that fills an entire window and displays a huge image. Now I would like to overlay a custom NSView over parts of the Scroll View (eg. top 20 Pixels height and window width) to display additional information. As the user…
Robin
  • 8,197
  • 11
  • 45
  • 74
10
votes
1 answer

Pass through touch events on React Native

We built a React Native tablet kiosk app which displays multiple pages of input fields to a user at a front desk. The user has to fill out all the forms and can send them at the end. Users can just walk away from the kiosk at any time, which would…
gtRfnkN
  • 489
  • 7
  • 19
10
votes
3 answers

Draw semi transparent overlay image all over the windows form having some controls

Draw semi transparent overlay image all over the windows form having some controls such that all its child controls should be visible but you can't click them. It should just like we see some things through some semi transparent black mirror. I have…
MLS
  • 141
  • 1
  • 2
  • 9
10
votes
3 answers

How to delay .trigger('click') with overlay from jquery tools

I am using Jquery tools, overlay effect and want to close it, if JSON response is OK, but i want to do it with a delay. $.ajax({ //bla bla success: function(data){ var obj =…
Boris Goryachev
  • 103
  • 1
  • 1
  • 5
10
votes
2 answers

Add camera layer on irregular shape images IOS

I need to add the camera layer on any irregular shaped image i.e. lets say i have a image which is having irregular shape and inside image there is a circular or any other irregular shape in which i want to embed the live camera. Any idea how i can…
iAviator
  • 1,310
  • 13
  • 31
10
votes
8 answers

CSS: Box+text over image

Firstly, I would like to show you a image(made in paint). Okay "current" is what I have now. I want to place a box over the image to the right, with black background, and then have text inside this box. I tried myself using z-index and so, but…
Karem
  • 17,615
  • 72
  • 178
  • 278
10
votes
4 answers

Position an Image View as Overlay Image on Camera Preview

Hello There I am coding a Camera App using Android Camera API! It has the following functions: The app has an image view over the camera preview The user can drag and drop that image view on the camera preview The drop event catch the position of…
Java Nerd
  • 958
  • 3
  • 19
  • 51
10
votes
3 answers

How to add overlay view over other view in android?

I want to put button above image view. How can i do this? (Please, don't offer to set Background, cause i need ImageView)
Urban
  • 289
  • 2
  • 5
  • 7
10
votes
1 answer

using ffmpeg to add overlay with opacity

I have a problem with ffmpeg,I try to add a png files over a video i found how to add just I want this png file have some opacity I tryed this line ffmpeg -n -i video.mp4 -i logo.png -filter_complex…
thesweetiger
  • 123
  • 1
  • 1
  • 8
10
votes
2 answers

Overlay multiple stat_function calls in ggplot2

I have two data frames raw and coef: one containing raw data the other containing modelling coefficients that I have derived from the raw data. The first data frame raw contains : Time (0 to 900 seconds) OD for many Variants and four runs. …
BenjaminH
  • 101
  • 1
  • 3