Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
92 views

Get actual div height during jQuery animate

I have some animated graphs. It's cool. But I need to write out the current height of the div to another div during the animation (like an analogue timer). I have the starting and the final height, ...
2
votes
2answers
178 views

DCC Can't make up it's mind about the number of parameters a function needs

I have a function declared in a unit with this prototype: function MapFunction(process: THANDLE; func: Pointer; size: Cardinal) : Pointer; and I am calling it with this: stub := MapFunction(proc, ...
1
vote
3answers
753 views

How can I find the Rect of wrapped text on an iPhone?

Can anybody recommend a good method for determining the Rect of some wrapped text on an iPhone? I've tried all the built-in methods for NSString in the 2.1 SDK to no avail. The size methods never ...
0
votes
1answer
40 views

Logcat for application running on actual device

Is there any way to see logcat for application that is running on actual device? I can see logcat for emulator. While running the application itself I selected my cellphone to run the application. ...
0
votes
1answer
405 views

print a image with actual size in java

well i have a picture and i want to print it in exactly actual size on paper and implemented below code but i don't know why this code zooms the picture but i want picture to keep its size , could you ...
0
votes
2answers
755 views

Flex 3 - Get the actual size of a component

I'd like to get the actual height of a component after adding some children. When inspecting the variables tab in debug mode, I see 2 different height variables: $height (which contains the correct ...
0
votes
2answers
820 views

Get the position of an element in Android's List View

my friend and i develop a Android programm. Now we got to the question if it's possible to get the actual position of an ListElement. Example: You drag the list up and down, and now you want to ...