We are creating an XBAP application that we need to have rounded corners in various locations in a single page and we would like to have a WPF Rounded Corner container to place a bunch of other elements within. Does anyone have some suggestions or sample code on how we can best accomplish this? Either with styles on a or with creatin...
Does anyone know how to make a image have rounded corners using a PHP script?
...
please go to : http://jlecologia.com/page1c.html to see the problem
the top box look fine.. but in ie6 there is a double top and bottom border...
can somebody point me ut what i have done wrong ?..
Or can anybody tell me a javascript rounded box that accept to do that effect with the border that is unequal. I have test some and they a...
I need a solution for round corners using javascript with or without jQuery in IE8 standards mode.
...
Hi,
Does anyone know how to set the Corner-Color of a WPF Toolkit DataGrids Scrollbar?
It would be nice if the upper Corner would use the same Style as the ColumnHeaderStyle and the lower Corner would be transparent.
Image
Thanks in advance!
...
Im trying to put a rounded rectangle using Nifty technique. But not working help me. My Code is Below
st.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/ht...
BW = poly2mask(x, y, m, n) computes a
binary region of interest (ROI) mask,
BW, from an ROI polygon, represented
by the vectors x and y. The size of BW
is m-by-n.
poly2mask sets pixels in BW
that are inside the polygon (X,Y) to 1
and sets pixels outside the polygon to
0.
Problem:
Given such a binary mask BW of a ...
I have one div element .box
It's width is 200px and height is 300px
First I want to make it 's corners round. I do it with following:
$('.box').corner('round 10px');
Then I want to add gradient to it. SO it will have rounded corners + gradient. I try following: $('.box').gradient({ topcolor: '#000000', bottomcolor: '#ffffff', horizonta...
Hi,
I am working on this site: http://waterwing.waterwing.ca/
And as you see the top right corner, when you hover over it, will expand.
I need to change this effect to an extent. It will need to slowly reveal/unmask the rest of that darker trangle when you hover as opposed to expanding it.
This site has a good example: http://www.so...
I'm trying to write a 2D simulation of a ball that bounces off of fixed vertical and horizontal walls. Simulating collisions with the faces of the walls was pretty simple--just negate the X-velocity for a vertical wall or the Y-velocity for a horizontal wall. The problem is that the ball can also collide with the corners of the walls, ...
Hi,
I have problem with Harris corner detection algorithm in ImageJ.
Some info about it: http://www.cim.mcgill.ca/~dparks/CornerDetector/harris.htm
I use Sobel filter for each block 3x3 to get differentials.
I get only negative R[][] (C(x,y) from the link) factors.
I can't find mistake, plz help.
Part of the code:
int w = ip.getW...
Is there a way to make the same type of corner like in the maps app on the iPhone (or in the books app on the iPad when turning the pages)?
...
Hello, if i use NSResizableWindowMask flag in my NSWindow the "resize corner glyph" is on the top right. I can resize when pointing on the lower right corner.
I use a own created NSView with it, and set it as content view with setContentView method.
I ' dont use a bottom bar.
Any idea of what i'm doing wrong ?
Thanks.
...