corner

How do I create a WPF Rounded Corner container?

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...

Rounded corners on images using PHP?

Does anyone know how to make a image have rounded corners using a PHP script? ...

Round Corner (css and javascript)

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...

jQuery round corner code for IE8 in standards mode?

I need a solution for round corners using javascript with or without jQuery in IE8 standards mode. ...

How to set the Color of a WPF Toolkit Datagrids Corners?

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! ...

Rounded Corner box using CSS with Nifty not Working, help me

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"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/ht...

Find the corners of a polygon represented by a region mask

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 ...

jQuery Corner+Gradient

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...

Jquery: Unmasking/Revealing Corner

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...

2D Ball Collisions with Corners

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, ...

Harris corner detecion problem

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...

Animating corner like in iPhone's maps app?

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)? ...

NSWindow NSResizableWindowMask resize corner wrong place

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. ...