Tagged Questions
The arrow tag has no wiki summary.
12
votes
4answers
5k views
Arrow operator (->) usage in C
I am currently learning C by reading a good beginner's book called "Teach Yourself C in 21 Days" (I have already learned Java and C# so I am moving at a much faster pace). I was reading the chapter on ...
9
votes
1answer
177 views
Arrow and Monad, two independent viewpoints to compose computations?
I've reading the "The Typeclassopedia" by Brent Yorgey in Monad.Reader#13 ,and found that "the Functor hierachy" is interdependent of "the Category hierachy" as the Figure.1 shown.
And according to ...
8
votes
2answers
170 views
Why can't I define a Haskell Arrow instance in terms of arr and *** / &&&
I'm still getting to grips with defining and using Arrows in Haskell. While defining new arrows, it is much easier for me to think in terms of *** or &&& rather than first and second, as ...
8
votes
7answers
773 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. The information being ...
6
votes
3answers
561 views
Draw arrow between lists
Is there any way to dynamically draw an arrow between the two highlighted list items?
So if I hovered over "Item 2" it would do this (but a straight arrow):
Item 1 Highlight 3
Item ...
5
votes
3answers
10k views
How to draw a directed arrow line in Java?
I want to draw a directed arrow line through Java.
At present, I am using java.awt.Line2D.Double class to draw a line
g2.setStroke(new BasicStroke(2.0f, BasicStroke.CAP_BUTT, ...
5
votes
3answers
9k 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 I need:
[TextBox] ...
4
votes
1answer
184 views
Is (map f) == concatMap (map f . (:[]))?
I defined the left/right methods for stream functions (SF) of the ArrowChoice class as follows:
newtype SF a b = SF { runSF :: [a] -> [b] }
instance ArrowChoice SF where
left (SF f) =
SF $ ...
4
votes
3answers
109 views
non-rectangular hoverable area
I would like to have an arrow which will do something on :hover but only when the arrow itself is hovered (not the rectangle which delimits its width and height).
In short, when you hover on the ...
4
votes
1answer
447 views
Matplotlib quiver scale
I'm trying to plot some arrows using matploblib with the quiver function. But I want to choose the length of each arrow individually using an array.
...
4
votes
1answer
661 views
Drawing arrows with different width on an HTML page
I want to draw some arrows in the page,and through this post:
I got the WireIt,but the arrow generated by wireit all have the same width,I want it withthe different width.
For example:
At the start ...
4
votes
2answers
611 views
need prefuse graph edges like arrows
I did my homework and searched both google for a sample and a topic that is answered before on stackoverflow. But nothing has been found.
My problem is ordinary edges who does not have a view like ...
3
votes
1answer
50 views
combobox hide arrow
i want to have combobox that would display an arrow only on hover else want to hide it :
I tried following but it works only in Chrome & NO other browser (mozilla,ie)
select {
...
3
votes
3answers
717 views
How do I draw an arrowhead (in Android)?
I'm fairly new to Android and have been toying around with Canvas. I'm attempting to draw an arrow but I'm only having luck with drawing the shaft, none of the arrowhead is working.
I have searched a ...
3
votes
2answers
1k views
CSS Drop Shadow for CSS drawn arrow
I want the arrow that appears when a div is hovered here to also drop a shadow. The arrow is drawn from css:
.arrow {
position:absolute;
margin-top:-50px;
left:80px;
border-color: transparent ...
3
votes
2answers
189 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 between B and C. Then I ...
3
votes
3answers
6k 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 not get called. ...
2
votes
1answer
89 views
Plot arrowhead on the line between two geospatial points on Matlab
I am trying to plot arrowheads on the lines between two geospatial points (latitude, longitude pairs) on Matlab without success. To plot just the lines without the arrowheads, I am using the ...
2
votes
1answer
156 views
R & ggplot2: How to get arrows under the axis label?
I'm about to plot odds ratios with R/ggplot2 and I want to add two arrows underneath or next to the X-axis label. One pointing to the left, one pointing to the right, showing de-/increasing ...
2
votes
1answer
156 views
Silverlight: Accordion: alter arrow color in code or binding
I'd like to style the accordion header button's arrow by coloring it per some data provided criteria (aging it from bright to dull over time).
I've delved into the accordion button's template and ...
2
votes
1answer
337 views
HTML Canvas - draw curved arrows
i'm trying to draw curved arrows in a html canvas, i have no problem to draw a curved line (1) but i don't know how to put the ">" at the end of the line (direction).
(1)
ctx.beginPath();
...
2
votes
2answers
201 views
Programmatically set the arrow tip of a popup ios
I am missing the right terminology thus find it hard to google / search for a solution -
nevertheless, I want to have the pointing arrow of a popup view pointing to different locations, take a look at ...
2
votes
5answers
271 views
HTML character codes for this ▲ or this ▼
What are the HTML entity character codes for this up arrow (▲) and its downward-facing dog version (▼) ?
I've been using GIFs to represent these arrows since I don't know their codes.
2
votes
0answers
296 views
android overlayitem as arrow in direction instead of marker
Is it possible for me to have an arrow of the direction towards a location displayed instead of a marker for the location itself. How would I do so?
edit -clarifying what I am trying to do:
I have ...
2
votes
3answers
1k views
Jquery arrow key navigation
I have these textfield and dropdown menu for a 'Facebook' like autosuggestion:
<input type="text" id="search" name="search_fld"/>
<div id="display">
<div ...
2
votes
1answer
474 views
iPad app displays Actionsheet with arrow direction down instead up
When displaying an actionSheet at any point in a view it displays an arrow with direction down (below the actionsheet) even though the actionSheet would have enough space in the view to display an ...
2
votes
3answers
1k views
jQuery qtip doesn't draw little arrow tip in IE8 (or IE7)
I'm using jquery's qtip plugin to draw a tooltip, and it works fine on FF but not on my versions of IE. It looks like for IE, the plugin uses vml tags instead of canvas tags. Is there something ...
2
votes
1answer
842 views
Drawing arrows on bing maps in Silverlight
I need to draw lines to demonstrate transportation of goods on bing maps. To clarify start- and end-point, I draw a little arrowhead on the destination side. Problem is, when I view the global map, ...
2
votes
2answers
621 views
Adding an arrow below the x axis in R plots
I am trying to add arrows marking specific x coordinates below the x axis in an R plot. My x axis is at y=0 and when I try to use negative y-coordinates in arrows, so the arrows will be perpendicular ...
1
vote
2answers
40 views
How to draw a 3D arrow/vector in MATLAB?
I would like to add some arrows to a 3D surface plot to indicate important directions, similar to this one (from povray)
Different colors would be great and a threedimensional letter like the X in ...
1
vote
0answers
91 views
How to pass parameters to HXT arrows and how to use -<<
my question is the following.
I have this xml file to parse :
<DATAS LANG="en">
<SCENARIO ID="19864">
<ORIGIN ID="329">
<SCENARIO_S ERR="0"></SCENARIO_S>
...
1
vote
2answers
154 views
Bigger Arrowheads in Quiver3 in Matlab
I am trying to plot some data with arrows by quiver3 in matlab. But the arrowheads are so small that are not easily seen. How can I make just the arrowheads bigger without changing the scale of the ...
1
vote
2answers
221 views
C# prevent default action on a listbox control when the right or left arrow keys are pressed
I have a listbox control in a windows app and I want to disable the default right and left arrow keydown event triggers. Currently when you press right or left arrows the selected item travels up and ...
1
vote
1answer
349 views
Android: GroupIndicator(Arrow) of ExpandableListView not centered
I am using ExpandableListViews for a while now and it worked great... but now I tested my App on different devices and I noticed, that the Arrow of the Groupelements is not vertically centered on some ...
1
vote
0answers
148 views
How can I add a right arrow button to UINavigationBar?(just like the reverse back button)
Typically, if you push a view controller. you will get a left arrow button on the left of the navigation bar. But how can I can add a right arrow button on the left of the navigation bar?
1
vote
1answer
491 views
make a little arrow CSS
Hello all im working on a slider and i want to make a little arrow, but i dont know how i position it, i have the graphic, i want it to show on the hover like this image:
Here is what i have
...
1
vote
3answers
911 views
UIPopoverController altering location of UIPopoverArrowDirection
I want to move the UIPopoverArrowDirection to the left such that the actual arrow is no longer centered but more 25% from the left and 75% from the right.
To help understand what I mean see the two ...
1
vote
1answer
448 views
JQuery: keyboard navigation, triggering links using arrow keys
I have found a likely solution as shown below; I've altered the right arrow case to cause the link to be clicked, but it doesn't work.
http://fiddle.jshell.net/JypsS/10/
Please advice.
1
vote
1answer
520 views
Toggling list image and expand all jquery accordion w/ unordered lists
I have a functioning jquery accordion using pure unordered lists. I'm trying to incorporate 2 pieces of functionality.
Here is my functioning accordion code and a demo of it working.
...
1
vote
1answer
438 views
C++ Draw a line in GDI with a filled arrow head at the end
Could someone please help me with some ideas (preferably with code) on how to draw a line with a filled arrowhead at the end?
The arrow head must be correctly oriented with the direction of the line. ...
1
vote
1answer
607 views
Detect arrow key input in qt
How would I detect the pressing of one of the arrow keys in qt? Also, would the application still detect them if it is minimized?
1
vote
1answer
1k views
Working with Arrow Keys in a WPF Textbox (C#)
Is there any way to catch the Up/Down arrow keys in a WPF TextBox (System.Windows.Controls.Textbox) and allow them to alter the text? I've read about overiding the ProcessCmdKey method for a Windows ...
1
vote
3answers
2k views
flex combobox hide and show down arrow
I am looking to implement a search text box as follows:
When user starts typing in and there are non-zero results, the text box will open up and display the results below it.
When the user selects a ...
1
vote
1answer
798 views
Use Left and Right Arrow Keys on keyboard to move onto next html page/last html page… NEED HELP!
I've been search the WWW for a while and can't seem to see what I'm looking for... I need a piece of code that will allow my page to move on when someone uses the arrow keys to move forward or back. ...
1
vote
4answers
6k 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 ...
0
votes
0answers
5 views
How to hide simple arrow when drawPath on the MapView
I want to draw paths (by drawPath(path,paint);)on the Overlay of MapView in Android. However, in addition to line, I found some arrows are added automatically. How can I hide/remove those arrows?
...
0
votes
1answer
38 views
Expandable ListView
When I divide the window into 2 halves, The arrow at the right end does not appear in the expandable list view.
The second Image shows the perfect requirement. But I don't want it like that. i want ...
0
votes
2answers
29 views
How to change size of arrowheads in MetaUML
I am doing my UML diagrams with MetaUML, but I need to adjust the size of the arrowheads for some associations to look right (they need to be smaller in size). Is there any option to adjust the size ...
0
votes
1answer
55 views
How to create curved (left or right)-arrow using matplotlib?
I am using matplotlib.patches.FancyArrow to draw arrow between points. By changing
*shape*: ['full', 'left', 'right'], I can create full, left or right-shaped arrow.
Now instead of straight arrows, ...
0
votes
0answers
14 views
Need Walk Thru, Up arrow on a drop down menu upon hover
Can someone walk me thru the coding needed to add an Up arrow around on the top of a UL on a drop down menu upon hover? i been searching the net but cant seem to find anything. The effect im trying to ...