Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
5k views

how to enable default after event.preventDefault()?

jquery toggle calls preventDefault() by default, so the defaults don't work. you can't click a checkbox, you cant click a link etc etc is it possible to restore the default handler?
7
votes
2answers
344 views

What is the bubbling concept?

I've heard of events and SO answers "bubbling up", but what has all that got to do with bubbles?
3
votes
3answers
92 views

Internal padding for JTextArea with background Image

My ultimate goal is to have a JTextArea with a background image. I found code online that showed me how to do this, but now I'm having an issue with the text being on top of the image. This Is what I ...
3
votes
1answer
106 views

JFreechart - how to implement a categoryplot with xybubblerenderer

how to implement a category plot with xybubblerenderer in JFreechart? I want to have a category plot which shows several bubbles for each category. These bubbles are placed on the y axis of the plot ...
3
votes
3answers
277 views

Android: How to make bubbles like those in the Google+ app?

Does anyone know how to make a bubble with buttons like those in the Google+ Android app?
3
votes
1answer
169 views

Bubble mouse event from WPF to WinForms

I have WPF control hosted inside a WinForms control using ElementHost. The WinForms control has a context menu. I want to show the context menu when user right click on the WPF control. How can this ...
3
votes
4answers
743 views

What's the best jQuery plugin to show up a popup bubble when the user hover some text?

Like the effect you get when you hover "Subscribe" in Youtube
3
votes
1answer
913 views

