Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
9k views

How to create EditText with rounded corners?

Is there any way to create EditText that has rounded corners?
6
votes
9answers
37k views

JQuery Rounded Corners in Internet Explorer (IE) messed up

I'm using JQuery's jquery.corner.js to create rounded corners on some td tags, and they look fine in IE EXCEPT if you open a new tab and then come back to the page if you go to another tab, click a ...
5
votes
4answers
4k views

Draw a rounded UIView with gradient and drop shadow

EDIT: I finally found a real simple solution to this problem, using the CAGradientLayer class, and the CALayer drawing functionalities. Ole Begemann released a great UIView wrapper for ...
3
votes
1answer
425 views

Rounded corners in IE using border radius

I've made a site using this border radius code: http://code.google.com/p/curved-corner/ I'm referencing to url(border-radius.htc) to make it work in IE but it is not. Please help, thanks. P.S. ...
2
votes
5answers
6k views

Iphone Custom UITabBarItem without rounded edges

hi i try to customize a uitabbar i extended uitabbar item and now have a customized image in it but i cant get rid of the rounded edges. code: @interface CustomTabBarItem : UITabBarItem { ...
2
votes
1answer
3k views

JQuery Rounded Corners with Menu

I'd like to create a dropdown menu with rounded corners without using images. I tried combining the suckerfish menu plugin with a number of the JQuery rounded corners plugins, which mostly worked fine ...
1
vote
4answers
252 views

CSS - Top left corner background image (curved)

I am currently making a website here. And to the right is a postcode search div. The top corner of that needs to be rounded. I am using images to round the corners. I do not want to use another ...
1
vote
2answers
956 views

OpenGL—ES 1.0 2d rounded rectangle

How to make rounded rectangle In OpenGL, or any polygon with rounded coroners?
1
vote
3answers
456 views

How to create rounded JButton in java..?

I want to create rounded JButton in Java... For that I use rounded image and placed that image on button but I didn't get rounded button.. please any one can tell how to create rounded button in Java ...
1
vote
1answer
247 views

CSS Rounded Corner Div

I have been googling for rounded corners with a css div.. but found very cluttered stuff.. some are still using for images of rounded corners and placing them on four corners... can somedoby help ...
1
vote
2answers
555 views

iPhone: Removing rounded corners from table view cell

i have a table view in my application which shows rounded corners by default. Is there any way to remove the rounded corners. I have #import <QuartzCore/QuartzCore.h> in place and included ...
1
vote
5answers
4k views

Rounded corners in buttons in IE

I need to have rounded corners in buttons (input type submit), but I haven't found any JavaScript library that would do that. Currently I use http://blue-anvil.com/jquerycurvycorners/test.html to ...
1
vote
3answers
10k views

Method to render rounded corners on form submit buttons

What I'm looking for is a clean method to round the corners of all inputs with the class "submit". I've experimented with a number of javascript techniques, but none worked well for form elements. ...
0
votes
2answers
55 views

Setting rounded corners(Border radius) for Internet explorer IE6+

I am trying to get rounded corners in IE6, 7 and 8 using ie-css3.htc source: http://fetchak.com/ie-css3/ here is css class: .box { position: absolute; display: block; background: ...
0
votes
0answers
55 views

Android: PaintDrawable.setCornerRadius dosen't work

I want to draw a rectangle with 10dp round corner and my code like this: public Drawable getDrawable() { float radius = TypedValue.applyDimension( TypedValue.COMPLEX_UNIT_DIP, 10, ...
0
votes
1answer
90 views

Creating a Round Edged form in C#

private static extern IntPtr CreateRoundRectRgn ( int nLeftRect, // x-coordinate of upper-left corner int nTopRect, // y-coordinate of upper-left corner int nRightRect, // x-coordinate of ...
0
votes
1answer
107 views

Indesign Scripting: If selected object is rectangle

I'm trying to rewrite the CornerEffects.jsx script in Indesign CS5.5 to make it more user friendly in school, so people know exactly where the first point is and where the last point is etc. The ...
0
votes
1answer
157 views

Rounded corners on a Webpart will not display

After having researched how to add rounded corners to a webpart, I settled on using this method - ...
0
votes
2answers
1k views

Possible to do rounded corners in custom Progressbar progressDrawable?

I have a progress bar that is supposed to look like the attached image: And I've made it a long way. I'm very close the only part that isn't working is the rounded corners for the progressDrawable. ...
0
votes
1answer
2k views

Rounded corner of list item on Android?

How to setup the attribute to achieve the rounded corner for each item in the ListView? Please kindly give an example if you can, thanks! for example: ...
0
votes
2answers
270 views

conditional formatting: I want to use javascript for rounded corner but only if it's in IE

I use -moz-border-radius and -webkit-border-radius for making rounded corner. However as we know IE 7 doesn't support that. What I would like to do is to basically use standard for firefox and Safari ...
0
votes
1answer
241 views

Jmagick rounding corners

I've a question concerning Jmagick, how can I round corners of an image, and does this make sense or would it be better to do this using CSS in HTML ? Thanks
-3
votes
6answers
275 views

The rounded corners Ajax effect is useful for?

I still don't get the point of investing some coding time to add this effect even knowing that it will (probably) not be compatible with all the web browsers available out there. I want to hear your ...