The fill tag has no wiki summary.
-3
votes
1answer
32 views
Matlab - different speed of loop on mac and windows
I write a project - an app which approximates value of an definite integral by using upper sums, lower sums and Monte Carlo method. It also presents whole process on three axes. My problem is in Monte ...
0
votes
0answers
3 views
Android GridView - Cell Height
I have been stuck on this for days now and have looked everywhere. I have a gridview and have set the Adapter to an R.drawable TextView. Everything works fine however on larger devices if the grid for ...
0
votes
2answers
22 views
How do I fill/stroke an SVG file on my website?
I Googled this issue for about 30 minutes and was surprised nobody has asked so maybe it's not possible.
I'm using this line to embed the SVG file that I made in AI (note that when I saved the SVG, ...
1
vote
1answer
25 views
Android FrameLayout not filling screen
I'm currently creating my layout for an activity with xml and the content (FrameLayout) should fill the whole screen. Unfortunately, it doesn't.
Only if I change the margin to following, it works:
...
0
votes
0answers
25 views
RDLC Group By Column Binding “Text Box Fill Property By Comparision”
This is what I want To do I have some data that I want To show In RDLC Report.
I have used group column by some table column , now what i have to do is ->"I Have to Highlight The Minimum Qty for ...
1
vote
1answer
24 views
How to fill a flot line graph without opacity?
How can i fill a flot line graph with no opacity?
lines: {
show: true,
fill: true,
lineWidth:1
}
0
votes
0answers
20 views
export data from a figure plotted using 'fill' command
my function plots a graph using 'fill' command which takes vertical and horizontal coordinates from two corresponding matrices X and Y. It also fills the polygons with values from matrix ex and my ...
0
votes
1answer
26 views
How to fill the textblock with periods(Silverlight 5)
I have a grid and three columns. Here goes the code:
<Grid x:Name="StaticGrid"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Width="450"
...
0
votes
1answer
10 views
What makes a wxpython TextCtrl fill horizontally
I have a TextCtrl in a horizontal BoxSizer. It is added with a weight of 1 (next to a button with a weight of 0). When I run the program, the TextCtrl will remain at a fixed width with empty space ...
0
votes
1answer
59 views
CasperJS seems unable to recognise password field on login form
I'm brand new to CasperJS and coffeescript. I have a very simple part of my CasperJS coffeescript test to login to a website, that used to work before a recent change to the password element of the ...
-2
votes
4answers
67 views
HTML/CSS: 3 columns, variable sides and fixed centered middle column
My problem is with the header. So I basically have 3 columns of divs. I want the middle one to have a constant width of 980px, and then I want the left of the header to extend to the end of the ...
0
votes
1answer
32 views
Java fillPolygon(Polygon p) doesn't work when p is circle contour?
I have here a situation, I can't handle by myself.
I'd like to draw and fill Polygon onto JPanel. I have written Moore-Neighbor Tracing algorithm ...
-1
votes
0answers
91 views
compare the values from two rows in panda dataframe [closed]
I'm a beginner in Python and I want to fill some missing values in a csv file. I have imported a csv file with 5 columns and 9 rows as dataframe using Pandas. I want to compare values in first column ...
0
votes
1answer
68 views
Java - Slick - Fill Rectangle on Click
I am trying to fill a rectangle on the nearest 10th pixel with a 50x50 size. Whenever this code executes, it shows me the numbers in the syso so I know the locations are being calculated correctly. ...
0
votes
1answer
5 views
Filling Map with GregorianCalendar
I have a problem with filling a LinkedHashMap with GregorianCalendar-Objects.
I creat a GregorianCalendar starttime. Then I fill it into an ArrayList and add 200 Milliseconds 50 times. After that, I ...
0
votes
0answers
18 views
How do I fill a selection using a defined pattern with photoshop type library?
I'm trying to fill an image with a pattern I've defined previously.
Photoshop.Document document = new Photoshop.Document();
document.Selection.Fill(What goes here?);
I've been searching the net all ...
0
votes
2answers
33 views
Filling divs with random height into three columns
Check the image:
http://s22.postimg.org/9ikf8akhd/soquestionimg.png
Lets say I have like 100 products from a database in given order, each of them is in separate div and with random height(which is ...
1
vote
1answer
31 views
Filling pseudo 3D canvas shapes
Currently I'm playing around with pseudo 3D shapes in canvas 2d context. However, I stuck yet at filling the shape sides.
Here's the drawing function I wrote:
Shape.prototype.draw = function (ctx) ...
0
votes
1answer
35 views
Why does the canvas context.fill(path) not work on Chrome?
This code would have worked on Chrome until recently.
var canvasB=document.getElementById('b');
var contextB=canvasB.getContext("2d");
contextB.width=50;
contextB.height=50;
...
0
votes
0answers
42 views
Filling a matrix, the same way as “fill.m” fills a figure
I'd be glad if someone could tell how to fill a matrix the same way as the function "fill.m" fills a figure.
Is there an already existing function in Matlab which does this already?
An alternative ...
0
votes
2answers
68 views
vb.net Datarepeater, Dataadapter, Dataset, SQL How to break up line by line and insert into repeater
Edited Code : the code from before works great but cannot change the textbox.text properties or display them fro each of the controlls added by this loop
any help is appreciated
some sub
Dim ...
0
votes
2answers
135 views
Responsive square image repeating to fill window space equaly
I will try to be as clear as possible. My aim is to fill a window space equally with a fixed number of squares that would also be responsive to the windows size changes. These squares will then ...
1
vote
1answer
61 views
MATLAB Combine matrices of different dimensions, filling values of corresponding indices
I have two matrices, 22007x3 and 352x2. The first column in each is an index, most (but not all) of which are shared (i.e. x1 contains indices that aren't in x2).
I would like to combine the two ...
0
votes
1answer
52 views
How to fill the area below a path in Quartz 2D?
I am using Quartz 2D in a UIView object to draw several curves, like this example:
This is the code I have right now (I have omitted the calculation of control points and other stuff):
for (int i ...
0
votes
1answer
62 views
kineticjs regular polygon setFillPatternImage alignment issue
I am using a kineticjs regular polygon (a hexagon in this case) and I am filling it with an image using setFillPatternImage. This is working. I'm creating a dynamic implementation so I need to scale ...
0
votes
1answer
88 views
Raphael js click, hover and fill
I'm using Raphael js for the village plan where shapes are cottages on the plan. When I hover cottages they are filled with color. When I click a cottage there is a little window appears to show some ...
1
vote
1answer
33 views
DIVs surrounding image (Probably easy answer)
I have 3 divs in a header.
dynamic width
55px wide with a background image
200px wide
I'm trying to get the left div to fill the rest of the horizontal width, and I've read some answers already, ...
0
votes
1answer
40 views
Filling in a turtle drawing after assigning to a key
I've set up so far sort of an etchi-sketch style of program which moves a certain distance on keypress and changes colour using onkey functions. However I want to fill in the things you draw with the ...
1
vote
1answer
95 views
Perl WWW:Mechanize Form fill does not work
I have some nice problems with filling out a login form with WWW::Mechanize.
First, I will show you the part of the website, which unfotunatelly is in german:
<form action="/login.php" ...
0
votes
1answer
59 views
SVG viewBox affecting fill on text elements
I was trying to display some text filled with a pattern but can't find a way to avoid a strange behaviour with the mapping of my pattern.
Here is a code sample of the problem :
...
0
votes
2answers
60 views
how to fill div content till the right div?
Hello my question is how to fill the div with the min-width (Central one) till the right div and not destroy him
CSS
.test
{
height : 800px;
display: inline-block;
}
...
0
votes
0answers
14 views
how can i fill in turtle directions in a list using python?
I have a list of turtle directions
redlist =
['seth(0)', 'forward(drawdist)', 'seth(0)', 'forward(drawdist)', 'seth(90)', 'forward(drawdist)', 'seth(90)', 'forward(drawdist)', 'seth(180)', ...
-3
votes
1answer
80 views
Fill turtle directions from a list using Python [closed]
I am doing a colouring book and which incorporates 2 modes, a paint mode where the user paints the screen with 3 colours(r,g,b) and a movement mode where the user moves the turtle/brush around the ...
0
votes
1answer
52 views
How can I fill in turtle coordinates from a list using Python?
I need to know how I can fix this code up so that when the list called "redlist" is called which has a list of coordinates, it fills those points when the move function is called. This is what I have ...
2
votes
1answer
206 views
CSS DIV AUTO fill Height and Width (overflow is Scroll bar)
Any one can HELP me ?
I tried many Days, and many source.
But, I can find answer.
I need creat 4 DIV by CSS.
Header div is 100px, and always in TOP.
Footer div is 100px, and always in BOTTOM
...
0
votes
1answer
44 views
Input data from one form to another(external page)
I created a textfield on my index page and I need to input the value of this textfield in the Paypal web site. So when the user type £25 and click donate the Paypal website opens and the value ...
1
vote
1answer
114 views
How to order points for Matplotlib's fill function?
A polygon is represented by two lists. List xs contains x coordinates in decreasing order. For each x value, the corresponding element in list regions is a list of slices. Each slice indicates a y ...
0
votes
2answers
65 views
R read.table columns shifted to the left
I created a file called test2.txt with the following information:
col1 col2 col3 col4
1 A B
2 A B
3 A B
4 A B
5 A B
6 A B
7 A C
8 A C
...
0
votes
3answers
148 views
Fastest way to copy into an array random elements from another array C++
The title almost tells everything,but I will exemplify this: suppose that you have an array a of chars, and another array b also of chars. Is there a better way to put in a only the char located at ...
0
votes
2answers
88 views
AS3 - Check if a shape is closed
Using 'lineTo()' to draw a shape, I need to check if the drawn line creates a closed shape.
If so I need to fill that shape with a colour.
Could someone please let me know if this is possible, and if ...
0
votes
1answer
70 views
Fill of a Rectangle with SolidColorBrush does not work
I have problems assigning a SolidColorBrush to the Fill-property of a Rectangle object in WP7.
// sets the clock style (1-green, 2-blue, 3-red)
private void SetClockStyle(Int32 style) {
...
0
votes
1answer
55 views
pieChart animation
I have draw a pieChart with CorePlot,and I want to fill each piece of the pieChart with animation.The point is Core-Plot doesn't has a animation on CPTPieChart.So how should I add a fill animation to ...
0
votes
0answers
19 views
Bing Maps Polgon Fill Pattern
im currently working on another Bing Maps data visualization, which will render region shapes on top of the default map interface, displayed by several Polygon-Layers.
Refering to my previous project ...
1
vote
3answers
39 views
What's simpliest way to fill a multidimentional array? PHP
I have the following:
$toys[1]['brand']= "";
$toys[2]['brand']= "";
$toys[3]['brand']= "";
$toys[4]['brand']= "";
// and so on..
I wanted to fill all the brands key with "blah"...
It would be nice ...
1
vote
1answer
45 views
Custom colormap for fill3 function in MATLAB?
Basically I'm trying to make a visualization of a 2D finite element solution on a mesh of triangular elements. So I'm going triangle by triangle and using the fill3 function to plot it. Right now I'm ...
0
votes
0answers
170 views
CasperJS fails to login using fill() method
I am new to Casper JS and I am having issue with the fill() method to log into a site.
In the debug output, I reach the url of the landing page which is supposed to be reached after I login. However, ...
1
vote
1answer
211 views
Fill between x and baseline x position in Matplotlib
I'm looking for a way to use fill_between in matplotlib to shade between x1 and x2 as opposed to y1 and y2.
I have a series of log plots, with depth on the Y axis, and the measured variable on the x ...
0
votes
0answers
30 views
Is it possible to render stroke and fill to different canvases?
It seems that when I've created some path on some context, I can not stroke or fill to another context, too.
So, being clever I thought to use fill on canvas2 and then copy it to canvas1, like so
...
1
vote
3answers
176 views
Filling remaining vertical space
Redesigning my website, in my CSS I have a div of height: 200px; then an image under it with a height: 532px; then lastly a div of height: 100%;.
The last div is not filling the rest of the page, is ...
0
votes
0answers
28 views
baseline + fill in MigLayout
I want to align two components at their baseline, but one of them should vertically fill the remaining space.
See this example:
import com.jgoodies.looks.plastic.PlasticXPLookAndFeel;
import ...




