Questions tagged [bubble-popup]

32 questions
0
votes
1 answer

Will Bubble Messaging in System Tray Work in Metro?

There is an application that I'm using at the minute which uses the system tray for bubble messaging i.e. informing the users of useful information regarding their application. If this was to be triggered while a user was in 'Metro' mode, would this…
Federer
  • 33,677
  • 39
  • 93
  • 121
0
votes
0 answers

jQuery.Gantt - how to show popover bubbles above items

I would like to know how to show popover bubbles above items (when making a hover) in a jQuery.Gantt chart. Popover bubbles are usually shown on the right of items (as it is shown in the screenshot below): However, I need it to be shown above the…
Nadim
  • 382
  • 1
  • 7
  • 29
0
votes
1 answer

How to create a logo animation similar to TED loading icon?

How to make an animation similar to this? A circle that appears like a bubble and then pop and show the name of the app This is the intro animation of TED app. I'm trying to make something similar Are there widget to make a similar effect? or…
0
votes
1 answer

How do I enable google sheets value bubbles when highlighting portions of formulas

When I would create a formulas like =IF(A2=B2,"yes","no") and I highlighted the A2, it would create a little comment bubble above the highlighted text that gave the value that was in A2. And if I selected A2=B2 it would give me a comment bubble…
0
votes
0 answers

Android: Create speech popup pointing up

I need to create a speech bubble pointing up, but I'm not familiar with android shapes, so looking for examples come across with one as expected, but pointing down, and as I don't know the meaning of pivotX and pivotY, all my attempts to invert the…
Diego Perez
  • 2,188
  • 2
  • 30
  • 58
0
votes
1 answer

Jquery: ShowBubblePopup not working

I'm using this Jquery plugin: http://www.vegabit.com/jquery_bubble_popup_v2/ Works perfectly. Now, I want to use the ShowBubblePopup event on some other area of my page (which doesn't trigger the bubble directly) like a sidebar text link or…
Mayur
  • 7
  • 5
0
votes
2 answers

Create info bubble in wicket?

Is there a way to create info bubbles in wicket. I would imagine for instance a ? as a small round image and when hovered-over, it would pop out a bubble with some text/images/stuff in it. A bit like a ModalWindow actually but which would be shown…
Sephy
  • 50,022
  • 30
  • 123
  • 131
0
votes
1 answer

Issue with jQuery Bubble Popup v 2.3.1

I am using jQuery Bubble Popup v 2.3.1 http://www.vegabit.com/jquery_bubble_popup_v2/ I am getting issue while using this on two adjacent elements with selectable true. When I mouse over one and move mouse over the bubble; if mouse reaches the other…
Naveed
  • 1,191
  • 10
  • 22
0
votes
1 answer

Pop-up (InfoBubble) on marker click Here maps

I want to configure my map using HERE FREE SDK so when i click on a marker a pop-up shows up with some Texts , i've tried InfoBubble but i think that's not working anymore, also i wanted to try MapOverlay but it seems that it's limited to JS…
Ayoub Beltarchi
  • 47
  • 2
  • 11
0
votes
2 answers

Navigation Drawer overlap with BubblePicker view?

I am using a bubble picker library for bubble animation and a material drawer library for navigation bar . I am facing a issue where the bubble picker view is getting overlap with the navigation drawer.What might be the issue and how can i resolve…
Ravi Parmar
  • 968
  • 11
  • 28
0
votes
1 answer

getWindow() from context Android

I don't know how to do .setParentLayout(getWindow().getDecorView()) I'm using a library in order to do Tutorial bubbles, and when a user makes a long click on a gridView's item the bubble appears. The problem is that I don't know how to put…
0
votes
1 answer

jquery bubble pop up not working

All, I am trying to use jquery bubble up v2.3.1. But It seem not working on JSFiddle. Can anyone tell me why? $(document).ready(function(){ $('input[type="text"]').attr('placeholder', 'Enter number bwteen 1 and 100'); …
Matilda Yi Pan
  • 658
  • 2
  • 8
  • 26
0
votes
2 answers

Chat Heads overlay Cannot resolve method

I got the Chat head built, but when I try to start it when a message arrives with this code: Intent i = new Intent(this, ChatHeadDrawerService.class); this.startService(i); I get an "Cannot resolve method" error. public void…
Made by FA
  • 710
  • 2
  • 7
  • 27
0
votes
1 answer

Implementing click event for jquery bubble-popup

I'm trying to implement jquery-bubble-popup on my site however I'm completely stuck. I'm trying to do the following. If somebody clicks on a "report info" div a bubble pop up will show up pertaining to that report. I want to be able to change…
KingKongFrog
  • 13,946
  • 21
  • 75
  • 124
0
votes
1 answer

CSS help bubble centering arrow and bubble to align with text

I have a popup bubble that will popup when you hover over the text, I am trying to use it dynamically, however I can not get it to always be centered on the text no matter how tall the bubble is. I've tried everything I can think of, and it won't…
Dylan Cross
  • 5,918
  • 22
  • 77
  • 118