ASP.Net User Control Event Bubbling (C#)

Many thanks in advance. I've done my due diligence and researched for 2 days, but can't seem to wrap my mind around what online tutorials describe. The situation: Lead Programmer ups and quits. ...
2
votes
2answers
480 views

Alphabetizing an array of a data structure with reverse bubblesort

I am trying to sort an array of a 2 element data structure alphabetically. The whole program reads a data file into an array, then alphabetizes the array and searches it by query. My problem is that ...
2
votes
5answers
1k views

How to bubble key events from a control up to a form?

I am aware of the KeyPreview property of a Windows Form, and this allows the Form to receive the key events before they get passed to the focused control. However, I want the Form to receive the ...
2
votes
2answers
507 views

Chat Bubble Cocoa

I have been trying to create a chat bubble for about a month now... (you know, like the one in iChat or Tweetie). At some point I found a thread that said that I could use Twitterfon's source... which ...
2
votes
5answers
6k views

c++ sort with structs

I am having a hard time with this problem which requires a sort of customer names, customer ids, and finally amount due. I have the whole program figured, but cannot figure out the last prototype ...
1
vote
1answer
85 views

Use UITableView bubble/callout like iPod app

I found a light bubble/callout with a long press gesture on a song in my Music app on iPhone 4 (iOS 5.0.1). Does anyone found it and can help me to add this feature on other table view ?
1
vote
1answer
76 views

Button Handle MouseLeftButtonDown but still want the event to bubble

I have a listbox with a DataTemplate for the items. Inside my template, I have a label and 3 buttons. My problem is that when i click the buttons, the listboxitem never become selected since the ...
1
vote
0answers
350 views

Android speech bubble 9.png

I have stuck at drawing speech bubble 9.png for a long time. I have come out with a big speech bubble with a tail on left. Something like this: But it is too large, and I need a tail on right one, ...
1
vote
1answer
143 views

iphone UIButton selector not working when frame origin is not 0,0

I've tried many many differents ways but can't find what's wrong with my code, hope you can help me! I'm making a custom callout bubble to be shown when clicking on a pin on a map, to show some ...
1
vote
1answer
56 views

CSS3 TransformY To Top

I am trying to create an effect like a water bubble is coming from bottom of the page to the top like bubble gets up from the water using CSS3 and I am total lost doing this. I have this fiddle Can ...
1
vote
2answers
85 views

whats the name of this view?

i've used more than 3 apps on android have the same bubble view i've searched for it but i cant find it The required view is market around with red color in the picture whats it is ?
1
vote
2answers
880 views

Bubble ListView with 9-patch

I would like to build a listview for a discussion forum that looks like as a discussion in the iphone (i.e.: the handcent app). I saw some examples but no one uses the 9-patch. Does anyone have some ...
1
vote
3answers
459 views

Timing a Bubble Sort

I have to time how long a bubble sort takes and print how long it took. In my program the time printed is always 0.00 seconds. Can anyone tell me what I'm doing wrong? int main() { ...
1
vote
1answer
1k views

Bubble Sort in Assembly

I'm trying to figure out sorting an array of strings using assembly. I compare the first and the second alphabets and then rearrange them in alphabethic order. I have it almost figured out but my ...
1
vote
1answer
554 views

iPhone MKMapView force callout bubble

Is it possible to force the call out bubble to be open all the time? I tried putting the following code in didAddAnnotionViews: for (id<MKAnnotation> currentAnnotation in mapView.annotations) { ...
1
vote
1answer
563 views

make bubble arround text in uitextview?

everyone.. i am working on application which has the same user interface as Iphone Sms Application , i want to make a "To" text field to add multiple contacts from address book . problem is that , ...
1
vote
3answers
755 views

Scaling/resizing the diameter of all bubbles on a bubble chart (in WPF or Silverlight)

I have a bubble chart in a WPF application with LOTS of points in a BubbleSeries. The automatically drawn sizes of the bubbles result in so much overlap of the plotted bubbles, that most of the bubble ...
1
vote
3answers
6k views

Problem with NotifyIcon.ShowBalloonTip - balloon not showing up

I'm having trouble with something that I thought would be easy... I can't get my NotifyIcon to show a balloon tip. The basic code is: public void ShowSystrayBubble(string msg, int ms) { ...
0
votes
4answers
65 views

How to implement Bubble sort algorithm to a text file in java

I have a text file of random words and I would like to use the bubble sort method to sort the words and display them in the console. The alogorithm I want to apply can be found here. I have the ...
0
votes
0answers
19 views

“jQuery Docs” submit event does not bubble in IE. What Does this Mean?

The JavaScript submit event does not bubble in Internet Explorer. However, scripts that rely on event delegation with the submit event will work consistently across browsers as of jQuery 1.4, which ...
0
votes
1answer
86 views

FB like button show count bubble even when count is 0

I am using the FB like button in "button" layout (count bubble immediately to the right of the like button, similar to twitter). The count bubble does not show up when there are zero likes, and I have ...
0
votes
0answers
65 views

C++ Bubble Sorting for Singly Linked List [closed]

I have implemented a simple word frequency program in C++. Everything but the sorting is OK, but the sorting in the following script does not work. Any emergent help will be great.. #include ...
0
votes
1answer
36 views

How can I add notification bubble to Wordpress admin menu [closed]

Possible Duplicate: How to show number of new posts in a custom menu item in wordpress admin I want to show some notification in wordpress admin menu for new posts as we can find one when a ...
0
votes
0answers
18 views

How to show number of new posts in a custom menu item in wordpress admin

How to show a number of new posts (unpublished) for my custom post type 'photo' in the admin custom menu item 'Photos' like in the following image.
0
votes
2answers
36 views

Can someone please explain me the logic behind this statement about bubble sort?

Let's suppose we have some array called A. let Π be a set of (x,y) pairs, where x,y are values that exist in the array of A and index(x) < index(y) and x>y. so for example if we had this array ...
0
votes
0answers
40 views

Is it possible to add a back hatch style to the bubbles in a Microsoft Chart bubble chart?

Is there a way to set a chart series hatch style for a Microsoft Chart (asp.net chart control) bubble chart? Basically what I am looking for is a bubble chart with the bubbles to have a hatch style ...
0
votes
0answers
70 views

Jquery bubble popup overlaps ? popup opens up on hover an element hidden by another popup

When we hover on a box a popup appears, but when we hover on the popup, popup of another box which is hidden by the current one opens up. Please visit link. ...
0
votes
1answer
157 views

Null-Pointer Exception when starting Intent from MapView through MainActivity?

I have a MapView in my app. On clicking an overlayItem, a bubble pops-up with information about the place.On clicking the icon, the user should go to another activity. I first send the control from ...
0
votes
1answer
20 views

Sort Stack Overflow and Number of Compares and Swaps Negative

I wrote this bubble sort and used it in a test program that gives random numbers in a list by an amount inputted by the user. It was then given a list of 10,000 random ints and came back with a stack ...
0
votes
1answer
450 views

CSS Hover Tooltip Bubble Being Hidden Behind iFrame Video

I'm using this CSS script to create tooltip popup bubbles. http://trentrichardson.com/examples/csstooltips/ I have it working ok but it is being hidden by an embedded iframe video in the div below. ...
0
votes
0answers
87 views

google maps infobubble failing on “object is undefined”

Firebug tells me that Object is undefined in infobubble.js. No other information available. I got this js from ...
0
votes
1answer
180 views

trouble creat bubble in google map android?

I am now developing the GPS tracker in which i have very little idea. I have some questions related to my app as a whole. How to create bubble when we tap on an overlay item? I m creating a class ...
0
votes
6answers
177 views

How to use a sorting algorithm in Java?

My assignment is to ask a user for the number of strings he would like to input. Then i will prompt him to right the strings. Then i am supposed to print the stings in alphabetical order. I got most ...
0
votes
1answer
155 views

google v3 info bubble position doesn't center

When page loaded info bubble position can't get center. But when i click the marker info bubble is get true position. so this issue causes readable problem. http://jsfiddle.net/onurodemis/QxvPR/1/
0
votes
0answers
77 views

css3 resize bubbling + onresize

I realise I cannot use css3 resize with IE or Opera but that is OK. The two problems I have do not seem to have been really addressed in stackoverflow so far. The div with the resize style contains ...
0
votes
0answers
58 views

Trace event flow

I am dispatching a custom event that bubbles from a class instance ("class c") dispatchEvent(new ScoreEvent(ScoreEvent.SCORE, amount, true)); This is my ScoreEvent class: package { import ...
0
votes
1answer
166 views

Diferrent OnClick actions for subviews in ListView item and fancy context menu bubble

I'm writing an app and I have a ListView, which items are ImageView and TextView. I'd like to determine whether user have clicked the icon or the text to handle diferrent actions for each case. I want ...
0
votes
1answer
162 views

Background image to be moved below li tag

Hi. In the image above, i am displaying news items in a bubble format. these are all in a ul li tag. see the code below please. <ul> <li> <h2>South West ...
0
votes
3answers
172 views

Event bubble problem (I guess..!)

I have a big DIV #bigdiv. When I hover it, I want a small informative DIV #info to appear inside the big div. Problem: when I put my mouse on #info (once I made it appear by hovering #bigdiv) it makes ...
0
votes
1answer
464 views

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 ...
0
votes
2answers
742 views

stopPropagation: element.addEventListener vs onclick attribute

I'm playing with stopPropagation, adapting code from an MDC doc. Here's the question: Everything works fine if I do what they did and use element.addEVentListener("click", fname). But, when I try to ...
0
votes
1answer
134 views

Flex BubbleChart fixed radius

I have a Flex BubbleChart and I want to set my bubble sizes explicitely. I don't want flex to take care of bubble sizes using minRadius, maxRadius. I need my bubbles to be rendered with exact size ...
0
votes
2answers
287 views

Bubble sort. Do I need double or int?

OK So I am making a bubble sorting program to make sure arrays are in order and I have the first class compiled fine now but the second one keeps giving me problems. Right now it says it is the wrong ...

1 2