0
votes
1answer
27 views
can two overlapping buttons recieve the same click?
I am new to flex and as3 and I need to create a workaround for a button issue. I don't know how to have one button created by one class send a click event to another item created in a different class
…
1
vote
1answer
39 views
Android: When the keyboard pops up, the layout is invisible. How do I solve this?
In my layout, there is a TextView at the bottom of the screen. The problem is that when I click inside the text box to type something, the keyboard covers the text box as a result of which I am not …
0
votes
2answers
31 views
Div overlapping & wrong height
I have 3 DIVs. 2 are inside the parent DIV. something like
<div id="parent">
<div id=1>......</div>
<div id=2 …
9
votes
3answers
154 views
How can you detect if two regular expressions overlap in the strings they can match?
I have a container of regular expressions. I'd like to analyze them to determine if it's possible to generate a string that matches more than 1 of them. Short of writing my own regex engine with this …
0
votes
0answers
23 views
itextsharp table text overlapping
Hi,
A website im working on creates a pdf document using itextsharp xml but for some reason when content in a table row is split between two pages the content is falling into the next column and …
0
votes
2answers
59 views
JavaScript: Trigger a function when two divs touch / overlap.
The title explains it really. How to do this? Both divs are of differing size. Both divs are moving (I'm making a little Jquery game). If one hits the other, I want stuff to happen.
Thanks
0
votes
0answers
15 views
IE7 Overlapping Divs
While working to create a simple module, I ran into an issue with IE7 and its apparent desire to overlap elements. Here is my HTML code sample with CSS:
<style type="text/css">
body {
…
0
votes
2answers
557 views
CSS Float border overlap issues
I'm trying to float a menu to the left of the page, and when it gets large enough to reach the content below, Firefox bumps the content over exactly as it should... except for the border. See …
0
votes
4answers
114 views
Flash playing SWF, video is normal sound is sped up half way on 4th scene
when i play each individule scene as an SWF all the sounds are synced correctly, but it when i play the entire animation that half way through on scene 4 the sounds play too early and are also sped up …
0
votes
1answer
90 views
intersect time intervals and generating new ones depending on intersect-results
hi there,
i've got two tables with time intervals and some settings for each interval, eg
2009-01-01T06:00:00 2009-01-04T14:00:00 1 0
2009-01-04T22:00:00 2009-01-07T06:00:00 2 1
…
0
votes
2answers
97 views
How can i check if 2 controls overlap eachother on a canvas in WPF?
I am writing a designer that enables the user to drag controls around the screen.
What would be the best way of detecting if a control is overlapping another control while i am dragging the one …
2
votes
2answers
292 views
Finding the overlapping area of two rectangles (in C#)
Edit:
Simple code I used to solve the problem in case anyone is interested (thanks to Fredrik):
int windowOverlap(Rectangle rect1, Rectangle rect2)
{
if (rect1.IntersectsWith(rect2))
…
0
votes
4answers
143 views
How to avoid overlapping polygon
I created a program to draw many polygons automatically everytimes user presses a button. The points of the polygon are generated automatically using the random function. The problem is that, since …
0
votes
3answers
193 views
Safari issues with javascript + css
I have some strange behavior going on with safari, im using the jQuery.GridLayout plugin and css for styling.
Just for some context, this website layout is a simple header followed by the content …
1
vote
1answer
97 views
How do I partition datetime intervals which overlap (Org Mode clocked time)?
I have related tasks from two Org files/subtrees where some of the clocked time overlaps. These are a manual worklog and a generated git commit log, see below.
One subtree's CLOCK: entries needs to …
