The relational position of an entity, when compared to another entity with fixed position. Typically used, for example, to define location within a file or byte buffer from which information should be read.
1
vote
1answer
17 views
Checking if image has left its container?
First off, I think I may have some syntax errors, but I don't know where since most of this code is copy paste from JQuery then modified for my needs...
$(document).ready(function() {
var stage = ...
0
votes
1answer
17 views
Directshow how to control Area of Interest
I'm using c++ with directshow to capture multiple images from the camera, much like how opencv camcapture does.
And the camera I'm using has a AoI control where I can move the offset of x and y to ...
0
votes
3answers
15 views
Using timezone offset PHP
So far i've got a javascript code on my register page that gets the timezone offset when they log in and sets it to a timezone offset variable in the database that looks like this "-06:00,1" The 1 ...
0
votes
0answers
5 views
how to set the offset on touch events
i am not getting the exact position of x and y co-ordinates in the ipad. Can some explain what am i doing wrong? this s a painting app for children where they can color on an image using canvas. its ...
0
votes
2answers
21 views
C# and XNA rotate an object around another object keeping the offset
I have an object X, positioned in the World space, represented by its quaternion, lets call the latter X_Base.
I have another object Y, offset from object X and presented by its quaternion matrix ...
0
votes
0answers
31 views
cocos2dx - Performance decreases with large x co-ordinates
I'm following a tutorial by Ray Wenderlich on developing a tiny wings game remake.
This involves procedurally generating 2d, textured hills.
The hills are not all viewed on screen at once, and the ...
0
votes
1answer
25 views
Jquery offset property unreadable error
I'm using JavaScript and jQuery to create a horizontal scrolling iframe document using absolute positions for the iframes to make them appear side by side. I'm using a short script based of a jsFiddle ...
0
votes
3answers
41 views
unexpected margins for html elements
Why document.body.style.margin returns me nothing in chrome and firefox if the
style="margin:[some] px" is not set for body.
Now suppose I want the margins of body using offsetParent.offsetLeft css ...
0
votes
1answer
71 views
Button image not aligned with text when the button is clicked?
I'm having a rather irritating problem with images on buttons in .NET. They don't behave as you would expect an image on a button to behave.
In the properties of a button you can set Image. So I ...
-1
votes
1answer
53 views
I need help, hard to put it all into a title
I am making a offset updating program for Black Ops 2 (Xbox 360) and I am having some trouble.
The PlayerState offset is 0x83544790 (83544790) and as you can see it has no char's, just a long UInt32 ...
0
votes
1answer
33 views
Notice when filtering through array in PHP
I'm creating a script that will filter out duplicate lines from a textarea. However, I am constantly getting various "Notice: Undefined offset: 2" & other higher offsets after the script has ...
0
votes
0answers
13 views
Symbol values differ with directory changes
I need a deterministic object files after compilation, but instead when compiling project in other directory i get different symbol values.
I removed all the FILE macros, and it helped, but still not ...
0
votes
2answers
23 views
Negative offset in mysql?
I want to get the current ID from a table and I used this code which is not working
$query1="SELECT id FROM `login`.`users` LIMIT 2000 OFFSET `id` - 1";
$result=mysql_query($query1);
If ...
-1
votes
1answer
27 views
make a Shift in for each cl in Range VBA
I have a loop like this but meanwhile I need to scape some of the cells.
For Each qcell In oNOcells
' here I would like to scape some of the cells under specific condition,
Next qcell
how can I ...
0
votes
0answers
24 views
Jquery scrollTop only gets height offset on second click?
I have a page that scrolls to a point based on what menu item is selected. When the page scrolls the menu stays with the page. The problem is the fixed menu hovers over part of the section I need the ...