Questions tagged [overlay-icon-disappear]
6 questions
2
votes
1 answer
Google Map Overlay Icon disappears at certain zoom level
I notice that Firefox 3 demonstrates this problem. I put down an overlay icon and play around with the map zoom. At certain zoom level, I found that the icon disappears for some unknown reason.
Zooming out brings back the icon. Or during the…

Lawrence Teo
- 459
- 2
- 6
- 19
1
vote
2 answers
iOS Tab Bar Icons Not Appearing
I created a tab bar on a storyboard view in xCode. I set the individual images to the correct icons. (folder image, briefcase image, person image, question mark image).
Only the briefcase image shows. I have 3 images that disappear in the…

DrDisc
- 281
- 4
- 12
1
vote
1 answer
How to make multiple icon overlays only appear after a certain zoom level on Google Maps MapView?
I am a beginner when it comes to working with the Maps API so please bear with me and I know there have been many other posts dealing with the same issue but I am still stuck.
I have been able to place some overlay images onto my map. The only…

TK_
- 13
- 4
0
votes
2 answers
How to prevent hover animations from eventual disappearance
I have code for an image hover that will display information on top of an image when hovered over. By using the queue:false in the callback, I have stopped the animations from firing over and over when the user hovers over them multiple times.
My…

bkbarton
- 349
- 1
- 6
- 17
0
votes
1 answer
How can I register OverlayIcon.dll and call it to display overlay icon on the selected file/folder?
I read this article in http://www.codeproject.com/KB/shell/overlayicon.aspx. I have some questions that I cannot answer. Please help me?
First, after I build the project. I received an OverlayIcon.dll. I used regsrv32 to register it to Windows. How…

Sean
- 51
- 3
-1
votes
1 answer
how do i make disappearing buttons
So i want to know how to make buttons disappear. I have something like this...
JButton button1 = new JButton("1");
button1.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
(what goes here…