1
vote
1answer
48 views
Get position of element by javascript
I've seen a dozen of script that can catch the x and y position of an element/object within the page. But i am always having trouble with catching the x and y when the webpage is u …
0
votes
0answers
23 views
openGL position and orientation from modelview matrix
Hello!
My problem is the following:
I have nested object in my opengl scene, and i only know their relative position and orientation.
How do I get the absolute position and orie …
0
votes
3answers
38 views
find top and last element inside a scrollable div
I have a scrollable div with a fixed height. While scrolling I need to get the element at the top of the visible viewport and the one at the bottom of the viewport. I can get the p …
0
votes
2answers
20 views
How to check visible resolution of system
I am not entirely sure how to word this questions so I am just going to explain my problem.
My VB 6 program saves the location of the screen in the registry so that when it loads …
0
votes
3answers
25 views
Position:relative for anchors in webkit broken. Work-arounds?
In our project we used the following method to link users to some anchorred area on the page:
<span style="position: relative; top: -100px; z-index: -1; visibility: hidden;"
…
0
votes
2answers
25 views
Get current cursor lower left position so that tooltip could be displayed properly
Hi all,
I'm trying to display the tooltip by calling "ToolTip.Show(String, IWin32Window, Point)", but I wanted to do it like what Windows explorer does - displays the tooltip at t …
0
votes
1answer
14 views
‘accept_position’ signal not getting called in Ruby/Gtk2
I'm creating a application with panes in Ruby/Gtk. When the panes are resized, I need to do some stuff. But I cannot figure out which signal to use. I think it is 'accept_position' …
0
votes
1answer
47 views
CSS need div to extend it’s containers width
This is my current HTML structure. The footer div is sitting alone in the BODY.
<div id="footer">
<div class="container">
<div id="footer-bg">
…
3
votes
3answers
87 views
How do I programmatically position a canvas in Silverlight?
I'm using Silverlight 3/C#, and I'm trying to create some XAML objects programatically in response to a user clicking on a button.
However, I can't seem to position a Canvas objec …
0
votes
2answers
78 views
Start an app and set its size and position in windows
In Windows I would like to be able to run a script or application that starts an another application and sets its size and location. An example of this would be to run an applicat …
3
votes
4answers
77 views
How to get cardinal mouse direction from mouse coordinates
Hello, is it possible to get the mouse direction (Left, Right, Up, Down) based on mouse last position and current position? I have written the code to calculate the angle between t …
0
votes
1answer
28 views
Algorithm for positioning rectangular and randomly sized objects inside a non-rectangular canvas.
. . Hi there, everybody.
. . I have a canvas defined by many points (x,y)--it's not rectangular, but at least it will follow some almost-hexagonal shape (like a distorted hexagon, …
0
votes
4answers
116 views
C++ Object, Member’s Memory Position Offset
Is there a better method to establish the positional offset of an object's data member than the following?
class object
{
int a;
char b;
int c;
};
object * o = new object() …
0
votes
0answers
44 views
itext multiline text in bounding box
Hi.
Does anyone know, how to, in iText, add multiline text in bounding box (with coordinates specified).
I tried
cb.showTextAligned(PdfContentByte.ALIGN_LEFT, text, bounds.getLe …
0
votes
1answer
48 views
CSS absolutely position element extends background
I have a absolutely position div that is overlapping a containers background due to it having a larger height. This div is sharing the container with a body div that's sitting happ …
