Questions tagged [balloon]

111 questions
0
votes
1 answer

android balloon overlay in image

I need to create a balloon overlay from where a user click presses on the imageview. it's look like this. http://www.modality.com/images/appimages/130/screens/645/large.png
user1303250
  • 93
  • 1
  • 8
0
votes
1 answer

Remove overlay window from the ballon in android

I want to hide the overlay item window popup after click on the mapview. Currently when i click on the balloon then popup window comes. if i tap on other ballon then previous ballon pop up window hide and new pop up window comes on that ballon. this…
Amit Thaper
  • 2,117
  • 4
  • 26
  • 49
0
votes
0 answers

Is there a way to unbind a tix balloon from a widget?

Using bind_widget() to bind a balloon to a widget and I want to unbind it.
user17543723
0
votes
0 answers

I'm using tix Balloon and I want to make a hovering text which will change according to some variable

The problem is that when I change the message, the old message still appears and the new one is just shown above it. is there any way to fix it?
user17543723
0
votes
2 answers

Is there a way to determine which balloon I clicked on?

I am writing a program in Delphi that displays fresh information in balloons. Is there a way to determine which balloon I clicked on? Like this: sendername := 'Gert'; TrayIcon1.Visible := True; TrayIcon1.BalloonHint := 'You got a new message from…
0
votes
1 answer

Balloon plots with colours based on value and with value number inside the dots

structure(list(Patients = c("LT2", "LT2", "LT2", "LT2", "LT2", "LT2", "LT2", "LT2", "LT2", "LT2", "LT3", "LT3", "LT3", "LT3", "LT3", "LT3", "LT3", "LT3", "LT3", "LT3", "LT4", "LT4", "LT4", "LT4", "LT4", "LT4", "LT4", "LT4", "LT4", "LT4", "LT5",…
Licia
  • 47
  • 3
0
votes
1 answer

What event is sent by a click on the "X" close button for an MFC balloon tooltip?

I am working on a very big and complex application for Windows written in C++ and using MFC. I am working on this bug, where if a user presses on a balloon tooltip, it won't close, only after a timeout. The thing is that I got the…
eladyanai
  • 1,063
  • 2
  • 15
  • 34
0
votes
1 answer

What will be the time complexity of the while loops whose iteration is not predictable?

I have this algorithm written where the while loop can vary from N to 0 depending on the input array, but we cannot give O(N*N) also because if the while loop is executed once for N times, then for the next iteration of x it will be 0 because we are…
0
votes
1 answer

How to use Balloon or Tooltip with a image ? Tkinter Tix or another Tooltip

Hi I want to set inside the tooltip an image Is this possible? from tkinter import* from tkinter.tix import* from utils import get_path root =Tk() root.title('hola') root.geometry("500x500") tip =…
0
votes
1 answer

Can I bind a tixBalloon Widget to a Text widget tag?

I am wanting to mimic the behavior of the 'abbr' tag of HTML in a tkinter Text widget. The Tix Balloon widget looks like it would be a perfect fit, but I can't figure out how to bind it to a text tag instead of a whole widget. Any suggestions…
Blazer
  • 337
  • 2
  • 11
0
votes
1 answer

How to create a Balloon Overlay on a MapView?

I need to create a balloon overlay from where a user long presses on the MapView. Firstly how would i create the balloon overlay dynamically where the point was selected? A user will long press on the MapView within the application and the gesture…
molleman
  • 2,934
  • 16
  • 61
  • 92
0
votes
1 answer

KML balloon styling

I read several ways to alter what appears in the balloons on google maps. I am uploading from a KML file. I want to get rid of the directions/Search nearby links on the bottom of the balloon. I have tried some variations of the KML below but it…
sarina
  • 129
  • 1
  • 2
  • 10
0
votes
1 answer

Ballon plot by using ggplot2

I made a ballon plot using ggplot2. Here is the code: p6 <- ggplot(balloon, aes(x = factor(Clusters,level = level_cluster), y = factor(Gene_names, level = level_gene), size = log(counts), fill= Clusters)) + scale_fill_manual(values = col_val) +…
0
votes
1 answer

Does Google Map support like Google Earth?

I am uploading kmls into Google Map (not Google Earth). My KMLs contain polygons (county borders). There is a different "styleurl" for each county. Right now I can control the content of the bubble via and from within the…
0
votes
1 answer

CKEditor BalloonEditor Ajax Save

I'm playing around with CKEditor5 but couldn't get it to work. Here is my Code

Here goes the initial content of the editor.

Net Work
  • 11
  • 2