0
votes
3answers
25 views
Diagramming server connections in Visio - what direction should arrows point?
Suppose I would like to depict data flow between two servers in Visio.
I have boxes to represent servers and arrows to represent communication / data flow.
In this situation:
S …
0
votes
2answers
216 views
How to draw an arrow in Silverlight.
I need to draw an arrow between controls in a canvas. Currently I'm using the Line object but it doesn't have a way to draw a triangle at the end of the line.
This is roughly what …
3
votes
2answers
71 views
Edge direction in network diagrams
When I draw a network diagram with, say, browser A communicates with http-server B which talks to a database C, I draw the nodes for A, B and C and edges between A and B and betwee …
0
votes
1answer
57 views
Expression blend 3 Sliding content?
Hi
I'm trying to create an effect whereby when I click an arrow my content slides to the left and dissapears thus leaving an new set of content in its place. Much like the way wp …
0
votes
0answers
67 views
Java 3D Arrow problem
I have the following Java class that draws a 3D arrow in space, but there are two problems,I don't quite know how to fix them.
import javax.swing.*;
import java.awt.Frame;
import …
0
votes
1answer
128 views
arrow keys and changing control’s focus hang the app
I have a usercontrol that contains a flowlayoutpanel (topdown flow) with a bunch of radiobuttons. The control exposes a CheckedChanged event that fires whenever one of the radiobu …
1
vote
1answer
121 views
How to Remove Visual C++ “Expand Menu” Arrow?
When creating menus with submenus in Visual C++, I find that submenus begin as arrows that I must click to expand to see their contents. Is there a way (programmatically) to have t …
0
votes
1answer
160 views
Drawing an arrow on a line object in VB6
Using VB6, i have a line object that can be dragged around at its end points by the user, and i'd simply like an arrow in the middle of it to show the direction of the line.
Is th …
0
votes
3answers
1k views
silverlight keydown event doesn’t fire for arrow keys
I have a canvas inside a scrollview. I attached a keydown event handler to the scrollview. For most keys, the handler gets called.
However, for the arrow keys, the handler does n …
0
votes
4answers
2k views
Access Div Contents using Up and Down Arrow Keys using javascript
I have a Div Tag which contains 4 child Div Tags
<Div id="Parent">
<div id="childOne">ChildOne </div>
<div id="childOne">ChildTwo </div>
<div …
6
votes
7answers
427 views
Need refactoring ideas for Arrow Anti-Pattern
I have inherited a monster.
It is masquerading as a .NET 1.1 application processes text files that conform to Healthcare Claim Payment (ANSI 835) standards, but it's a monster. T …
