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
12
votes
1 answer

Facebook overlay animation

Facebook is adding some new animation from last few updates. On selecting particular status text like (Xoxo , harry porter, celebration) , Some animations are appearing like below image: You can check once we click on "Xoxo" word, Some hearts will…
Harsh Trivedi
  • 1,012
  • 8
  • 25
12
votes
3 answers

How do I show text in android system status bar

I'm trying to develop an app for Android Nougat and I want to show some info/text in the status bar generating from a android service routine. So my problem is, I don't know how to show the text in the status bar. I added a sample image to show what…
Matze
  • 171
  • 1
  • 1
  • 7
12
votes
4 answers

Calculating tiles to display in a MapRect when "over-zoomed" beyond the overlay tile set

I am working on an app that uses MKOverlay views to layer my own custom maps on top of the Google base map. I have been using Apple's excellent TileMap sample code (from WWDC 2010) as a guide. My problem - when "overzoomed" to a level of detail…
radven
  • 2,296
  • 1
  • 22
  • 39
12
votes
2 answers

Camera Failed to capture still image with request CAMMutableStillImageCaptureRequest

I use the UIImagepickercontroller to take images. Its a custom overlay camera. I use not the image preview. I take multiple images and save them in a folder. And I think this is the problem. If I multiple click on the "takePicture" button the whole…
emrepb
  • 123
  • 7
12
votes
6 answers

Restrict MKMapView scrolling

I'm trying to add a custom image to an MKMapView as an MKOverlayView - I need to restrict users from being able to scroll outside the bounds of the overlay. Are there any existing functions to do this? Or any other suggestions? Thanks, Matt
mag725
  • 695
  • 2
  • 9
  • 22
12
votes
1 answer

How to overlay graphics on Windows games?

I want my program to be able to launch any Windows game, and while the user is playing it, intermittently display some text or pictures in some part of the game window. The game may be in windowed or full-screen mode. From what I have been able to…
rup
  • 961
  • 3
  • 12
  • 25
12
votes
8 answers

draw is being constantly called in my android map overlay

I'm trying to draw a route onto my MapView. I've extended Overlay and implemented the draw() method. The route is displayed properly, although while debugging, I added a breakpoint on draw(), and noticed it is being called constantly. I only want it…
Itsik
  • 3,920
  • 1
  • 25
  • 37
12
votes
5 answers

Google Maps iOS SDK - Add UIView/UIButton over a GMSMapView

I'm developing an iOS app with Google Maps iOS SDK with storyboard. On my main view controller in "viewDidLoad" I have implemented a GMSMapView and shows it by self.view = mapView_; and everything goes fine. Now I want to add a UIView or UIButton…
FabioM
  • 131
  • 1
  • 1
  • 5
12
votes
3 answers

Qt Widget Overlays

How do I overlay widgets in Qt? I want to create some widgets and place them out-of-layout, but rather tweak their size and position when some other widget's geometry is changed. Something like the buttons on the screenshot:
Andrew T
  • 5,549
  • 7
  • 43
  • 55
12
votes
4 answers

centering with absolute positioning WITHOUT knowing width or height

I am creating an overlay. There is a div that coats the whole page in 50% transparent black. Another div must be centered, vertically and horizontally to the screen. It must be absolutely positioned. Is there anyway to do this without knowing the…
eatonphil
  • 13,115
  • 27
  • 76
  • 133
11
votes
2 answers

How to add a uiimagepickerview custom overlay

i will like to add a custom overlay on the UIImagepickerview with some custom buttons. will appreciated if anyone could show me a link or 2 to the tutorial. thanks
Desmond
  • 5,001
  • 14
  • 56
  • 115
11
votes
1 answer

ImageMagick: Layering Images with convert -composite with gravity center

background overlay composite -gravity center overlay.png background.jpg result1.jpg result1.jpg convert -composite background.jpg overlay.png -gravity center result2.jpg result2.jpg convert -composite background.jpg -gravity center…
Piotr Tomasik
  • 9,074
  • 4
  • 44
  • 57
11
votes
2 answers

Primefaces - AjaxStatus - Dialog is behind the overlay

I checked the z-index, but the Dialog z-index is higher than the div of overlay. It was to be correct. In the showcase works correctly. Could you help me with this problem?
Rafael Orágio
  • 1,718
  • 5
  • 19
  • 26
11
votes
1 answer

Using maven overlays in webapp run configuration using IntelliJ?

I am developing a magnolia based website. I am using the webapp archetype to create a new web application. Using the command line I am able to produce a WAR and deploy that in my container (Tomcat). I then run it and it works fine. My next step was…
Stefan Hendriks
  • 4,705
  • 5
  • 34
  • 43
11
votes
2 answers

Android - automatic overlay touch down / highlighted imagebutton states

Is it possible using an ImageButton to have touch down and highlighted states, without the need for 2 more image resources on Android (6 more, considering h/m/ldpi)? I'm basically looking for behavior similar to iOS where the OS can put an…
Codz
  • 315
  • 1
  • 2
  • 10