Tagged Questions

0
votes
2answers
33 views

Build a Bitmap filling it with a smaller image.

Hello. I'm developing a Windows Mobile application with C# and .NET Compact Framework. I want to fill a Bitmap with an image that it's smaller. To fill this new Bitmap I want to …
1
vote
2answers
84 views

WPF Polyline relative point values and stretch for drawing a graph

I'm trying to create a pretty simple graphing component that consists of a series of Polylines within the same grid cell that represent graph lines. My strategy is to look at all …
0
votes
0answers
25 views

CSS Make a block element fill the entire space of a parent element in CHROME

This question has been asked (and answered) previously at: http://stackoverflow.com/questions/546946/css-make-a-block-element-fill-the-entire-space-of-a-parent-element However, t …
0
votes
1answer
116 views

Boundary fill problem

hi...Im stuck in this bunch of codes...i cant get the pixel to fill up the circle??...any help #include<iostream> #include<glut.h> struct Color{ float red, green, …
0
votes
0answers
23 views

Animating the filling of a mask

Hi, I have taken the popular colorizeImage procedure and modified it to display incremental section fills for an image using a mask. Now I am trying to give a look of the image f …
0
votes
1answer
69 views

Fill a select/menu object using jQuery

Hi guys I need to fill a object using jQuery I have a dialog (jQueryUI) that shows. Once dialog closes, the object should be filled with items taken from a mySQL table I have a …
0
votes
1answer
40 views

iphone change fill color of a shape drawn in context

I have drawn an enclosed shape using CGContext and filled a default color. I want to change the fill color on some event, how can I do that. There is only one enclosed shape in the …
0
votes
2answers
186 views

How can I fill an actionscript 3 polygon with a solid color?

I'm building a map editor for a project and need to draw a hexagon and fill it with a solid color. I have the shape correct but for the life of me can't figure out how to fill it. …
2
votes
4answers
314 views

How do I do a iPhone button-like fill

I'd like to spruce up some of the user controls I use and thought some attractive fills should do the job (part of it perhaps). Like the fill in the background of iPhone buttons or …
1
vote
3answers
3k views

Changing fill color of MovieClip Actionscript 3

Hi, i want to ask, how to change only fill color of an instance on the stage - i can do it by using ColorTransform object, but it changes color of the whole instance, not just the …
1
vote
2answers
98 views

zerofill a interger php

Hay, how would i go about 'zero filling' an integer? ie 1 becomes 0001 40 becomes 0040 174 becomes 0174 Thanks
0
votes
2answers
323 views

2d Array in Spiral Order

I'm trying to fill an array in spiral order. So far, I can print the array in spiral order, but is there a way to modify the array so that i can fill it in spiral order and then ju …
1
vote
1answer
84 views

How bad is opening and closing a SQL connection for several times? What is the exact effect?

For example, I need to fill lots of DataTables with SQLDataAdapter's Fill() method: DataAdapter1.Fill(DataTable1); DataAdapter2.Fill(DataTable2); DataAdapter3.Fill(DataTable3); Da …
0
votes
1answer
42 views

Problem with centering my WPF control

Hi i have a window where i add a new usercontrol to with an image, i simply want to center the image (thus the control) in the middle of the screen (both vertically and horzontally …
1
vote
2answers
151 views

OpenGL glColorPointer repeat colors?

Imagine that you've got one of these guys: Aka GL_TRIANGLE_STRIP. If you wanna color it using different colors, you could use: glColorPointer(4, GL_UNSIGNED_BYTE, 0, colorArray …

1 2 next
15 30 50 per page