Tagged Questions

3
votes
4answers
107 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 two vectors but I am …
3
votes
4answers
446 views

Detecting and acting on keyboard direction keys in Java

G'day all, I have a console project where it is intended the user presses the keyboard direction keys (non-numeric keypad) to move an avatar. I am having difficulty coding to check for the press of …
2
votes
3answers
101 views

WPF TextBox - programatically select text while preserving “selection direction”

When editing text the user is able to use the keybord shift button and direction keys to modify the selection - one position stays anchored while the other moves. By pressing left it is possible to …
2
votes
1answer
437 views

MKMapView Route/Directions

I found that the Google Maps API supports Directions through: var map; var directionsPanel; var directions; function initialize() { map = new GMap2(document.getElementById("map_canvas")); …
2
votes
7answers
453 views

Windows Forms / Winforms C# development - what should I do?

I am trying to get a new contract/job and virtually everything out there (UK) seems to equate .NET with ASP.NET - and that's not me. Sorry if this seems a little rambling but I really am wondering …
1
vote
1answer
17 views

How can I detect the Flowdirection RightToLeft or LeftToRight automatically in WPF

Is there a way to detect the FlowDirection in TextBox automatically based on the Unicode Characters used? If you have an Arabic text in Excel it is automatically aligned to the right side of the …
1
vote
3answers
48 views

Easy Trig - Move an object in a position

I know this is quite easy trigonomety, however I was never introducted to vectors etc, and I'm at a loss understanding how this works. Given an object at point XY, and a direction N, how do you move …
1
vote
1answer
75 views

How can I tell whether a given MAPI message is incoming or outgoing?

In a COM-addin for Outlook (using Redemption) I need to be able to determine whether a given message that I'm looking at was received or sent (I only want to act on the incoming ones). Simply looking …
1
vote
0answers
380 views

How to detect finger movement direction with iPhone UITouch

Hello All, The documentation of UITouch mentions that you can get the [B]direction[/B] of finger swiped. But I am unable to find any way/reference how to get the direction information. I found an …
1
vote
1answer
356 views

Detecting keyboard direction keys using keyPressed

G'day all, After learning on here that the Java console doesn't support keyboard input a great deal, I switched to Swing and AWT. My problem now is how to detect when the keyboard direction keys …
0
votes
2answers
27 views

Change the direction of growth for a JTexField object.

Hi SOers, I need to change the direction of the growth of JTextField object when more characters are added to it. Currently when I add more stuff to it, it grows from left to right but I need this …
0
votes
1answer
53 views

How do I change a box components direction in Flex 3?

Hi, With mx:Box I can set the direction to be either "horizontal" or "vertical". I'd like to reverse the order of the components in the box though. For example: before: |button1| |button2| …
-1
votes
1answer
106 views

Can an asp:DropDownList set to be displayed in a particular direction; up or down?

Is it possible to set the direction that an asp:DropDownList appears on a page (e.g. up or down) in a code-behind/with javascript irrespective of how a browser will render it?